private object GetCellValue(int row, int col) { return(_dataProvider.GetRangeValue(_worksheet, row, col)); }