-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Row and column integer error when calling IOFactory::load #3305
Comments
Thank you for the sample file. I am able to duplicate your error. It appears that the code which is causing the failure is not executed in our test suite. It also includes the comment "not sure why two row indexes are necessary?", and, based on this report, that seems like a good question. I am researching how best to fix this. |
Thanks for the quick response. Do you know why some files work fine but others, like the sample I provided, don't? |
It depends on what data the spreadsheet provided. The data in your spreadsheet indicated a a vertical break before cell TLDR - the files which work without problems either don't specify a vertical break, or specify it with a row > 0. |
Well I'll be. I tried resetting all of the breaks on the file that was failing and it worked just fine. I wouldn't have thought to do that in a million years. Looking forward to a new drop to test with. |
This is a bug report.
What is the expected behavior?
The file should load to be processed further.
What is the current behavior?
An error is thrown when load is called.
What are the steps to reproduce?
This is not happening with every file but files that used to load without error are now causing the error shown above. So far the files that are failing are all XLS. There has been limited use with XLSX and, so far, no failures with XLSX. I believe it is related to the file structure or something within the file itself as I can copy and paste the rows into a newly created file and it will load and process correctly.
The text was updated successfully, but these errors were encountered: