When operate excel by using NPOI ,I found a bug or mechanism that the NPOI provides,the NPOI will delete
the row if all columns of this row are empty, inorder to ignore that ,I must add space content in the cell of this row.Why the NPOI design this mechanism ?
the row if all columns of this row are empty, inorder to ignore that ,I must add space content in the cell of this row.Why the NPOI design this mechanism ?