Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的问题是关于在 codeigniter 中生成 Excel 工作表。excel 工作表子标题不固定,它们是根据数据,这就是为什么我无法合并单元格。有什么解决办法吗?例如:-这里的子标题不固定。
$spreadsheet->getActiveSheet()->mergeCells("$range1:$range2");