millij / poi-object-mapper

Object mapper for Office formats - Excel files, Spreadsheets, etc.
MIT License
44 stars 30 forks source link

xlsxreader reads each row of the excel file twice #36

Open suhas-ravikumar opened 4 years ago

suhas-ravikumar commented 4 years ago

I use this reader on a xlsx file which is downloaded from a S3 bucket. However, when I try reading the file using XlsxReader.read method, I see each row being read twice. (For example, if the excel file contains 2 data rows, there will be 4 list entries in the output from the read method) However, when I just open the file in MS excel and edit any value and save it(even if I revert back to the original), it starts working fine.

millij commented 4 years ago

@suhas-ravikumar Can you share the file you downloaded from S3? it will help in replicating the bug. Thanks