Top "Npoi" questions

.NET version of the Apache POI (Java) project

MS Word, using NPOI library

I would like to use NPOI library to get image from Word file (Doc [97-2003]). I want to HWPFDocument class, …

c# ms-office npoi
Formula in Excel using NPOI

I am using NPOI dll for genrating excel sheet in C#. When I apply formula on some cell programmatically and …

visual-studio-2010 sql-server-2008 c#-4.0 npoi
EPPlus clone worksheet

I want to clone worksheet int my excel template file programatically. When Using NPOI library I can use HSSFWorkbook workbook = …

c# epplus npoi
how to save xls file as xlsx file using NPOI c#?

I'm using NPOI to open XLS file, then add some modifications to the XLS file. at the end i want …

c# export-to-excel npoi
How to re-calculate a cell's formula?

My code is setting up a lot cell values. At the end, formulas in every cell needs to be evaluate …

c# excel npoi