$searchLocations
$searchLocations : array
Search locations
PHPExcel_IOFactory
Copyright (c) 2006 - 2015 PHPExcel
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
createWriter(\PHPExcel $phpExcel, string $writerType = '') : \PHPExcel_Writer_IWriter
Create PHPExcel_Writer_IWriter
\PHPExcel | $phpExcel | |
string | $writerType | Example: Excel2007 |
createReader(string $readerType = '') : \PHPExcel_Reader_IReader
Create PHPExcel_Reader_IReader
string | $readerType | Example: Excel2007 |
load(string $pFilename) : \PHPExcel
Loads PHPExcel from file using automatic PHPExcel_Reader_IReader resolution
string | $pFilename | The name of the spreadsheet file |
createReaderForFile(string $pFilename) : \PHPExcel_Reader_IReader
Create PHPExcel_Reader_IReader for file using automatic PHPExcel_Reader_IReader resolution
string | $pFilename | The name of the spreadsheet file |