Top "Npoi" questions

.NET version of the Apache POI (Java) project

NPOI Auto resize column

I am trying to write some contents to excel file using NPOI. But while using the auto resize column method …

c# .net npoi
CellStyle applied to all cells in the Worksheet unexpectedly - NPOI?

I don't understand why this can happen, first I tried applying a bold text to my column headers in the …

c# export-to-excel npoi
NPOI setting background color isn't working

I need to set and remove the background color of rows. Somewhy when I set style to the row it …

c# .net npoi
How to create an excel spreadsheet using a dataset with Npoi

I am completely new to Npoi and I am struggling trying to find some information on how to create a …

c# asp.net-mvc npoi
c# npoi excel How to get a cell's formula VALUE?

I set a formula on some cells in a loop like this: System.String fm = "IF(B2,J2=J1,FALSE)" …

c# excel npoi
NPOI support CSV/TSV?

I'm using the NPOI library with a C# application. What I'm creating is a reporting system that automatically reads, and …

c# excel csv npoi tsv
C#. xlsx date cell import to DataTable by NPOI 2.0

I'm tried to convert .xlsx file to DataTable format by using NPOI 2.0 library. It's OK, but I have a problem …

c# excel apache-poi xlsx npoi
creating chart in an excel spreadsheet using NPOI

I know that my question will be very similar to other ones already asked on SO but as I can't …

c# excel charts npoi
how I can place an image just in one cell using npoi

I'm using npoi to generate excel docs. I have a requirement to add images to cells. Using the following code …

asp.net-mvc npoi
How to get the Excel Cell value by address (A1, A2) using NPOI

I have an Excel Cell Address like A1, A2. How do I access this cell programmatically using NPOI framework in …

c# npoi