Questions tagged as 'npoi'

1
answer

How to put the background color in the cells of the first line using NPOI?

I'm using the NPOI library to be able to generate an Excel file. This is the first time I've been in touch with this library and would like help putting background color on the cells in the first row. My current code is this: using Syste...
asked by 20.07.2017 / 14:33
0
answers

C # Asp.Net.MVC - How to read Excell worksheets (xls and xlsx) using NPOI and generate a datatable?

I would like to read an Excel worksheet (XLS and XLSX) in my C # application, using the NPOI library and generating a DataTable. Since I have never used this library, could anyone give me a practical example?     
asked by 22.12.2017 / 14:03
1
answer

How to set the height of an Excel row in NPOI?

I'm trying to create a line in an excel file through the NPOI library. The problem is that I do not know how to set a size for the line. Currently, the line is capping the content of the text. How can I set the height of the line (if possib...
asked by 21.07.2017 / 16:47