PHPExcel
| category | PHPExcel |
|---|---|
| package | PHPExcel |
| copyright | Copyright (c) 2006 - 2013 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 |
|---|
disconnectWorksheets()
garbageCollect()
getActiveSheetIndex() : int
intActive sheet indexgetCalculationEngine() : \PHPExcel_Calculation
getID() : string
stringgetIndex(\PHPExcel_Worksheet $pSheet) : \Sheet
getNamedRange(string $namedRange, \PHPExcel_Worksheet $pSheet) : \PHPExcel_NamedRange | null
string
getSheetCount() : int
intgetSheetNames() : string[]
string[]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)
setIndexByName(string $sheetName, int $newIndex) : \New
stringSheet name to modify index for
intNew index for the sheet
\PHPExcel_Exception |
|---|
\Newsheet indexsetProperties(\PHPExcel_DocumentProperties $pValue)
\PHPExcel_DocumentProperties
setSecurity(\PHPExcel_DocumentSecurity $pValue)
\PHPExcel_DocumentSecurity
sheetNameExists(string $pSheetName) : boolean
stringName of the worksheet to check
boolean$_activeSheetIndex : int
$_calculationEngine : \PHPExcel_Calculation
$_cellStyleXfCollection : \PHPExcel_Style[]
$_cellXfCollection : \PHPExcel_Style[]
$_cellXfSupervisor : \PHPExcel_Style
$_namedRanges : \PHPExcel_NamedRange[]
$_properties : \PHPExcel_DocumentProperties
$_security : \PHPExcel_DocumentSecurity
$_uniqueID : string
$_workSheetCollection : \PHPExcel_Worksheet[]