XLSX with comments
Posted: Tue Dec 22, 2015 2:52 am
Hi,
Just continuing my evaluation of XLSReadWriteII 5. I ran into the following issue:
I am attempting to read an xlsx with comments in it like so:
Doing this causes the XLSReadWriteII 5 to crash with the error: List Index out of bounds(0)
If I have a comment inside an xls file, it doesn't crash.
Does anyone know why reading xlsx files with comments in them crash?
Thanks for your help.
Cheers,
Kaye.
Just continuing my evaluation of XLSReadWriteII 5. I ran into the following issue:
I am attempting to read an xlsx with comments in it like so:
Code: Select all
XLS.Filename := 'C:\XLSXWithComments.xlsx;
XLS.Read;
If I have a comment inside an xls file, it doesn't crash.
Does anyone know why reading xlsx files with comments in them crash?
Thanks for your help.
Cheers,
Kaye.