Does anyone know where I can find a good open source C# api for generating Excel reports?
Anyone know where to find a good Excel generation C# api?
I might be wrong, but I don't think you need 3rd party API to do that.
You just need to have Excel interop DLL and use it to create your own excel report.
Some examples:
http://support.microsoft.com/kb/302084
http://www.spreadsheetgear.com/support/s...
http://www.eggheadcafe.com/articles/2002...
Subscribe to:
Post Comments (Atom)
Hi,
ReplyDeleteyou are right, you can do it without 3rd party component, but working with 3rd party component makes it so much easier. You can try GemBox.Spreadsheet Free version.
http://www.gemboxsoftware.com/GBSpreadsheet.htm