Page 1 of 1

Unknown ptgs "72"

Posted: Fri Sep 11, 2015 2:58 pm
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.

Re: Unknown ptgs "72"

Posted: Mon Sep 14, 2015 9:46 am
by larsa
Hello

This is fixed in update 5.20.58

Re: Unknown ptgs "72"

Posted: Mon Sep 14, 2015 10:07 am
by CareAll
It's working now, thank you for the fix.