Communicating with dataGridView is not NPOI's duty. But you can write your own code to iterate the data in dataGridView row by row, cell by cell and then use NPOI to export to the xls file.
↧
Communicating with dataGridView is not NPOI's duty. But you can write your own code to iterate the data in dataGridView row by row, cell by cell and then use NPOI to export to the xls file.