标签: php excel phpspreadsheet phpoffice
如何将单元格列索引作为整数?我搜索了文档,但没有找到任何内容。
答案 0 :(得分:1)
如果你有一个单元格,那么你可以使用公共函数 - getColumn(),getRow(),getCoordinate()
阅读Github
答案 1 :(得分:0)
请参阅Accessing cells
$ColumnIndex = \PhpOffice\PhpSpreadsheet\Cell\Coordinate::columnIndexFromString($Column);