You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(filesystem): load workbook worksheets as tables (#271)
- Treat XLSX and ODS workbooks as multi-table sources, loading every non-empty
worksheet in one ingest.
- Preserve scalar worksheet selection and support JSON lists by worksheet name
or ID.
- Apply active dlt naming, merge matching worksheet names across globs, and
report normalized-name collisions.
- Reject plural loads for file, CSV, and blob destinations that can only represent
one table.
- Support spreadsheet reader hints across Python 3.10+ and document the
workbook contract.
0 commit comments