Exemplo n.º 1
0
 private object GetCellValue(int row, int col)
 {
     return(_dataProvider.GetRangeValue(_worksheet, row, col));
 }