Exemplo n.º 1
0
 public ExcelSheet CreateSheet(string sheetname) => new ExcelSheet(this, MapedWorkbook.CreateSheet(sheetname));
Exemplo n.º 2
0
 public ExcelSheet CreateSheet() => new ExcelSheet(this, MapedWorkbook.CreateSheet());