spring-batch-extensions
spring-batch-extensions copied to clipboard
Read columns as arrays
Hello! The second worksheet of every one of my workbooks has four columns with 24,000 rows. Ideally, I'd like to read in both sheets and each column needs to eventually exist as an array. Since this project converts each row to an object, is there a way to handle my case with columns to arrays?