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.