PHPOffice / PhpSpreadsheet将单元格列索引作为整数

时间:2018-04-18 11:40:32

标签: php excel phpspreadsheet phpoffice

如何将单元格列索引作为整数?我搜索了文档,但没有找到任何内容。

2 个答案:

答案 0 :(得分:1)

如果你有一个单元格,那么你可以使用公共函数 - getColumn(),getRow(),getCoordinate()

阅读Github

中的来源

答案 1 :(得分:0)

请参阅Accessing cells

$ColumnIndex = \PhpOffice\PhpSpreadsheet\Cell\Coordinate::columnIndexFromString($Column);