PHP报告生成
我想从我的 php 生成报告,现在我只有 html 版本。任何人都可以推荐我一些好的工具来至少生成基于 excel 和 pdf 的工具吗?谢谢。
I would like to generate report from my php which now I have only the html version. Can any one suggest me good tools to generate excel and pdf based tool at minimum? Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
对于 Excel,您可以生成 .csv 文件
尝试这个
创建 CSV PHP 中的用户文件
和 PDF 阅读此
http://www.sitepoint.com/generate-pdfs-php/
for excel you can generate .csv file
try this one
Create a CSV File for a user in PHP
and for PDF read this
http://www.sitepoint.com/generate-pdfs-php/
您可以使用 birt-viewer 报告工具生成任何语言 php/java 及其开源的报告
http:// /www.eclipse.org/birt/phoenix/
you can use birt-viewer reports tool generate the reports to any lanuage php/java and its open source
http://www.eclipse.org/birt/phoenix/