合并单元格的Phpspreadsheet ods问题

问题描述

使用 PHPSpreadsheet 1.16 生成 xls 和 ods 文件。 Xls 文件运行正确,但 ods 卡在合并单元格上 - 只是永远加载没有错误。我该怎么做才能解决这个问题?

$sheet->mergeCells("B".($counter).":D".($counter));
$sheet->mergeCells("E".($counter).":F".($counter));
$sheet->mergeCells("G".($counter).":H".($counter));

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)