PHPExcel中列名的列索引

Sha*_*uri 1 php phpexcel

我刚开始使用PHPExcel-1.7.7 ..

我在从列名获取列索引时遇到问题

A -> 1, H-> 8, L-> 12
Run Code Online (Sandbox Code Playgroud)

像那样..

提前致谢..

Mar*_*ker 5

所以有什么问题?

$column = 'IV';
$columnIndex = PHPExcel_Cell::columnIndexFromString($column);
Run Code Online (Sandbox Code Playgroud)

当版本1.7.9是最新的产品版本时,为什么使用1.7.7版?