Unknown ptgs "72"
Posted: Fri Sep 11, 2015 2:58 pm
Hello,
I have an xlsx file, I open it and get the exception 'Unknown ptgs "72"'.
I send you the Excel file via email, please investigate the exception.
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;