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文件类中添加如下方法
我用的版本是1.25的.每个版本用法有一点不同 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Data.SqlClient; using NPOI.HS