XLSX with comments

Questions and answers on how to use XLSReadWriteII 5.
Post Reply
kayeng
Posts: 5
Joined: Mon Dec 21, 2015 4:48 am

XLSX with comments

Post by kayeng »

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:

Code: Select all

  XLS.Filename := 'C:\XLSXWithComments.xlsx;
  XLS.Read;
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.
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Re: XLSX with comments

Post by larsa »

Hello

Please send me an excel file with these comments.
Lars Arvidsson, Axolot Data
kayeng
Posts: 5
Joined: Mon Dec 21, 2015 4:48 am

Re: XLSX with comments

Post by kayeng »

Hi Lars,

I have sent you an email with the xlsx file which didn't work.

Cheers,
Kaye.
Post Reply