-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Failed to open excel(.xlsx) with NPOI(2.5.6) with some specific graphs #1059
Comments
How many graphs and sheets are there in this excel? Can you share the file? |
Hi, it seems that only specific graph causes the error where I just attached the file. TQ |
The issue is caused by the following openxml block in chart1.xml
The value 'auto' cannot be parsed (recognized) correctly. |
It's weird that this value is not included in old definition of ST_MarkerStyle But I found it in Python-openxml lib
|
Currently I'm trying to open the excel (workbook) which contain many sheets and each of the sheet contain multiple graphs.
Unfortunately, I cannot open the file and it throws error, but the error is empty string "" which is weird.
So what I tried is deleting the graph one by one, and then I can open the file.
It seems only 1 graph that cause the error, is there any specific graph that NPOI can handle and cannot handle?
May I know what cause this kind of behavior?
sample のコピー2.xlsx
The text was updated successfully, but these errors were encountered: