Sunday, July 12, 2009

Anyone know where to find a good Excel generation C# api?

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...


1 comment:

  1. Hi,

    you 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

    ReplyDelete