Top "Npoi" questions

.NET version of the Apache POI (Java) project

Using NPOI, how do I return a cell value as it has been formatted by Excel?

Using NPOI, is there any buildin possibility to format a cell value (especially numeric and date values) as it has …

c# excel npoi
Generate Excel with merged header using NPOI?

I tried to export excel sheet using NPOI like bellow but I am unable to change the background color and …

c# excel npoi
Unable to set FillBackgroundColor

I'm using NPOI 2.0.6.0 in a C# project and I'm running into difficulty changing the styling. While I can affect font …

c# npoi
Border for created cell with npoi

I have an Excel File which serves as a template for my Excel work and I want to programatically fill …

export-to-excel npoi
How to get the value of cell containing a date and keep the original formatting using NPOI

I have an Excel file that I edited using DevExpress and I am reading using NPOI. When I try to …

c# visual-studio devexpress npoi
Return excel file without saving it in the server inside controller

I want to return Excel file (using NPOI library) to user without the need to save the file in the …

asp.net-mvc excel asp.net-mvc-5 npoi
Issue with writing a date to Excel file using NPOI

I am currently using NPOI to generate Excel files based on a database from my asp.net mvc app. I'm …

c# asp.net-mvc excel npoi hssf
NPOI insert row like excel

How can I use NPOI to insert a row like excel? The excel insert command copy the format for the …

npoi
How to use NPOI to read Excel spreadsheet that contains empty cells?

When I read Excel worksheet using NPOI, empty cells are skipped. For example, it the row contains A, B, , C …

c# excel npoi
How to apply border styles to NPOI workbook cells

I didn't find this information anywhere on the internet so thought I would post here as I found the answer …

.net border spreadsheet xls npoi