示例#1
0
 public int GetSheetIndex(ExcelSheet sheet) => GetSheetIndex(sheet.SheetName);
示例#2
0
文件: SheetCell.cs 项目: ananck/Dawnx
 public SheetCell(ExcelSheet sheet, ICell cell)
 {
     Sheet     = sheet;
     MapedCell = cell;
 }