PHPExcel 无法打开文件

发布于 2024-12-05 06:28:28 字数 180 浏览 0 评论 0原文

我正在尝试使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

私藏温柔 2024-12-12 06:28:28
  1. 检查要写入的文件的路径,您甚至可以尝试使用: file_exists ("/path/to/file.xls ");
  2. 如果该文件存在并且是您的本地文件计算机,检查您是否未使用 Excel 或其他程序打开
  3. 我建议您使用本地文件,例如 /user/public/docs/filex.xls 而不是远程文件
  1. check the path to the file you want to write, you can even try it with: file_exists ("/path/to/file.xls ");
  2. if the file exists and is a local file on your computer, check to see if you have not opened with Excel or another program
  3. I recommend you work with local files such as /user/public/docs/filex.xls instead remote files
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文