Home > Backend Development > PHP Tutorial > PHPExcel 编辑xls

PHPExcel 编辑xls

WBOY
Release: 2016-06-23 14:13:23
Original
1356 people have browsed it

PHPExcel PHP Excel

 有个xls做为模版,里面样式都设置好了,也有单元格合并之类的,现在问题是如何用PHPExcel直接修改里面的内容,而样式之类的不变呢,求指导!!

回复讨论(解决方案)

基本思路:先用phpexcel读入excel的模板,然后取值赋值,然后在用phpexcel 写文件。

建议:
1、把ecl当数据读,把数据读出来放到一个from里
2、修改好后,把刚刚的哪个ecl文件内容重新写入一次

基本思路:先用phpexcel读入excel的模板,然后取值赋值,然后在用phpexcel 写文件。
那样式之类的呢  ,单元格合并呢 这个怎么办

PHPExcel 全盘模拟了 vba 对 Excel 的操控
建议你先看一下 Excel 帮助中的 vba 的部分

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template