侧边栏壁纸
博主头像
落叶人生博主等级

走进秋风,寻找秋天的落叶

  • 累计撰写 130562 篇文章
  • 累计创建 28 个标签
  • 累计收到 9 条评论
标签搜索

目 录CONTENT

文章目录

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

2023-12-07 星期四 / 0 评论 / 0 点赞 / 32 阅读 / 1149 字

1.php-excelphp-excel is a very simple library for generating excel documents from php on-the-fly.http://code.g

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/
编程圈下载
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

广告 广告

评论区