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