Archive

Archive for the ‘PHP’ Category

php生成excel文件类:php-excel

October 9th, 2009 grubylee No comments

当前Excel依旧是许多公司做数据分析报告的重要工具。平时开发过程中可能遇到需要将mysql中的数据导出到Excel中的情况,而php-excel是一个轻量级的php类,它可以将一个二维数组矩阵转换成excel 2003文件。

使用示例:

1)首先需要导入库文件:

require 'php-excel.class.php';

2)创建一个二维数组(这个类只支持二维数组)。
Read more…

Categories: PHP Tags: