两个开源的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/
脚本之家下载
https://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/
脚本之家下载
https://www.jb51.net/codes/24320.html
相关文章
PHP中判断文件存在使用is_file还是file_exists?
这篇文章主要介绍了PHP中判断文件存在使用is_file还是file_exists?本文使用一个测试程序证明使用哪个函数比较好,需要的朋友可以参考下2015-04-04
深入理解ob_flush和flush的区别(ob_flush()与flush()使用方法)
ob_flush()和flush()这两个函数一般要一起使用,顺序是先ob_flush(),然后flush(),它们的作用是刷新缓冲区2013-02-02


最新评论