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
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
- How to know full paths to DLL's from .csproj f
OfficeWriter is another mature .NET library for Excel that supports adding charts:
http://www.officewriter.com
I just found http://epplus.codeplex.com. Think I'm going to give it a try, it supports charts.
Look at this http://epplus.codeplex.com/wikipage?title=StatisticsSheetExample