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

Support representing Excel rows as other types than String[] #39

Closed
wants to merge 2 commits into from

Conversation

mjiderhamn
Copy link

Adjust interfaces to be generic and supply POI implementations to represent as String[] or Object[]. Fixes #38.

@mdeinum
Copy link
Collaborator

mdeinum commented Oct 2, 2023

This is a massive non backwards compatible change, which we try to avoid. Next to that it has been lingering around for too long (our bad) and now has a massive amount of merge errors. However the biggest case is that we want to investigate another approach more akin to the JDBC ResultSet with things like getString, getDate etc. for the various values. Which seem a better fit and more flexible.

@mdeinum mdeinum closed this Oct 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support parsing rows to other data types than String[]
3 participants