spring-batch-extensions icon indicating copy to clipboard operation
spring-batch-extensions copied to clipboard

AbstractExcelItemReader ignores a number of empty rows inbetween filled set of rows.It would help if the this functioning is made configurable since this causes incorrect meta data provided for the row number.

Open sr9112 opened this issue 2 years ago • 1 comments

AbstractExcelItemReader ignores a number of empty rows in between filled set of rows. It would help if the this functioning is made configurable since this causes incorrect meta data provided for the row number. Issue Description: Suppose 5 rows containing data which 6th and 7th row is empty and the last 8th row has data(Screenshot attached for reference). This would return the 8th row as the 6th which may be problem if exact row number from cell is to be determined.

image

sr9112 avatar Jun 06 '22 20:06 sr9112

Thanks for the report and using this library.

Could you elaborate a bit more on the issue and especially which row number/count you are referring to?

mdeinum avatar Jun 07 '22 07:06 mdeinum

Closed due to inactivity.

mdeinum avatar Oct 02 '23 14:10 mdeinum