php导入excel文件时报错is not readable,如何处理
展开全部
你看一下你的文件格式是.xls还是xlsx的,后面的这种,这个读不出来的,
我刚遇到这个问题,你需要转成.xls的格式去读.
$bUpLoad = move_uploaded_file($strUpPath, $strSavePath); if ($bUpLoad) { //echo "上传文件成功! \n"; require_once 'excel/reader.php'; $data = new Spreadsheet_Excel_Reader();$data->setOutputEncoding('gbk'); $data->read($strSavePath); //报错error_reporting(E_ALL ^ E_NOTICE);
我刚遇到这个问题,你需要转成.xls的格式去读.
$bUpLoad = move_uploaded_file($strUpPath, $strSavePath); if ($bUpLoad) { //echo "上传文件成功! \n"; require_once 'excel/reader.php'; $data = new Spreadsheet_Excel_Reader();$data->setOutputEncoding('gbk'); $data->read($strSavePath); //报错error_reporting(E_ALL ^ E_NOTICE);
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询