sq/drivers/xlsx/testdata
Neil O'Toole a1cfd5d525
Xlsx import handle empty sheets (#79)
* can now import XLSX with empty sheets

* renamed XLSX test article
2021-02-19 23:22:35 -07:00
..
problem_with_recognizing_date_colA.xlsx codebase refactor 2020-08-06 11:58:47 -06:00
README.md codebase refactor 2020-08-06 11:58:47 -06:00
sakila_actor_header.xlsx fixed some panics with oddly-shaped xlsx imports (#71) 2020-11-02 10:40:29 -07:00
sakila_noheader.xlsx codebase refactor 2020-08-06 11:58:47 -06:00
sakila_subset.xlsx Initial work on a JSON driver (#70) 2020-10-20 09:05:43 -06:00
sakila.xlsx codebase refactor 2020-08-06 11:58:47 -06:00
test_header_xlsx codebase refactor 2020-08-06 11:58:47 -06:00
test_header.xlsx codebase refactor 2020-08-06 11:58:47 -06:00
test_invalid.xlsx codebase refactor 2020-08-06 11:58:47 -06:00
test_noheader.xlsx codebase refactor 2020-08-06 11:58:47 -06:00
test_with_some_empty_sheets.xlsx Xlsx import handle empty sheets (#79) 2021-02-19 23:22:35 -07:00

This directory contains various Excel files for testing.

  • sakila.xlsx is a full dump of Sakila.
  • sakila_subset.xlsx is a subset of sakila.xlsx for faster testing. It contains only these sheets/tables: actor, category, film, film_actor, language.
  • sakila_noheader.xlsx is the same as sakila.xlsx, but without the header row in each sheet.
  • test_invalid.xlsx is a bad xlsx file that should fail to load.
  • test_header.xlsx and test_noheader.xlsx exist to verify handling of table headers.
  • test_header_xlsx is test_header.xlsx but without a file extension, to verify type detection.
  • Various other files may exist to test specific issues.