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
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 |
---|
disconnectWorksheets()
garbageCollect()
getActiveSheetIndex() : int
int
Active sheet indexgetCalculationEngine() : \PHPExcel_Calculation
getID() : string
string
getIndex(\PHPExcel_Worksheet $pSheet) : \Sheet
getNamedRange(string $namedRange, \PHPExcel_Worksheet $pSheet) : \PHPExcel_NamedRange | null
string
getSheetCount() : int
int
getSheetNames() : string[]
string[]
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)
setIndexByName(string $sheetName, int $newIndex) : \New
string
Sheet name to modify index for
int
New index for the sheet
\PHPExcel_Exception |
---|
\New
sheet indexsetProperties(\PHPExcel_DocumentProperties $pValue)
\PHPExcel_DocumentProperties
setSecurity(\PHPExcel_DocumentSecurity $pValue)
\PHPExcel_DocumentSecurity
sheetNameExists(string $pSheetName) : boolean
string
Name 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[]