Cannot read simplest Excel 2003 file
Posted: Wed Nov 12, 2008 6:54 pm
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
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