Beispiel #1
0
 public object Get(CellRange range)
 {
     ICell cell = _sheet.GetRow(0).GetCell(0);
     return cell.StringCellValue;
 }