npoi export from datatable

Posted by Iulian on Stack Overflow See other posts from Stack Overflow or by Iulian
Published on 2010-05-18T16:51:13Z Indexed on 2010/05/18 17:00 UTC
Read the original article Hit count: 1127

Filed under:
|
|
|
|

I have an asp.net website that will generate some excel files with 7-8 sheets of data. The best solution so far seems to be NPOI, this can create excel files without installing excel on the server, and has a nice API simillar to the excel interop.

However i can't find a way to dump an entire datatable in excel similar to CopyFromRecordset

Any tips on how to do that , or a better solution than NPOI ?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about c#