Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xlsxreader reads each row of the excel file twice #36

Open
suhas-ravikumar opened this issue Sep 23, 2020 · 1 comment
Open

xlsxreader reads each row of the excel file twice #36

suhas-ravikumar opened this issue Sep 23, 2020 · 1 comment

Comments

@suhas-ravikumar
Copy link

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
Copy link
Owner

millij commented Oct 24, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants