PHPOffice/PhpSpreadsheet 获取单元格列索引为整数

Posted

技术标签:

【中文标题】PHPOffice/PhpSpreadsheet 获取单元格列索引为整数【英文标题】:PHPOffice/PhpSpreadsheet get cell column index as integer 【发布时间】:2018-09-28 15:26:09 【问题描述】:

如何将单元格列索引设为整数?我已经搜索了文档,但没有找到任何东西。

【问题讨论】:

【参考方案1】:

请看Accessing cells

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

【讨论】:

【参考方案2】:

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

去Github阅读源码

【讨论】:

这是第一步,我认为 OP 已经找到了。但是 getColumn 和 getCoordinate 返回字符串。 OP要求整数值:)

以上是关于PHPOffice/PhpSpreadsheet 获取单元格列索引为整数的主要内容,如果未能解决你的问题,请参考以下文章

phpoffice/phpspreadsheet对Excel导入导出操作

作曲家需要 phpoffice/phpspreadsheet 不起作用

PhpOffice\PhpSpreadsheet 从 excel 错误字符集中导入 mysql

phpoffice/phpspreadsheet - 如何从 getHighestRow() 中排除无值单元格

phpoffice/phpspreadsheet读取Excel内的图片

#yyds干货盘点#Hyperf结合PhpOffice/PhpSpreadsheet实现Excel&CSV文件导出导入