Page 1 of 1

Drawing a chart

Posted: Sun Mar 02, 2014 4:05 am
by Saguaro
I would like to draw a chart to a workbook. Is is possible to find an example elsewhere?

Re: Drawing a chart

Posted: Wed Mar 05, 2014 3:34 pm
by larsa
Hello

There is a sample in update 5.20.19 on how to create charts.

Re: Drawing a chart

Posted: Tue Apr 01, 2014 12:17 pm
by DrTob
I have to create charts, too.

The sample sets XLS.Version to xvExcel97 and uses XLS.BIFF. I use XLSX-Format. The sample does not work, because XLS.BIFF is nil.

How do I create Charts with XLS.Version = xvExcel2007?

Re: Drawing a chart

Posted: Tue Apr 01, 2014 9:19 pm
by larsa
Hello

Sorry, charts are not possible in xlsx files yet. Will be added in the next major update.

Re: Drawing a chart

Posted: Wed Apr 02, 2014 8:32 am
by DrTob
When can I expect it? What do you call "major Update"? Version 5.30?

Re: Drawing a chart

Posted: Wed Apr 02, 2014 11:32 am
by larsa
Hello

The next major version will be 6.00.00

You can however use charts if you have a template XLSX file with the charts.

Re: Drawing a chart

Posted: Wed Apr 02, 2014 11:35 am
by DrTob
larsa wrote:Hello

The next major version will be 6.00.00
in 2012 I ask how to create charts in XLSX (with XLSRWII4) Your answer was: "This will be fixed in Version 5"!


larsa wrote:You can however use charts if you have a template XLSX file with the charts.
I've to create a variable number of charts with different series.