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

Load Data from Excel Table by Name #326

Open
frederikb opened this issue Nov 19, 2024 · 2 comments
Open

Load Data from Excel Table by Name #326

frederikb opened this issue Nov 19, 2024 · 2 comments

Comments

@frederikb
Copy link

Hi,

first of all thanks for sharing this library. I've previously used POI directly to load data from XLSX files and appreciate any approach to abstract away the common pain points!

My question (or probably feature suggest): is it possible to load data from a table declared in a XLSX file by name from a sheet?

As in XSSFTables which are accessed via those returned from XSSFSheet#getTables and which provides such methods such Table#getStartRowIndex, Table#getHeadersRowCount and Table#findColumnIndex

The idea being that the code to load data from the sheet would be a bit more robust against the table start row/column changing in the document.

Is this already possible or something you've considered as potentially in scope?

Thanks!

Copy link

Thank you for contributing to Poiji! Feel free to create a PR If you want to contribute directly :)

@ozlerhakan
Copy link
Owner

Hi @frederikb ,

Thank you for finding Poiji useful! Regarding the question, we do not have support XSSFTable in Poiji. If you have some samples, we could find a way to extend the tool with this feature.

Best!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants