Skip to content

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