Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix and improve detection and import of ods, xlsx and csv documents #1446

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Nov 18, 2024

  1. test(Integration): extends csv import test data

    Signed-off-by: Arthur Schiwon <[email protected]>
    blizzz committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    a796460 View commit details
    Browse the repository at this point in the history
  2. test(Integration): extend import test with xlsx data sets

    Signed-off-by: Arthur Schiwon <[email protected]>
    blizzz committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    126fa47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    035367b View commit details
    Browse the repository at this point in the history
  4. fix(Import): be tolerant to alternative ways of XLSX file content

    improved handling of LibreOffice-generated XLSX documents
    
    Signed-off-by: Arthur Schiwon <[email protected]>
    blizzz committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    9430d24 View commit details
    Browse the repository at this point in the history
  5. fix(Import): accept Y-m-d formatted dates, as from CSV

    Signed-off-by: Arthur Schiwon <[email protected]>
    blizzz committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    74e1bec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    61a76fd View commit details
    Browse the repository at this point in the history
  7. test(reuse): add license files to office test docs

    Signed-off-by: Arthur Schiwon <[email protected]>
    blizzz committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    f0f9edc View commit details
    Browse the repository at this point in the history
  8. fix(Import): use correct int index of literal one

    … and get date value with fault tolerance
    
    Signed-off-by: Arthur Schiwon <[email protected]>
    blizzz committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    0e9fd3a View commit details
    Browse the repository at this point in the history
  9. fix(Import): reliable detection of intented datetime type

    Signed-off-by: Arthur Schiwon <[email protected]>
    blizzz committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    044d62d View commit details
    Browse the repository at this point in the history