You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: