The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: Export to Excel functionality using NPOI dll
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.

Mohammad AnsariPosted Nov 16, 2020, 2:55 AM
How to generate password protect excel using NPOI.dllin c#
zaki anwarPosted Mar 7, 2020, 3:23 PM
How to generate password protect excel using NPOI.dllin c#
Hemant SharmaPosted May 15, 2019, 7:29 AM
Hi Kumar, please let me know how to get the activeCell ref no. from Excel (.xls) with NPOI DLL using C#.
Aniket FirkePosted Nov 2, 2018, 8:27 AM
Can i export sortable excel sheet using npoi means i want to provide sort functionality on excel sheet header similar to any grid sorting
Nikhilesh VaraPosted Mar 30, 2017, 6:03 AM
Its really good article very helpful. But i get the above error when it will try to execute below code line var workbook =new HSSFWorkbook(); Exception : -------------- {"Could not load file or assembly 'ICSharpCode.SharpZipLib,Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73' or one of its dependencies. The system cannot find the file specified.":"ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73"} Request you to help me in
b pPosted Jul 25, 2014, 5:10 AM
I'm wondering if there is support for canceling the excel generation. It would be useful for large files. And also progress indication would be nice. So far I didn't found such options. Have you any ideas regarding these features?
Ambika kandasamyPosted Aug 22, 2013, 2:25 AM
eventhough action hit happening, open dialog box is not appearing in my page I tried using kendo grid. pls help me
Former memberPosted Sep 30, 2012, 1:16 PM
This is really nice article. http://www.dotnetpools.com/Article/ArticleDetiail/?articleId=22&title=Gridview%20Export%20To%20Excel%20In%20Asp.Net%20C#