Questions and answers on how to use XLSReadWriteII 5.
-
CareAll
- Posts: 28
- Joined: Mon Jun 24, 2013 9:30 am
Post
by CareAll »
Hello,
I have an xlsx file, I open it and get the exception 'Unknown ptgs "72"'.
Code: Select all
XLS := TXLSReadWriteII5.Create(nil);
try
XLS.CompressStrings := False;
XLS.Filename := 'Test.xlsx';
XLS.Read; <<<<<<<<<<<<<<<< Exception: Unknown ptgs "72"
finally
FreeAndNil(XLS);
end;
I send you the Excel file via email, please investigate the exception.
-
larsa
- Site Admin
- Posts: 926
- Joined: Mon Jun 27, 2005 9:30 pm
Post
by larsa »
Hello
This is fixed in update 5.20.58
Lars Arvidsson, Axolot Data
-
CareAll
- Posts: 28
- Joined: Mon Jun 24, 2013 9:30 am
Post
by CareAll »
It's working now, thank you for the fix.