-
Notifications
You must be signed in to change notification settings - Fork 102
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
Diff failed: Failed to read as excel file: #20
Comments
Thanks for reporting. Without the file it'll be pretty hard to debug. But if you think the tool will be useful to you - I can try to create a debug binary - which will print out useful messages to debug and hopefully I can fix the issue looking at those. Lemme know if you think this is something worth doing. |
I actually don't need the program any more - my need for Excel diffing was very short lived. That said, I can test a debug binary if you think the resulting messages would be valuable to you. |
I added a --debug flag, it will generate a stack trace, can you paste that? run as: excel_cmp --debug . download release here: https://github.com/na-ka-na/ExcelCompare/releases/download/0.5.1/ExcelCompare-0.5.1.zip |
Here it is:
|
As reported in a comment to this answer, ExcelCompare is failing on a regular xls file with the following error message:
The file opens regularly in LibreOffice, and is parsed fine by the xlrd python library.
Unfortunately this is not a file I can post publicly, and if I open it (with LibreOffice) and "Save as" a new file the problem already disappears (so I cannot censor sensitive parts). I have no access to the computer where the file was produced.
Feel free to let me know if there is something I can do to debug the issue. This is what the command "file" says of this file:
(and this is what it says after resaving with LibreOffice:
)
The text was updated successfully, but these errors were encountered: