用于 Excel 的新 Excel 电子表格库为 PHP codigniter 生成演示
我正在使用 https://github.com/PHPOffice/PhpSpreadsheet 这个库。如果我们包含这个库,我们会收到与类相关的错误。我们面临找不到电子表格类的问题。
如何使用电子表格库生成 Excel。如果有任何例子,它对我很有帮助。
i am using https://github.com/PHPOffice/PhpSpreadsheet this library. If we include this library we getting error related to class. We facing issue of spreadsheet class not found.
how to generate excel using spreadsheet library. if any example it is help full for me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需通过 https://phpspreadsheet.readthedocs.io/en/latest/#installation 一次用于安装。之前我也遇到过这个问题,但我可以在本地主机和实时服务器上使用它。
这是示例代码...
这是我得到的输出
Just go through https://phpspreadsheet.readthedocs.io/en/latest/#installation once for installation.Earlier i too faced the issue but i can use it on both localhost and liveserver.
Here is the sample code...
here is the output which i got