export excel chart to image from C# without using interop

  • Thread starter Thread starter jain.samit
  • Start date Start date
J

jain.samit

I've server side automation to create some chart in excel using OpenXML. I need to export a chart from my report to an image and send it in an email. The excel libraries are not installed on servers so interop COM is not an option. How can I achieve this without using anything external dlls or anything? Suggestions appreciated. thanks
 
Back
Top