【问题标题】:Can't include Spreadsheet Excel Writer不能包含电子表格 Excel Writer
【发布时间】:2014-07-13 01:00:28
【问题描述】:

我在使用 Pear 包电子表格 Excel Writer 时遇到问题。我想从 php 生成 excle 文件,并在互联网上找到了这个包。

我从官方页面复制了一些代码,但它不起作用。当然,我的服务器上安装了梨(Deb7、apache2、php5)。我尝试查找应用程序无法运行的地方,发现它不包含文件。

include_once 'Spreadsheet/Excel/Writer.php'

我通过命令安装了包:

pear install -f OLE
pear install -f Spreadsheet_Excel_Writer

我不知道为什么该软件包不包括在内。我尝试包含其他软件包,它可以很好地分叉。我检查了该包中的文件,发现 Spreadsheet/Excel/Writer/Worksheet.php 可能会导致问题(我将每个文件都包含在包中,只有这个不能包含在内)。

请帮帮我,也许你现在可以通过其他方式从 php 生成 excel。

【问题讨论】:

  • 好的我用过这个,但是如何使用这个我可以通过浏览器下载生成的xls?

标签: php excel pear spreadsheet-excel-writer


【解决方案1】:

您需要正确设置包含路径,然后才能使用 pear 安装的文件。

按照http://pear.php.net/manual/en/installation.checking.php中的说明进行操作

修改php.ini后别忘了重启网络服务器。

【讨论】:

    猜你喜欢
    • 2014-03-12
    • 1970-01-01
    • 2011-12-14
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-12-16
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多