php读取excel函数,PHP读取Excel函数Spreadsheet_Excel_Reader
生活随笔
收集整理的這篇文章主要介紹了
php读取excel函数,PHP读取Excel函数Spreadsheet_Excel_Reader
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
require (__DIR__.'/Spreadsheet_Excel_Reader.class.php');
class ExcelReader {
public static function readXLS($file){
$data = new Spreadsheet_Excel_Reader();
$data->setOutputEncoding('UTF-8'); //設置輸出的編碼為utf8
$ret = $data->read($file); //要讀取的excel文件地址
if($ret == -1){
$array = array('ret'=>$ret);
}else{
for ($i =1 ; $i <= $data->sheets[0]['numRows']; $i++) {
for ($j = 1; $j <= $data->sheets[0]['numCols']; $j++) {
$array[$i-1][$j-1] = $data->sheets[0]['cells'][$i][$j];
}
}
}
if ( $array && is_array($array) ) {
return $array;
}
return array();
}
}
?>
總結
以上是生活随笔為你收集整理的php读取excel函数,PHP读取Excel函数Spreadsheet_Excel_Reader的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: DM-i家族再添一员 比亚迪宋Max将发
- 下一篇: 广发卡57不允许此卡交易是什么原因