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.
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.