Gets the name of the column for the specified index.
$cell = new SpreadSheetCell($res, "1","B1", $db_prefix); $name = $cell->getColName(2);
See also: getColIndex