PHPSpreadsheet - 如何通过 table 标题名称从 xlsx 读取行值?

PHPSpreadsheet - How to read row value from xlsx by table heading name?

目前,我正在从 maatwebsite/excel 更改为使用 phpoffice/phpspreadsheet。请参阅此 Table heading as attributes.,所以我认为新库可能不支持通过 table 标题名称访问行值。

有没有类似PHPSpreadsheet读取数据的方法?

Table PHPSpreadsheet 中的标题是列地址(A、B、C、D 等),而不是任意一行或多行的值(因为会有人使用sheet 数据中有多个行标题),所以答案是否定的;尽管使用 array_combine()

可以很容易地将从一行读取的数组转换为基于来自单个 "heading" 行的值的关联数组