PHP_excel 的替代品 [英] Alternative for PHP_excel

查看:43
本文介绍了PHP_excel 的替代品的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

PHP_excel 是否有任何替代方案可以以自定义格式导出到 XLSX/XLS"文件?

Is there any alternative for PHP_excel which can "Export to XLSX/XLS" file in a customized format?

这是一般参考问题class="post-tag" title="显示问题标记为'php'" rel="tag">php 标记

This is a General Reference question for the php tag

推荐答案

我编写了一个非常简单的类,用于导出到Excel XML"又名 SpreadsheetML.对于最终用户来说,它不如 XSLX 方便(取决于文件扩展名和 Excel 版本,他们可能会收到警告消息),但它比 XLS 或 XLSX 更容易使用.

I wrote a very simple class for exporting to "Excel XML" aka SpreadsheetML. It's not quite as convenient for the end user as XSLX (depending on file extension and Excel version, they may get a warning message), but it's a lot easier to work with than XLS or XLSX.

http://github.com/elidickinson/php-export-data

这篇关于PHP_excel 的替代品的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆