Definition for x-Values of charts

Questions and answers on how to use XLSReadWriteII 5.
Post Reply
Johannes Krug
Posts: 2
Joined: Fri Jan 12, 2018 8:39 am

Definition for x-Values of charts

Post 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
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Re: Definition for x-Values of charts

Post by larsa »

Hello

This is fixed in update 6.00.26
Lars Arvidsson, Axolot Data
Johannes Krug
Posts: 2
Joined: Fri Jan 12, 2018 8:39 am

Re: Definition for x-Values of charts

Post by Johannes Krug »

That's great!

Thank you
Post Reply