Cannot read simplest Excel 2003 file

Questions and answers on how to use XLSReadWriteII 3/4/5.
Post Reply
mahoneyh
Posts: 4
Joined: Tue Nov 11, 2008 10:02 pm

Cannot read simplest Excel 2003 file

Post by mahoneyh »

Hello,

I have downloaded XLSReadWriteII to evaluate for Delphi 2007. I cannot get any of the samples to run that read in an already existing spreadsheet.

I tried writing my own program which has two lines

XLS.Filename := edtExcelFileName.text;
XLS.Read;

I get the error:
Error on reading record #114, 00D Off: 0000082F
List index out of bounds (0)

My file has values in A1 .. A9 only. The first a string, the others numbers.

So I am stuck. I can't evaluate the product if I can't get the simplest program to work.

I am using Delphi 7, Excel 2003, Windows XP

Thanks in advance

Hardee Mahoney
Washington, DC
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Post by larsa »

Hello

There was a bug in version 4.00.10 that caused this. Please download the latest update.
Lars Arvidsson, Axolot Data
Post Reply