Error exchanging XLS.Version to xvExcel97

Questions and answers on how to use XLSReadWriteII 5.
Post Reply
flls
Posts: 13
Joined: Fri Feb 07, 2014 8:58 pm

Error exchanging XLS.Version to xvExcel97

Post by flls »

In version 5 when I try to change the version for Excel97 the following error occurs:
List index out of bounds (0)
followed by error:
Access violation at 0x02550286: read of address 0x00000014
The code used for the test is as follows:

Code: Select all

    XLS := TXLSReadWriteII5.Create(nil);   // Creates with Default Version = xvExcel2007
    try
      XLS.Version := xvExcel97;   // Error: List index out of bounds (0)
      ...
      ...
    finally
      FreeAndNil(XLS);
    end;
XLSSpreadSheet V2.00.05
XLSReadWriteII V5.20.14a


PS: I repeated the tests after upgrading to version 5.20.15a and the problem continues.
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Re: Error exchanging XLS.Version to xvExcel97

Post by larsa »

Hello

I could not reproduce this.
Lars Arvidsson, Axolot Data
Post Reply