\orgExcel_To_Arrary

Summary

Methods
Properties
Constants
__construct()
read()
getArray()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

__construct()

__construct() 

read()

read(  $filename,   $encode,   $file_type) : array

读取Excel 并返回数组 Author: websky

Parameters

$filename

excel文件路径

$encode

编码

$file_type

xls/xlsx

Returns

array

getArray()

getArray(  $filename,   $file_type = 'xls') : array

返回excel数组 Author: websky

Parameters

$filename

excel文件路径

$file_type

xls/xlsx

Returns

array