Exemple #1
0
 public ExcelSheet CreateSheet(string sheetname) => new ExcelSheet(this, MapedWorkbook.CreateSheet(sheetname));
Exemple #2
0
 public ExcelSheet CreateSheet() => new ExcelSheet(this, MapedWorkbook.CreateSheet());