It is possible to load this file with xlsReadWriteII6 but if I save the file without changing anything I get an access violation.
My debugger jumps to the following code position in unit XLSSheetData5.pas:
Code: Select all
function TXLSWorksheet.GetName: AxUCString;
begin
Result := FXc12Sheet.Name;
end;
Greetings
Johanne Krug