PHPExcel 无法打开文件
我正在尝试使用 PHPExcelReader 库从 Excel 文件读取数据。我已经编写了 smarty 函数,当我调用该函数时,出现此错误。
文件名 filename.xls 不可读
我花了几个小时尝试解决它,但找不到任何解决方案。请帮忙!!! 提前致谢
I am trying to read data from excel file using PHPExcelReader library. I have written smarty function and when I call this function I get this error.
The filename filename.xls is not readable
I have spent hours in trying solving it but could not find any solution. Please Help!!!
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
file_exists ("/path/to/file.xls ");
/user/public/docs/filex.xls
而不是远程文件file_exists ("/path/to/file.xls ");
/user/public/docs/filex.xls
instead remote files