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