PHPExcel
category | PHPExcel |
---|---|
package | PHPExcel |
copyright | Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel) |
__clone()
__construct()
__destruct()
addCellStyleXf(\PHPExcel_Style $pStyle)
\PHPExcel_Style
addExternalSheet(\PHPExcel_Worksheet $pSheet, int | null $iSheetIndex) : \PHPExcel_Worksheet
int
null
Index where sheet should go (0,1,..., or null for last)
\PHPExcel_Exception |
---|
addSheet(\PHPExcel_Worksheet $pSheet, int | null $iSheetIndex) : \PHPExcel_Worksheet
\PHPExcel_Worksheet
int
null
Index where sheet should go (0,1,..., or null for last)
\PHPExcel_Exception |
---|
createSheet(int | null $iSheetIndex) : \PHPExcel_Worksheet
int
null
Index where sheet should go (0,1,..., or null for last)
\PHPExcel_Exception |
---|
discardMacros() : void
disconnectWorksheets()
garbageCollect()
getActiveSheetIndex() : int
int
Active sheet indexgetCalculationEngine() : \PHPExcel_Calculation
getID() : string
string
getIndex(\PHPExcel_Worksheet $pSheet) : \Sheet
getMacrosCertificate() : \binary | null
\binary
null
getMacrosCode() : \binary | null
\binary
null
getNamedRange(string $namedRange, \PHPExcel_Worksheet $pSheet) : \PHPExcel_NamedRange | null
string
getRibbonBinObjects($What)
getRibbonXMLData($What)
return string|null|array
getSheetByCodeName(string $pName) : \PHPExcel_Worksheet
Warning : sheet don't have always a code name !
string
Sheet name
getSheetCount() : int
int
getSheetNames() : string[]
string[]
hasMacros() : true
true
if workbook has macros, false if nothasMacrosCertificate() : true | false
true
false
hasRibbon() : true | false
true
false
hasRibbonBinObjects() : true | false
true
false
removeCellStyleXfByIndex(int $pIndex)
removeCellXfByIndex(int $pIndex)
It is ensured that all cells get their xf index updated.
int
Index to cellXf
\PHPExcel_Exception |
---|
removeNamedRange(string $namedRange, \PHPExcel_Worksheet $pSheet) : \PHPExcel
string
removeSheetByIndex(int $pIndex)
setHasMacros(true | false $hasMacros)
true
false
setIndexByName(string $sheetName, int $newIndex) : \New
string
Sheet name to modify index for
int
New index for the sheet
\PHPExcel_Exception |
---|
\New
sheet indexsetMacrosCertificate(\binary | null $Certificate)
\binary
null
setMacrosCode(\binary $MacrosCode)
\binary
string|null
setProperties(\PHPExcel_DocumentProperties $pValue)
\PHPExcel_DocumentProperties
setRibbonBinObjects($BinObjectsNames, $BinObjectsData)
setRibbonXMLData($Target, $XMLData)
setSecurity(\PHPExcel_DocumentSecurity $pValue)
\PHPExcel_DocumentSecurity
sheetCodeNameExists(string $pSheetCodeName) : boolean
string
Name of the worksheet to check
boolean
sheetNameExists(string $pSheetName) : boolean
string
Name of the worksheet to check
boolean
_getExtensionOnly($ThePath)
Internal use for a array_map callback (php<5.3 don't like lambda function)
$_activeSheetIndex : int
$_calculationEngine : \PHPExcel_Calculation
$_cellStyleXfCollection : \PHPExcel_Style[]
$_cellXfCollection : \PHPExcel_Style[]
$_cellXfSupervisor : \PHPExcel_Style
$_hasMacros : bool
$_macrosCertificate : \binary
$_macrosCode : \binary
$_namedRanges : \PHPExcel_NamedRange[]
$_properties : \PHPExcel_DocumentProperties
$_ribbonBinObjects : NULL | array
$_ribbonXMLData : NULL | string
$_security : \PHPExcel_DocumentSecurity
$_uniqueID : string
$_workSheetCollection : \PHPExcel_Worksheet[]