Unknown ptgs "72"

Questions and answers on how to use XLSReadWriteII 5.
Post Reply
CareAll
Posts: 28
Joined: Mon Jun 24, 2013 9:30 am

Unknown ptgs "72"

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

Re: Unknown ptgs "72"

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

Re: Unknown ptgs "72"

Post by CareAll »

It's working now, thank you for the fix.
Post Reply