poi-object-mapper icon indicating copy to clipboard operation
poi-object-mapper copied to clipboard

xlsxreader reads each row of the excel file twice

Open suhas-ravikumar opened this issue 3 years ago • 1 comments

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.

suhas-ravikumar avatar Sep 23 '20 11:09 suhas-ravikumar

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

millij avatar Oct 24 '20 09:10 millij