ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  Save Picture for Excel or Word file
Posted by Tony on May-12-2017 19:20
Hi,



I want to design a report document include image and word.
How can I save picture for Excel or Word file?
Thanks.



version:  6.0
programming language :  MFC C++
operating system:Win7

  Re: Save Picture for Excel or Word file
Posted by Peter Kwan on May-12-2017 22:50
Hi Tony,

You can save the picture in any format that MS Word or Excel supports. For example, you can save the picture as a PNG image:

c->makeChart("c:\\temp\\test.png");

You can then incorporate the image into your report.

Hope this can help.

Regards
Peter Kwan