-
Notifications
You must be signed in to change notification settings - Fork 420
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
error: unexpected attribute 'aca' #473
Comments
I believe this is related to #436. I had a similar error on a cell: |
I will fix this soon. It looks like it's |
As a work around, I changed xlsx_consumer.cpp at line 226 to call parser->attribute("aca") so that the attribute is marked handled. I guess the correct handling of the attribute needs to be added, but at least the file is opened and read:
|
…", "ref", "t" and "si" in <f> (formula) This is *not* a fix, attributes may require to be handled!
I have cloned the project and added a workaround, i.e, the offending attributes (and only those) are simply ignored. Probably these need no further handling and that could remain the final solution. Thats up to @tfussell. Maybe he wants to take my code as a starter to fix this issue. Anyway, the problem files can be loaded with these additions. |
…ore "aca", "ref", "t" and "si" in <f> (formula)" This reverts commit cee2a58.
This reverts commit c3a5f06.
Confirmed. Fixed with current version. Can be closed. |
I have found this error when loading Excel file (xlsx):
<f aca="false">SUM(G12:G212)</f>
terminate called after throwing an instance of 'xml::parsing'
what(): xl/worksheets/sheet2.xml:2:4178: error: unexpected attribute 'aca'
The text was updated successfully, but these errors were encountered: