欢迎来到福编程网,本站提供各种互联网专业知识!

两个开源的Php输出Excel文件类

发布时间:2010-02-08 作者: 来源:转载
因为遇到了这个问题,所以到Google搜索了下。

1.php-excel

php-excel is a very simple library for generating excel documents from php on-the-fly.

http://code.google.com/p/php-excel/
全福编程网下载
http://www.jb51.net/codes/24319.html
2.PHPExcel

Project providing a set of classes for the PHP programming language, which allow you to write to and read from different file formats, like Excel 2007, PDF, HTML, ... This project is built around Microsoft's OpenXML standard and PHP.

http://www.codeplex.com/PHPExcel/

全福编程网下载
http://www.jb51.net/codes/24320.html

相关推荐