本文介绍了在PHP中编辑XLSX的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
有一种方法可以用PHP编辑上传的Excel(xlsx)文档。文件非常简单(表格包含项目名称,价格,数量)。我想PHPExcel只能读取文档但不能编辑?任何建议?解决方案
您还可以使用PHPExcel编辑文档,查看这些线程了解更多信息:
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:
- 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?
这篇关于在PHP中编辑XLSX的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!