1

I want to export the chart which is created with mschart to excel.

I want real chart in excel which user can change it's values not an image of chart.

What's the solution?

Raymond Morphy
  • 2,464
  • 9
  • 51
  • 93

1 Answers1

2

There is no way to do that. MS chart exports a binary image (jpg, png, bmp, etc.).

You can only export the underlying data and use Excel to create it's own chart.

Steve Wellens
  • 20,506
  • 2
  • 28
  • 69