viest / php-ext-xlswriter

🚀 PHP Extension for creating and reader XLSX files.
https://xlswriter.viest.me
BSD 2-Clause "Simplified" License
2.25k stars 231 forks source link

Modifying existing xlsx file #463

Open ghd-crediwire opened 1 year ago

ghd-crediwire commented 1 year ago

Hi Thank you for your great work! Is it possible to read and modify an existing excel file? It looks like you can either only read or write an excel file not both. Can you advice on how to extend the library to achieve modifying an existing excel file?

fmjwn commented 1 year ago

根据模板导出文件的话,这个功能很有用。

yangweijie commented 8 months ago

根据模板导出文件的话,这个功能很有用。

确实有用,客户给了一个模板 有合并单元格 和设置表头 全黄色背景 部分列黄色背景, 我手动设置了行样式 和列样式 总是无法复现客户的模板。如果有直接读取后追加数据就很方便了。 phpoffice/spreadsheet 直接内存溢出,源文件才14kb。

template_export_20231212.xlsx 最后没办法,先导出一个纯excel 再手动粘贴原文件里临时解决了。