Get cell name from row and column.
static String getCellName(int row, int column) { return getColumnName(column) + row.toString(); }