View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] jain.samit@gmail.com is offline
external usenet poster
 
Posts: 4
Default export excel chart to image from C# without using interop

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