Definition for x-Values of charts
Posted: Fri Jan 12, 2018 9:44 am
I use an xlsx file with a chart. In this chart I defined a series with x values like "=Table1!A1;Table1!A3" (Important! this is no area but only two cells A1 and A3).
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:
I hope you can reproduce this problem.
Greetings
Johanne Krug
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