Пример #1
0
 public CellValue getValueAt(int row, int col) {
   return new CellValue(df.get(row, col), df.getCol(col));
 }