[ 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: | 2069 lines (93 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
PHPExcel_Reader_Excel2007:: (19 methods):
__construct()
canRead()
listWorksheetNames()
listWorksheetInfo()
_castToBool()
_castToError()
_castToString()
_castToFormula()
_getFromZipArchive()
load()
_readColor()
_readStyle()
_readBorder()
_parseRichText()
_readRibbon()
array_item()
dir_add()
toCSSArray()
boolean()
Class: PHPExcel_Reader_Excel2007 - X-Ref
PHPExcel_Reader_Excel2007__construct() X-Ref |
Create a new PHPExcel_Reader_Excel2007 instance |
canRead($pFilename) X-Ref |
Can the current PHPExcel_Reader_IReader read the file? param: string $pFilename return: boolean |
listWorksheetNames($pFilename) X-Ref |
Reads names of the worksheets from a file, without parsing the whole file to a PHPExcel object param: string $pFilename |
listWorksheetInfo($pFilename) X-Ref |
Return worksheet info (Name, Last Column Letter, Last Column Index, Total Rows, Total Columns) param: string $pFilename |
_castToBool($c) X-Ref |
No description |
_castToError($c) X-Ref |
No description |
_castToString($c) X-Ref |
No description |
_castToFormula($c,$r,&$cellDataType,&$value,&$calculatedValue,&$sharedFormulas,$castBaseType) X-Ref |
No description |
_getFromZipArchive($archive, $fileName = '') X-Ref |
No description |
load($pFilename) X-Ref |
Loads PHPExcel from file param: string $pFilename |
_readColor($color, $background=FALSE) X-Ref |
No description |
_readStyle($docStyle, $style) X-Ref |
No description |
_readBorder($docBorder, $eleBorder) X-Ref |
No description |
_parseRichText($is = null) X-Ref |
No description |
_readRibbon($excel, $customUITarget, $zip) X-Ref |
No description |
array_item($array, $key = 0) X-Ref |
No description |
dir_add($base, $add) X-Ref |
No description |
toCSSArray($style) X-Ref |
No description |
boolean($value = NULL) X-Ref |
No description |
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |