问题
Hi there is a way to edit uploaded Excel (xlsx) document in PHP. Document is very simple (table with item names, price, quantity). I suppose PHPExcel able only read document but not edit? Any advices?
回答1:
You can use PHPExcel to edit a document as well, check out these threads for more information:
- Read - Edit - Write Excel File
- PHPExcel modify existing .xlsx file with multiple worksheet
- How to open an Excel file with PHPExcel for both reading and writing?
回答2:
OpenTBS can edit XLSX documents using the technique of templates.
It is a library pure PHP.
By the way, it can also edit DOCX, PPTX, ODT, ODS, ...
来源:https://stackoverflow.com/questions/10776124/edit-xlsx-in-php