Why not simply use the built in
PHPExcel_Cell::columnIndexFromString()
and PHPExcel_Cell::stringFromColumnIndex()
methods?PHPExcel_Cell::columnIndexFromString()
and PHPExcel_Cell::stringFromColumnIndex()
methods?