spring-projects / spring-batch-extensions

Spring Batch Extensions
242 stars 258 forks source link

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

Closed mjiderhamn closed 1 year ago

mjiderhamn commented 7 years ago

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

mdeinum commented 1 year ago

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.