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?
You can use PHPExcel to edit a document as well, check out these threads for more information:
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, ...