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
intnullIndex where sheet should go (0,1,..., or null for last)
\PHPExcel_Exception |
|---|
addSheet(\PHPExcel_Worksheet $pSheet, int | null $iSheetIndex) : \PHPExcel_Worksheet
\PHPExcel_Worksheet
intnullIndex where sheet should go (0,1,..., or null for last)
\PHPExcel_Exception |
|---|
createSheet(int | null $iSheetIndex) : \PHPExcel_Worksheet
intnullIndex where sheet should go (0,1,..., or null for last)
\PHPExcel_Exception |
|---|
discardMacros() : void
disconnectWorksheets()
garbageCollect()
getActiveSheetIndex() : int
intActive sheet indexgetCalculationEngine() : \PHPExcel_Calculation
getID() : string
stringgetIndex(\PHPExcel_Worksheet $pSheet) : \Sheet
getMacrosCertificate() : \binary | null
\binarynull
getMacrosCode() : \binary | null
\binarynull
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 !
stringSheet name
getSheetCount() : int
intgetSheetNames() : string[]
string[]hasMacros() : true
trueif workbook has macros, false if nothasMacrosCertificate() : true | false
truefalse
hasRibbon() : true | false
truefalse
hasRibbonBinObjects() : true | false
truefalse
removeCellStyleXfByIndex(int $pIndex)
removeCellXfByIndex(int $pIndex)
It is ensured that all cells get their xf index updated.
intIndex to cellXf
\PHPExcel_Exception |
|---|
removeNamedRange(string $namedRange, \PHPExcel_Worksheet $pSheet) : \PHPExcel
string
removeSheetByIndex(int $pIndex)
setHasMacros(true | false $hasMacros)
truefalse
setIndexByName(string $sheetName, int $newIndex) : \New
stringSheet name to modify index for
intNew index for the sheet
\PHPExcel_Exception |
|---|
\Newsheet indexsetMacrosCertificate(\binary | null $Certificate)
\binarynull
setMacrosCode(\binary $MacrosCode)
\binarystring|null
setProperties(\PHPExcel_DocumentProperties $pValue)
\PHPExcel_DocumentProperties
setRibbonBinObjects($BinObjectsNames, $BinObjectsData)
setRibbonXMLData($Target, $XMLData)
setSecurity(\PHPExcel_DocumentSecurity $pValue)
\PHPExcel_DocumentSecurity
sheetCodeNameExists(string $pSheetCodeName) : boolean
stringName of the worksheet to check
booleansheetNameExists(string $pSheetName) : boolean
stringName 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[]