One of the program's functions: accessing sql for generating a tabular report in Excel.
Problem in Excel document:
- The heading of the table itself has a complex structure of merged cells.
Prompted to use the library NPOI. Is there an example of the implementation of the use of this library, in order to open a template xlsx file and replace some cells in it, in order not to pile up the code for the entire table heading?
The number of rows of the table is constantly increasing; it is not possible to know in advance the height of the table. In the template itself, the columns form some calculations with a final value at the end of the table, i.e. I would not want to shoot them down.