Hi,
I have an error when loading a spreadsheet. My spreadsheet contains two shapes and one of them has a type _x0000_t75.
The exception is thrown at this line:
XLWorkbook_Load.cs line 314 (release 0.64)
The code tries to find a shape with type '_x0000_t202' but find nothing (using First()).
It's related to an image in the footer of the document used when printing.
Of, after digging I found the culprit:
comments alone -> ok
shape alone (image in footer for example) -> ok
comments+shape -> crash at the line cited above.
-> more than that:
having more than one comment with more than one different shape crashes
having multiple VmlDrawingParts crashes.
I have an error when loading a spreadsheet. My spreadsheet contains two shapes and one of them has a type _x0000_t75.
The exception is thrown at this line:
XLWorkbook_Load.cs line 314 (release 0.64)
The code tries to find a shape with type '_x0000_t202' but find nothing (using First()).
It's related to an image in the footer of the document used when printing.
Of, after digging I found the culprit:
comments alone -> ok
shape alone (image in footer for example) -> ok
comments+shape -> crash at the line cited above.
-> more than that:
having more than one comment with more than one different shape crashes
having multiple VmlDrawingParts crashes.