Top "Npoi" questions

.NET version of the Apache POI (Java) project

How to read file using NPOI

I found NPOI is very good to write Excel files with C#. But I want to open, read and modify …

c# .net excel npoi
Trying to create a new .xlsx file using NPOI and write to it

Edit: I'm trying to write a small console application that will read in lines from an excel spreadsheet, parse the …

c# excel npoi
Does NPOI have support to .xlsx format?

Will NPOI DLL recognize .xlsx file? Currently I'm using NPOI 1.2.5 version DLL for Microsoft Excel 97-2003, but I need to …

c# excel npoi
NPOI Date Format Cell

I'm using NPOI to create fixed worksheet template in Sheet1, and need data from Sheet2 that's in date format.I …

c# date format cell npoi
How to change cell color with NPOI

using NPOI.XSSF.UserModel; using NPOI.XSSF.Model; using NPOI.HSSF.UserModel; using NPOI.HSSF.Model; using NPOI.SS.UserModel; …

c# npoi
NPOI create cell containing bold and non bold text

I'm using NPOI to output excel from Asp.Net MVC app and works very well with plain text but have …

c# npoi cell-formatting
Edit existing Excel file C# npoi

I want to with a console application C# open an existing excel file and add content to it. NPOI 2.1.1.0 My …

c# npoi
export Excel to DataTable using NPOI

I want to read Excel Tables 2010 xlsx using NPOI and then export data to DataTables but don't know how to …

c# excel datatable npoi
C# create/modify/read .xlsx files

I am looking for a way to create, modify, read .xlsx files in C# without installing Excel or creating files …

c# excel npoi epplus excelpackage
NPOI setting different cell format

i have problem setting different format in each cell, i want to set number format to thousand separator and thousand …

c# format cell npoi