PHPWord(http://phpword.codeplex.com/)是一个很好处理和生成WORD文档的工具,但是生成复杂的word,如colspan和rowspan的实现,还是需要你做些修改. 第一步:在phpword/Style/Cell.php文件类中添加如下属性: private $_gridSpan;// for the colspan private $_vMerge;// for the rowspan 第二步:在phpword/Style/Cell.php文件类中添加如下方法
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <