You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: