List Index out of bounce exception in ReadSheetCondFmt
Posted: Thu Mar 07, 2013 2:00 pm
Hi!
I get a 'List index out of bounds' exception' in procedure TXLSReadXLSX.ReadSheetCondFmt when trying to read an xlsx excel file
with conditinal formatting.
The excel file can be downloaded here:
hxxp://www.file-upload.net/download-7297408/test.xlsx.html
Sample Code:
var
ExcelFile : TXLSReadWriteII5;
begin
ExcelFile := TXLSReadWriteII5.Create(nil);
ExcelFile.Filename := 'D:\test.xlsx';
ExcelFile.Read(); <- Exception
end.
d3nton
I get a 'List index out of bounds' exception' in procedure TXLSReadXLSX.ReadSheetCondFmt when trying to read an xlsx excel file
with conditinal formatting.
The excel file can be downloaded here:
hxxp://www.file-upload.net/download-7297408/test.xlsx.html
Sample Code:
var
ExcelFile : TXLSReadWriteII5;
begin
ExcelFile := TXLSReadWriteII5.Create(nil);
ExcelFile.Filename := 'D:\test.xlsx';
ExcelFile.Read(); <- Exception
end.
d3nton