Home > Backend Development > PHP Tutorial > Fatal error: Uncaught exception 'PHPExcel_Reader_Exception' with message 'Could

Fatal error: Uncaught exception 'PHPExcel_Reader_Exception' with message 'Could

WBOY
Release: 2016-06-23 14:39:54
Original
3226 people have browsed it

Fatal error: Uncaught exception 'PHPExcel_Reader_Exception' with message 'Could not open 2013-06-10.xls for reading! File does not exist.' in D:\manage\Classes\PHPExcel\Reader\Excel5.php:402 Stack trace: #0 D:\manage\Classes\PHPExcel\IOFactory.php(268): PHPExcel_Reader_Excel5->canRead('2013-06-10.xls') #1 D:\manage\Classes\PHPExcel\IOFactory.php(191): PHPExcel_IOFactory::createReaderForFile('2013-06-10.xls') #2 D:\manage\admin\action\MupAction.class.php(80): PHPExcel_IOFactory::load('2013-06-10.xls') #3 D:\manage\admin.php(8): Mup->mysql() #4 {main} thrown in D:\manage\Classes\PHPExcel\Reader\Excel5.php on line 402

致命错误:未捕获的异常与信息“无法打开PHPExcel_Reader_Exception 2013-06-10。xls阅读!
怎么解决


回复讨论(解决方案)

请确认文件 2013-06-10.xls 存在

我确认它存在,这应该是用phpexcel读取多个excel文件,然后内存缓存的问题,请教解决方案

Could not open 2013-06-10.xls for reading! File does not exist
无法打开2013-06-10.xls的阅读!文件不存在

我不至于连这几个字也不认得了吧?

大哥,我想说我确认文件都存在,而且最重要的是我有翻译有看到这个错误提示,无语。。。。我要的是怎么解决出现的这个问题

检查读取目录和你存放目录是否一致。

我也遇到这样的问题了,文件可以按路径下载下来,但就是不能读取数据,直接报错……郁闷啊!

我也遇到这这样的问题了,文件可以按路径下载下来。但就是不能读出数据!郁闷啊……

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template