generate excel with chart from .NET

最后都变了- 提交于 2019-12-12 13:12:18

问题


I have a WPF application and I need to generate an excel file that also contains charts? What is the best way of doing that? If possible, I want to avoid using the excel interop. Thx, L


回答1:


Look at this http://epplus.codeplex.com/wikipage?title=StatisticsSheetExample




回答2:


I just found http://epplus.codeplex.com. Think I'm going to give it a try, it supports charts.




回答3:


OfficeWriter is another mature .NET library for Excel that supports adding charts:

http://www.officewriter.com



来源:https://stackoverflow.com/questions/5361403/generate-excel-with-chart-from-net

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!