Page 1 of 1

Definition for x-Values of charts

Posted: Fri Jan 12, 2018 9:44 am
by Johannes Krug
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:

Code: Select all

function TXLSWorksheet.GetName: AxUCString;
begin
  Result := FXc12Sheet.Name;
end;
I hope you can reproduce this problem.

Greetings
Johanne Krug

Re: Definition for x-Values of charts

Posted: Mon Jan 22, 2018 1:25 pm
by larsa
Hello

This is fixed in update 6.00.26

Re: Definition for x-Values of charts

Posted: Mon Jan 22, 2018 1:54 pm
by Johannes Krug
That's great!

Thank you