【发布时间】:2009-05-14 10:25:06
【问题描述】:
我需要在我的 PHP 网站(在 zend 框架中)生成报告
所需格式:
PDF (with tables & images) // presently using Zend_Pdf
XLS (with tables & images)
DOC (with tables & images)
CSV (only tables)
请推荐使用 PHP 生成报告的强大而快速的解决方案。
平台:LAMP 上的 Zend 框架
我知道创建此类报告有一些棘手的解决方案,我想知道是否有任何可用于 LAMP 环境的开源报告生成实用程序
【问题讨论】:
标签: php zend-framework zend-pdf