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
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?
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.
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!
The text was updated successfully, but these errors were encountered: