$_uniqueID
$_uniqueID : string
Unique ID
PHPExcel
$_uniqueID : string
Unique ID
$_properties : \PHPExcel_DocumentProperties
Document properties
$_security : \PHPExcel_DocumentSecurity
Document security
$_workSheetCollection : \PHPExcel_Worksheet[]
Collection of Worksheet objects
$_calculationEngine : \PHPExcel_Calculation
Calculation Engine
$_activeSheetIndex : int
Active sheet index
$_namedRanges : \PHPExcel_NamedRange[]
Named ranges
$_cellXfSupervisor : \PHPExcel_Style
CellXf supervisor
$_cellXfCollection : \PHPExcel_Style[]
CellXf collection
$_cellStyleXfCollection : \PHPExcel_Style[]
CellStyleXf collection
$_hasMacros : bool
_hasMacros : this workbook have macros ?
$_ribbonXMLData : null|string
_ribbonXMLData : NULL if workbook is'nt Excel 2007 or not contain a customized UI
$_ribbonBinObjects : null|array
_ribbonBinObjects : NULL if workbook is'nt Excel 2007 or not contain embedded objects (picture(s)) for Ribbon Elements ignored if $_ribbonXMLData is null
addExternalSheet(\PHPExcel_Worksheet $pSheet, int|null $iSheetIndex = null) : \PHPExcel_Worksheet
Add external sheet
\PHPExcel_Worksheet | $pSheet | External sheet to add |
int|null | $iSheetIndex | Index where sheet should go (0,1,..., or null for last) |