-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat: table support for Excel (XLSX) sheets #282
feat: table support for Excel (XLSX) sheets #282
Commits on Sep 3, 2024
-
Add table support for Excel sheets
Implemented functionality to read and work with named tables within Excel sheets, extending support for lazy loading and error handling. Updated `.gitignore`, added corresponding tests, and refined error structures and build processes.
Configuration menu - View commit details
-
Copy full SHA for 50f7ca3 - Browse repository at this point
Copy the full SHA 50f7ca3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b742d99 - Browse repository at this point
Copy the full SHA b742d99View commit details -
Add table support for Excel sheets
Implemented functionality to read and work with named tables within Excel sheets, extending support for lazy loading and error handling. Updated `.gitignore`, added corresponding tests, and refined error structures and build processes.
Configuration menu - View commit details
-
Copy full SHA for 216e037 - Browse repository at this point
Copy the full SHA 216e037View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2ae25a - Browse repository at this point
Copy the full SHA a2ae25aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a498cc - Browse repository at this point
Copy the full SHA 3a498ccView commit details -
Merge remote-tracking branch 'origin/feature/extract-tables' into fea…
…ture/extract-tables # Conflicts: # python/fastexcel/_fastexcel.pyi # python/tests/test_tables.py # src/types/python/excelreader.rs # src/types/python/excelsheet/table.rs # test.py
Configuration menu - View commit details
-
Copy full SHA for 11c911e - Browse repository at this point
Copy the full SHA 11c911eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f21e2ef - Browse repository at this point
Copy the full SHA f21e2efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d66e36 - Browse repository at this point
Copy the full SHA 3d66e36View commit details -
Co-authored-by: Luka Peschke <mail@lukapeschke.com>
Configuration menu - View commit details
-
Copy full SHA for 5b5e407 - Browse repository at this point
Copy the full SHA 5b5e407View commit details -
Co-authored-by: Luka Peschke <mail@lukapeschke.com>
Configuration menu - View commit details
-
Copy full SHA for dbf819c - Browse repository at this point
Copy the full SHA dbf819cView commit details -
Update src/types/python/excelreader.rs
Co-authored-by: Luka Peschke <mail@lukapeschke.com>
Configuration menu - View commit details
-
Copy full SHA for 4b90f84 - Browse repository at this point
Copy the full SHA 4b90f84View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea12f81 - Browse repository at this point
Copy the full SHA ea12f81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cb0054 - Browse repository at this point
Copy the full SHA 0cb0054View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1964c2e - Browse repository at this point
Copy the full SHA 1964c2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cafbfb - Browse repository at this point
Copy the full SHA 4cafbfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96f74a1 - Browse repository at this point
Copy the full SHA 96f74a1View commit details
Commits on Sep 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 150718e - Browse repository at this point
Copy the full SHA 150718eView commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d89cc59 - Browse repository at this point
Copy the full SHA d89cc59View commit details -
docs: added comment about sheet metadata
Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
Configuration menu - View commit details
-
Copy full SHA for cad7745 - Browse repository at this point
Copy the full SHA cad7745View commit details