Do we have Excel Template feature in NPOI? Instead of binding row by row in excel, is there any feature in NPOI to assign data source(using data marker) and generate excel.
For example, I have dataset which has five columns, I wanted to export data table as Excel using NPOI without looping row by row. Just wanted to assign dataset as data source and generate excel.
We need this to increase performance.
Also, suggest if you have any other feature in NPOI to increase performance.
For example, I have dataset which has five columns, I wanted to export data table as Excel using NPOI without looping row by row. Just wanted to assign dataset as data source and generate excel.
We need this to increase performance.
Also, suggest if you have any other feature in NPOI to increase performance.