mirror of
https://github.com/neilotoole/sq.git
synced 2024-11-28 03:53:07 +03:00
a1cfd5d525
* can now import XLSX with empty sheets * renamed XLSX test article |
||
---|---|---|
.. | ||
problem_with_recognizing_date_colA.xlsx | ||
README.md | ||
sakila_actor_header.xlsx | ||
sakila_noheader.xlsx | ||
sakila_subset.xlsx | ||
sakila.xlsx | ||
test_header_xlsx | ||
test_header.xlsx | ||
test_invalid.xlsx | ||
test_noheader.xlsx | ||
test_with_some_empty_sheets.xlsx |
This directory contains various Excel files for testing.
sakila.xlsx
is a full dump of Sakila.sakila_subset.xlsx
is a subset ofsakila.xlsx
for faster testing. It contains only these sheets/tables:actor
,category
,film
,film_actor
,language
.sakila_noheader.xlsx
is the same assakila.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
andtest_noheader.xlsx
exist to verify handling of table headers.test_header_xlsx
istest_header.xlsx
but without a file extension, to verify type detection.- Various other files may exist to test specific issues.