[ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 289 lines (9 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
PHPExcel_IOFactory:: (9 methods):
__construct()
getSearchLocations()
setSearchLocations()
addSearchLocation()
createWriter()
createReader()
load()
identify()
createReaderForFile()
Class: PHPExcel_IOFactory - X-Ref
PHPExcel_IOFactory__construct() X-Ref |
Private constructor for PHPExcel_IOFactory |
getSearchLocations() X-Ref |
Get search locations return: array |
setSearchLocations($value) X-Ref |
Set search locations param: array $value |
addSearchLocation($type = '', $location = '', $classname = '') X-Ref |
Add search location param: string $type Example: IWriter param: string $location Example: PHPExcel/Writer/{0}.php param: string $classname Example: PHPExcel_Writer_{0} |
createWriter(PHPExcel $phpExcel, $writerType = '') X-Ref |
Create PHPExcel_Writer_IWriter param: PHPExcel $phpExcel param: string $writerType Example: Excel2007 return: PHPExcel_Writer_IWriter |
createReader($readerType = '') X-Ref |
Create PHPExcel_Reader_IReader param: string $readerType Example: Excel2007 return: PHPExcel_Reader_IReader |
load($pFilename) X-Ref |
Loads PHPExcel from file using automatic PHPExcel_Reader_IReader resolution param: string $pFilename The name of the spreadsheet file return: PHPExcel |
identify($pFilename) X-Ref |
Identify file type using automatic PHPExcel_Reader_IReader resolution param: string $pFilename The name of the spreadsheet file to identify return: string |
createReaderForFile($pFilename) X-Ref |
Create PHPExcel_Reader_IReader for file using automatic PHPExcel_Reader_IReader resolution param: string $pFilename The name of the spreadsheet file return: PHPExcel_Reader_IReader |
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |