PhpSpreadsheet
PhpSpreadsheet copied to clipboard
Assistance Needed with Editing XLSX Files Using PHPSpreadsheet
Hello,
I am looking to modify an xlsx file that contains tables, images, logos, hyperlinks, colors, formulas, and charts. I want to be able to edit the data in the tables and add a logo. I've experimented with several packages, but none seem to fully meet my needs. While Templator works, it has some flaws.
Is there a way to achieve this using PHPSpreadsheet?
Specifically, I need to:
Load an xlsx file(template with formats and data's). Modify the status in table and add logo , the cell contains formulas affecting other rows and sheets. Trigger the chart rendering on the last sheet. I attempted this with Spreadsheet, but encountered issues such as losing images, logos, tables, and charts.
Can anyone provide assistance?