PHPExcel讀取excel數據

<?php require_once 'Classes/PHPExcel/IOFactory.php'; $reader = PHPExcel_IOFactory::createReader('Excel2007'); //設置以Excel5格式(Excel97-2003工做簿) $PHPExcel = $reader->load("1.xlsx"); // 載入excel文件 $sheet =
相關文章
相關標籤/搜索