[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
PHPExcel Copyright (c) 2006 - 2014 PHPExcel
Copyright: | Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel) |
License: | http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL |
Version: | ##VERSION##, ##DATE## |
File Size: | 450 lines (14 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
PHPExcel_Reader_SYLK:: (9 methods):
__construct()
_isValidFormat()
setInputEncoding()
getInputEncoding()
listWorksheetInfo()
load()
loadIntoExisting()
getSheetIndex()
setSheetIndex()
Class: PHPExcel_Reader_SYLK - X-Ref
PHPExcel_Reader_SYLK__construct() X-Ref |
Create a new PHPExcel_Reader_SYLK |
_isValidFormat() X-Ref |
Validate that the current file is a SYLK file return: boolean |
setInputEncoding($pValue = 'ANSI') X-Ref |
Set input encoding param: string $pValue Input encoding |
getInputEncoding() X-Ref |
Get input encoding return: string |
listWorksheetInfo($pFilename) X-Ref |
Return worksheet info (Name, Last Column Letter, Last Column Index, Total Rows, Total Columns) param: string $pFilename |
load($pFilename) X-Ref |
Loads PHPExcel from file param: string $pFilename return: PHPExcel |
loadIntoExisting($pFilename, PHPExcel $objPHPExcel) X-Ref |
Loads PHPExcel from file into PHPExcel instance param: string $pFilename param: PHPExcel $objPHPExcel return: PHPExcel |
getSheetIndex() X-Ref |
Get sheet index return: int |
setSheetIndex($pValue = 0) X-Ref |
Set sheet index param: int $pValue Sheet index return: PHPExcel_Reader_SYLK |
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |