[請益] phpexcel 無法讀取xlsx問題

作者: b95170088 (夏戀秋分)   2015-12-01 16:37:29
小弟先貼上程式
include("./phpexcel/Classes/PHPExcel/IOFactory.php");
include("./phpexcel/Classes/PHPExcel/Writer/Excel2007.php");
include('./phpexcel/Classes/PHPExcel.php');
##讀取上傳EXCEL檔
$reader = PHPExcel_IOFactory::createReader('Excel2007');
$PHPExcel = $reader->load($_FILES['strFile']['tmp_name']);
我上傳的檔案是excel 2010的檔案
php版本是5.6
php.ini 也有設 extension=php_zip.dll
網路上實在找不到有人不行讀取的文章,想問有人有遇到同樣的問題嗎
作者: hwChang (聰明是天賦 善良是選擇)   2015-12-05 23:46:00
不知道 League/Csv Library 是否能讀 xlsx
作者: b95170088 (夏戀秋分)   2015-12-17 13:29:00
已解決!原來我上傳的時候存的是xls不是xlsx所以失敗

Links booklink

Contact Us: admin [ a t ] ucptt.com