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

feat: table support for Excel (XLSX) sheets #282

Merged
merged 19 commits into from
Sep 18, 2024

Commits on Sep 3, 2024

  1. 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.
    wdoppenberg committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    50f7ca3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b742d99 View commit details
    Browse the repository at this point in the history
  3. 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.
    wdoppenberg committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    216e037 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2ae25a View commit details
    Browse the repository at this point in the history
  5. Formatting

    wdoppenberg committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    3a498cc View commit details
    Browse the repository at this point in the history
  6. 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
    wdoppenberg committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    11c911e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f21e2ef View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3d66e36 View commit details
    Browse the repository at this point in the history
  9. Update Makefile

    Co-authored-by: Luka Peschke <mail@lukapeschke.com>
    wdoppenberg and lukapeschke authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    5b5e407 View commit details
    Browse the repository at this point in the history
  10. Update test.py

    Co-authored-by: Luka Peschke <mail@lukapeschke.com>
    wdoppenberg and lukapeschke authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    dbf819c View commit details
    Browse the repository at this point in the history
  11. Update src/types/python/excelreader.rs

    Co-authored-by: Luka Peschke <mail@lukapeschke.com>
    wdoppenberg and lukapeschke authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    4b90f84 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ea12f81 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0cb0054 View commit details
    Browse the repository at this point in the history
  14. formatting

    wdoppenberg committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    1964c2e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4cafbfb View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    96f74a1 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Adjusted TODO stmt

    wdoppenberg committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    150718e View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    d89cc59 View commit details
    Browse the repository at this point in the history
  2. docs: added comment about sheet metadata

    Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
    lukapeschke committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    cad7745 View commit details
    Browse the repository at this point in the history