예제 #1
0
 public ExcelRow(int index, ISheet sheet, IExcelDataReader reader)
 {
     this.Index = index;
     Sheet      = sheet;
     this.Cells = reader.GetCells();
 }