Exemplo n.º 1
0
 public static int NextRowNumber(this OfficeOpenXml.ExcelWorksheet worksheet)
 {
     return(worksheet.MaxRowNumber() + 1);
 }