Jump to content
Software FX Community

export to excel?


User (Legacy)

Recommended Posts

Posted

Export it to Excel and open it up in IE ?

Can you please explain a little more what you want to achieve. You can

certainly export the chart to an image and through OLE Automation insert

this image into an Excel document. We also have an Office Control that

allows you to include a "live" chart object inside an Office document.

--

FP

Software FX

Posted

sorry for confusion, what I want is to export the value of a chart(not the

properties of the chart) into a excel and open it up in IE, or I may put it

this way: present the data in the chart in the form of excel.

thanks

"SoftwareFX Support" <noreply@softwarefx.com> wrote in message

news:jmnM2fk%23EHA.1116@webserver3.softwarefx.com...

> Export it to Excel and open it up in IE ?

>

> Can you please explain a little more what you want to achieve. You can

> certainly export the chart to an image and through OLE Automation insert

> this image into an Excel document. We also have an Office Control that

> allows you to include a "live" chart object inside an Office document.

>

> --

> FP

> Software FX

>

>

Posted

You can export the chart's data as text (tab-separated) which can be then 

easily imported into Excel either through OLE automation or through the UI.

To export the chart's data as text do:

chart.Export(FileFormat.Text, <stream or file>);

--

FP

Software FX

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...