Most voted "npoi" questions
4 questions
Sort by count of
-
2
votes1
answer360
viewsHow to put the background color in the first line cells using NPOI?
I am using the NPOI library to generate an Excel file. It is the first time I am having contact with this library and would like help to put background color in the cells of the first line. My…
-
2
votes1
answer179
viewsHow to change not only the style but the cell format with C# using NPOI?
when I file in Excel using the library NPOI (https://github.com/tonyqus/npoi/tree/master/examples/xssf) I can change the style of the cell to moneyFormat with the following code, however, when the…
-
1
votes0
answers293
viewsC# Asp.Net.MVC - How to read Excell spreadsheets (xls and xlsx) using NPOI and generate a datatable?
I would like to read an Excel spreadsheet (XLS and XLSX) in my C#application, using the NPOI library and generate a Datatable. Since I’ve never used this library someone could provide me with a…
-
0
votes1
answer197
viewsHow to set the line height of an Excel in NPOI?
I am trying to create a line in an excel file through the library NPOI. The problem is that I don’t know how to set a line size. Currently, the line is covering the text content. How can I set the…