03:10:27 Create new PHPExcel object
( ! ) Warning: Use of undefined constant EOL - assumed 'EOL' (this will throw an Error in a future version of PHP) in C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php on line 36
Call Stack
#TimeMemoryFunctionLocation
10.0020532768{main}( )...\05featuredemo.inc.php:0
Variables in local scope (#1)
$objCommentRichText =
Undefined
$objDrawing =
Undefined
$objPHPExcel =
Undefined
$objPayable =
Undefined
$objRichText =
Undefined
$sLloremIpsum =
Undefined
$styleThickBrownBorderOutline =
Undefined
$styleThinBlackBorderOutline =
Undefined
EOL03:10:27 Set document properties
( ! ) Warning: Use of undefined constant EOL - assumed 'EOL' (this will throw an Error in a future version of PHP) in C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php on line 40
Call Stack
#TimeMemoryFunctionLocation
10.0020532768{main}( )...\05featuredemo.inc.php:0
Variables in local scope (#1)
$objCommentRichText =
Undefined
$objDrawing =
Undefined
$objPHPExcel =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:40:
object(PHPExcel)[1]
  private 'uniqueID' => string '67d4efa3712bb' (length=13)
  private 'properties' => 
    object(PHPExcel_DocumentProperties)[17]
      private 'creator' => string 'Unknown Creator' (length=15)
      private 'lastModifiedBy' => string 'Unknown Creator' (length=15)
      private 'created' => int 1742008227
      private 'modified' => int 1742008227
      private 'title' => string 'Untitled Spreadsheet' (length=20)
      private 'description' => string '' (length=0)
      private 'subject' => string '' (length=0)
      private 'keywords' => string '' (length=0)
      private 'category' => string '' (length=0)
      private 'manager' => string '' (length=0)
      private 'company' => string 'Microsoft Corporation' (length=21)
      private 'customProperties' => 
        array (size=0)
          empty
  private 'security' => 
    object(PHPExcel_DocumentSecurity)[18]
      private 'lockRevision' => boolean false
      private 'lockStructure' => boolean false
      private 'lockWindows' => boolean false
      private 'revisionsPassword' => string '' (length=0)
      private 'workbookPassword' => string '' (length=0)
  private 'workSheetCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Worksheet)[5]
          private 'parent' => 
            &object(PHPExcel)[1]
          private 'cellCollection' => 
            object(PHPExcel_CachedObjectStorage_Memory)[6]
              ...
          private 'rowDimensions' => 
            array (size=0)
              ...
          private 'defaultRowDimension' => 
            object(PHPExcel_Worksheet_RowDimension)[14]
              ...
          private 'columnDimensions' => 
            array (size=0)
              ...
          private 'defaultColumnDimension' => 
            object(PHPExcel_Worksheet_ColumnDimension)[15]
              ...
          private 'drawingCollection' => 
            object(ArrayObject)[11]
              ...
          private 'chartCollection' => 
            object(ArrayObject)[12]
              ...
          private 'title' => string 'Worksheet' (length=9)
          private 'sheetState' => string 'visible' (length=7)
          private 'pageSetup' => 
            object(PHPExcel_Worksheet_PageSetup)[7]
              ...
          private 'pageMargins' => 
            object(PHPExcel_Worksheet_PageMargins)[8]
              ...
          private 'headerFooter' => 
            object(PHPExcel_Worksheet_HeaderFooter)[9]
              ...
          private 'sheetView' => 
            object(PHPExcel_Worksheet_SheetView)[10]
              ...
          private 'protection' => 
            object(PHPExcel_Worksheet_Protection)[13]
              ...
          private 'styles' => 
            array (size=0)
              ...
          private 'conditionalStylesCollection' => 
            array (size=0)
              ...
          private 'cellCollectionIsSorted' => boolean false
          private 'breaks' => 
            array (size=0)
              ...
          private 'mergeCells' => 
            array (size=0)
              ...
          private 'protectedCells' => 
            array (size=0)
              ...
          private 'autoFilter' => 
            object(PHPExcel_Worksheet_AutoFilter)[16]
              ...
          private 'freezePane' => string '' (length=0)
          private 'showGridlines' => boolean true
          private 'printGridlines' => boolean false
          private 'showRowColHeaders' => boolean true
          private 'showSummaryBelow' => boolean true
          private 'showSummaryRight' => boolean true
          private 'comments' => 
            array (size=0)
              ...
          private 'activeCell' => string 'A1' (length=2)
          private 'selectedCells' => string 'A1' (length=2)
          private 'cachedHighestColumn' => string 'A' (length=1)
          private 'cachedHighestRow' => int 1
          private 'rightToLeft' => boolean false
          private 'hyperlinkCollection' => 
            array (size=0)
              ...
          private 'dataValidationCollection' => 
            array (size=0)
              ...
          private 'tabColor' => null
          private 'dirty' => boolean true
          private 'hash' => null
          private 'codeName' => string 'Worksheet' (length=9)
  private 'calculationEngine' => 
    object(PHPExcel_Calculation)[2]
      private 'workbook' => 
        &object(PHPExcel)[1]
      private 'calculationCache' => 
        array (size=0)
          empty
      private 'calculationCacheEnabled' => boolean true
      private 'debugLog' => null
      public 'suppressFormulaErrors' => boolean false
      public 'formulaError' => null
      private 'cyclicReferenceStack' => 
        object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
          private 'stack' => 
            array (size=0)
              ...
      private 'cellStack' => 
        array (size=0)
          empty
      private 'cyclicFormulaCounter' => int 1
      private 'cyclicFormulaCell' => string '' (length=0)
      public 'cyclicFormulaCount' => int 1
      private 'delta' => float 1.0E-14
      public '_debugLog' => 
        object(PHPExcel_CalcEngine_Logger)[4]
          private 'writeDebugLog' => boolean false
          private 'echoDebugLog' => boolean false
          private 'debugLog' => 
            array (size=0)
              ...
          private 'cellStack' => 
            object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
              ...
  private 'activeSheetIndex' => int 0
  private 'namedRanges' => 
    array (size=0)
      empty
  private 'cellXfSupervisor' => 
    object(PHPExcel_Style)[19]
      protected 'font' => 
        object(PHPExcel_Style_Font)[20]
          protected 'name' => string 'Calibri' (length=7)
          protected 'size' => int 11
          protected 'bold' => boolean false
          protected 'italic' => boolean false
          protected 'superScript' => boolean false
          protected 'subScript' => boolean false
          protected 'underline' => string 'none' (length=4)
          protected 'strikethrough' => boolean false
          protected 'color' => 
            object(PHPExcel_Style_Color)[21]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'fill' => 
        object(PHPExcel_Style_Fill)[22]
          protected 'fillType' => string 'none' (length=4)
          protected 'rotation' => int 0
          protected 'startColor' => 
            object(PHPExcel_Style_Color)[23]
              ...
          protected 'endColor' => 
            object(PHPExcel_Style_Color)[24]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'borders' => 
        object(PHPExcel_Style_Borders)[25]
          protected 'left' => 
            object(PHPExcel_Style_Border)[26]
              ...
          protected 'right' => 
            object(PHPExcel_Style_Border)[28]
              ...
          protected 'top' => 
            object(PHPExcel_Style_Border)[30]
              ...
          protected 'bottom' => 
            object(PHPExcel_Style_Border)[32]
              ...
          protected 'diagonal' => 
            object(PHPExcel_Style_Border)[34]
              ...
          protected 'diagonalDirection' => int 0
          protected 'allBorders' => 
            object(PHPExcel_Style_Border)[36]
              ...
          protected 'outline' => 
            object(PHPExcel_Style_Border)[38]
              ...
          protected 'inside' => 
            object(PHPExcel_Style_Border)[40]
              ...
          protected 'vertical' => 
            object(PHPExcel_Style_Border)[42]
              ...
          protected 'horizontal' => 
            object(PHPExcel_Style_Border)[44]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'alignment' => 
        object(PHPExcel_Style_Alignment)[46]
          protected 'horizontal' => string 'general' (length=7)
          protected 'vertical' => string 'bottom' (length=6)
          protected 'textRotation' => int 0
          protected 'wrapText' => boolean false
          protected 'shrinkToFit' => boolean false
          protected 'indent' => int 0
          protected 'readorder' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'numberFormat' => 
        object(PHPExcel_Style_NumberFormat)[47]
          protected 'formatCode' => string 'General' (length=7)
          protected 'builtInFormatCode' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'conditionalStyles' => 
        array (size=0)
          empty
      protected 'protection' => 
        object(PHPExcel_Style_Protection)[48]
          protected 'locked' => string 'inherit' (length=7)
          protected 'hidden' => string 'inherit' (length=7)
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'index' => null
      protected 'quotePrefix' => boolean false
      protected 'isSupervisor' => boolean true
      protected 'parent' => 
        &object(PHPExcel)[1]
  private 'cellXfCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Style)[49]
          protected 'font' => 
            object(PHPExcel_Style_Font)[50]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[52]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[55]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[66]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[67]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[68]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'cellStyleXfCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Style)[69]
          protected 'font' => 
            object(PHPExcel_Style_Font)[70]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[72]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[75]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[86]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[87]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[88]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'hasMacros' => boolean false
  private 'macrosCode' => null
  private 'macrosCertificate' => null
  private 'ribbonXMLData' => null
  private 'ribbonBinObjects' => null
$objPayable =
Undefined
$objRichText =
Undefined
$sLloremIpsum =
Undefined
$styleThickBrownBorderOutline =
Undefined
$styleThinBlackBorderOutline =
Undefined
EOL03:10:27 Add some data
( ! ) Warning: Use of undefined constant EOL - assumed 'EOL' (this will throw an Error in a future version of PHP) in C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php on line 51
Call Stack
#TimeMemoryFunctionLocation
10.0020532768{main}( )...\05featuredemo.inc.php:0
Variables in local scope (#1)
$objCommentRichText =
Undefined
$objDrawing =
Undefined
$objPHPExcel =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:51:
object(PHPExcel)[1]
  private 'uniqueID' => string '67d4efa3712bb' (length=13)
  private 'properties' => 
    object(PHPExcel_DocumentProperties)[17]
      private 'creator' => string 'Maarten Balliauw' (length=16)
      private 'lastModifiedBy' => string 'Maarten Balliauw' (length=16)
      private 'created' => int 1742008227
      private 'modified' => int 1742008227
      private 'title' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'description' => string 'Test document for Office 2007 XLSX, generated using PHP classes.' (length=64)
      private 'subject' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'keywords' => string 'office 2007 openxml php' (length=23)
      private 'category' => string 'Test result file' (length=16)
      private 'manager' => string '' (length=0)
      private 'company' => string 'Microsoft Corporation' (length=21)
      private 'customProperties' => 
        array (size=0)
          empty
  private 'security' => 
    object(PHPExcel_DocumentSecurity)[18]
      private 'lockRevision' => boolean false
      private 'lockStructure' => boolean false
      private 'lockWindows' => boolean false
      private 'revisionsPassword' => string '' (length=0)
      private 'workbookPassword' => string '' (length=0)
  private 'workSheetCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Worksheet)[5]
          private 'parent' => 
            &object(PHPExcel)[1]
          private 'cellCollection' => 
            object(PHPExcel_CachedObjectStorage_Memory)[6]
              ...
          private 'rowDimensions' => 
            array (size=0)
              ...
          private 'defaultRowDimension' => 
            object(PHPExcel_Worksheet_RowDimension)[14]
              ...
          private 'columnDimensions' => 
            array (size=0)
              ...
          private 'defaultColumnDimension' => 
            object(PHPExcel_Worksheet_ColumnDimension)[15]
              ...
          private 'drawingCollection' => 
            object(ArrayObject)[11]
              ...
          private 'chartCollection' => 
            object(ArrayObject)[12]
              ...
          private 'title' => string 'Worksheet' (length=9)
          private 'sheetState' => string 'visible' (length=7)
          private 'pageSetup' => 
            object(PHPExcel_Worksheet_PageSetup)[7]
              ...
          private 'pageMargins' => 
            object(PHPExcel_Worksheet_PageMargins)[8]
              ...
          private 'headerFooter' => 
            object(PHPExcel_Worksheet_HeaderFooter)[9]
              ...
          private 'sheetView' => 
            object(PHPExcel_Worksheet_SheetView)[10]
              ...
          private 'protection' => 
            object(PHPExcel_Worksheet_Protection)[13]
              ...
          private 'styles' => 
            array (size=0)
              ...
          private 'conditionalStylesCollection' => 
            array (size=0)
              ...
          private 'cellCollectionIsSorted' => boolean false
          private 'breaks' => 
            array (size=0)
              ...
          private 'mergeCells' => 
            array (size=0)
              ...
          private 'protectedCells' => 
            array (size=0)
              ...
          private 'autoFilter' => 
            object(PHPExcel_Worksheet_AutoFilter)[16]
              ...
          private 'freezePane' => string '' (length=0)
          private 'showGridlines' => boolean true
          private 'printGridlines' => boolean false
          private 'showRowColHeaders' => boolean true
          private 'showSummaryBelow' => boolean true
          private 'showSummaryRight' => boolean true
          private 'comments' => 
            array (size=0)
              ...
          private 'activeCell' => string 'A1' (length=2)
          private 'selectedCells' => string 'A1' (length=2)
          private 'cachedHighestColumn' => string 'A' (length=1)
          private 'cachedHighestRow' => int 1
          private 'rightToLeft' => boolean false
          private 'hyperlinkCollection' => 
            array (size=0)
              ...
          private 'dataValidationCollection' => 
            array (size=0)
              ...
          private 'tabColor' => null
          private 'dirty' => boolean true
          private 'hash' => null
          private 'codeName' => string 'Worksheet' (length=9)
  private 'calculationEngine' => 
    object(PHPExcel_Calculation)[2]
      private 'workbook' => 
        &object(PHPExcel)[1]
      private 'calculationCache' => 
        array (size=0)
          empty
      private 'calculationCacheEnabled' => boolean true
      private 'debugLog' => null
      public 'suppressFormulaErrors' => boolean false
      public 'formulaError' => null
      private 'cyclicReferenceStack' => 
        object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
          private 'stack' => 
            array (size=0)
              ...
      private 'cellStack' => 
        array (size=0)
          empty
      private 'cyclicFormulaCounter' => int 1
      private 'cyclicFormulaCell' => string '' (length=0)
      public 'cyclicFormulaCount' => int 1
      private 'delta' => float 1.0E-14
      public '_debugLog' => 
        object(PHPExcel_CalcEngine_Logger)[4]
          private 'writeDebugLog' => boolean false
          private 'echoDebugLog' => boolean false
          private 'debugLog' => 
            array (size=0)
              ...
          private 'cellStack' => 
            object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
              ...
  private 'activeSheetIndex' => int 0
  private 'namedRanges' => 
    array (size=0)
      empty
  private 'cellXfSupervisor' => 
    object(PHPExcel_Style)[19]
      protected 'font' => 
        object(PHPExcel_Style_Font)[20]
          protected 'name' => string 'Calibri' (length=7)
          protected 'size' => int 11
          protected 'bold' => boolean false
          protected 'italic' => boolean false
          protected 'superScript' => boolean false
          protected 'subScript' => boolean false
          protected 'underline' => string 'none' (length=4)
          protected 'strikethrough' => boolean false
          protected 'color' => 
            object(PHPExcel_Style_Color)[21]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'fill' => 
        object(PHPExcel_Style_Fill)[22]
          protected 'fillType' => string 'none' (length=4)
          protected 'rotation' => int 0
          protected 'startColor' => 
            object(PHPExcel_Style_Color)[23]
              ...
          protected 'endColor' => 
            object(PHPExcel_Style_Color)[24]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'borders' => 
        object(PHPExcel_Style_Borders)[25]
          protected 'left' => 
            object(PHPExcel_Style_Border)[26]
              ...
          protected 'right' => 
            object(PHPExcel_Style_Border)[28]
              ...
          protected 'top' => 
            object(PHPExcel_Style_Border)[30]
              ...
          protected 'bottom' => 
            object(PHPExcel_Style_Border)[32]
              ...
          protected 'diagonal' => 
            object(PHPExcel_Style_Border)[34]
              ...
          protected 'diagonalDirection' => int 0
          protected 'allBorders' => 
            object(PHPExcel_Style_Border)[36]
              ...
          protected 'outline' => 
            object(PHPExcel_Style_Border)[38]
              ...
          protected 'inside' => 
            object(PHPExcel_Style_Border)[40]
              ...
          protected 'vertical' => 
            object(PHPExcel_Style_Border)[42]
              ...
          protected 'horizontal' => 
            object(PHPExcel_Style_Border)[44]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'alignment' => 
        object(PHPExcel_Style_Alignment)[46]
          protected 'horizontal' => string 'general' (length=7)
          protected 'vertical' => string 'bottom' (length=6)
          protected 'textRotation' => int 0
          protected 'wrapText' => boolean false
          protected 'shrinkToFit' => boolean false
          protected 'indent' => int 0
          protected 'readorder' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'numberFormat' => 
        object(PHPExcel_Style_NumberFormat)[47]
          protected 'formatCode' => string 'General' (length=7)
          protected 'builtInFormatCode' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'conditionalStyles' => 
        array (size=0)
          empty
      protected 'protection' => 
        object(PHPExcel_Style_Protection)[48]
          protected 'locked' => string 'inherit' (length=7)
          protected 'hidden' => string 'inherit' (length=7)
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'index' => null
      protected 'quotePrefix' => boolean false
      protected 'isSupervisor' => boolean true
      protected 'parent' => 
        &object(PHPExcel)[1]
  private 'cellXfCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Style)[49]
          protected 'font' => 
            object(PHPExcel_Style_Font)[50]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[52]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[55]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[66]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[67]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[68]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'cellStyleXfCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Style)[69]
          protected 'font' => 
            object(PHPExcel_Style_Font)[70]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[72]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[75]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[86]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[87]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[88]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'hasMacros' => boolean false
  private 'macrosCode' => null
  private 'macrosCertificate' => null
  private 'ribbonXMLData' => null
  private 'ribbonBinObjects' => null
$objPayable =
Undefined
$objRichText =
Undefined
$sLloremIpsum =
Undefined
$styleThickBrownBorderOutline =
Undefined
$styleThinBlackBorderOutline =
Undefined
EOL03:10:27 Add comments
( ! ) Warning: Use of undefined constant EOL - assumed 'EOL' (this will throw an Error in a future version of PHP) in C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php on line 91
Call Stack
#TimeMemoryFunctionLocation
10.0020532768{main}( )...\05featuredemo.inc.php:0
Variables in local scope (#1)
$objCommentRichText =
Undefined
$objDrawing =
Undefined
$objPHPExcel =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:91:
object(PHPExcel)[1]
  private 'uniqueID' => string '67d4efa3712bb' (length=13)
  private 'properties' => 
    object(PHPExcel_DocumentProperties)[17]
      private 'creator' => string 'Maarten Balliauw' (length=16)
      private 'lastModifiedBy' => string 'Maarten Balliauw' (length=16)
      private 'created' => int 1742008227
      private 'modified' => int 1742008227
      private 'title' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'description' => string 'Test document for Office 2007 XLSX, generated using PHP classes.' (length=64)
      private 'subject' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'keywords' => string 'office 2007 openxml php' (length=23)
      private 'category' => string 'Test result file' (length=16)
      private 'manager' => string '' (length=0)
      private 'company' => string 'Microsoft Corporation' (length=21)
      private 'customProperties' => 
        array (size=0)
          empty
  private 'security' => 
    object(PHPExcel_DocumentSecurity)[18]
      private 'lockRevision' => boolean false
      private 'lockStructure' => boolean false
      private 'lockWindows' => boolean false
      private 'revisionsPassword' => string '' (length=0)
      private 'workbookPassword' => string '' (length=0)
  private 'workSheetCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Worksheet)[5]
          private 'parent' => 
            &object(PHPExcel)[1]
          private 'cellCollection' => 
            object(PHPExcel_CachedObjectStorage_Memory)[6]
              ...
          private 'rowDimensions' => 
            array (size=0)
              ...
          private 'defaultRowDimension' => 
            object(PHPExcel_Worksheet_RowDimension)[14]
              ...
          private 'columnDimensions' => 
            array (size=0)
              ...
          private 'defaultColumnDimension' => 
            object(PHPExcel_Worksheet_ColumnDimension)[15]
              ...
          private 'drawingCollection' => 
            object(ArrayObject)[11]
              ...
          private 'chartCollection' => 
            object(ArrayObject)[12]
              ...
          private 'title' => string 'Worksheet' (length=9)
          private 'sheetState' => string 'visible' (length=7)
          private 'pageSetup' => 
            object(PHPExcel_Worksheet_PageSetup)[7]
              ...
          private 'pageMargins' => 
            object(PHPExcel_Worksheet_PageMargins)[8]
              ...
          private 'headerFooter' => 
            object(PHPExcel_Worksheet_HeaderFooter)[9]
              ...
          private 'sheetView' => 
            object(PHPExcel_Worksheet_SheetView)[10]
              ...
          private 'protection' => 
            object(PHPExcel_Worksheet_Protection)[13]
              ...
          private 'styles' => 
            array (size=0)
              ...
          private 'conditionalStylesCollection' => 
            array (size=0)
              ...
          private 'cellCollectionIsSorted' => boolean false
          private 'breaks' => 
            array (size=0)
              ...
          private 'mergeCells' => 
            array (size=0)
              ...
          private 'protectedCells' => 
            array (size=0)
              ...
          private 'autoFilter' => 
            object(PHPExcel_Worksheet_AutoFilter)[16]
              ...
          private 'freezePane' => string '' (length=0)
          private 'showGridlines' => boolean true
          private 'printGridlines' => boolean false
          private 'showRowColHeaders' => boolean true
          private 'showSummaryBelow' => boolean true
          private 'showSummaryRight' => boolean true
          private 'comments' => 
            array (size=0)
              ...
          private 'activeCell' => string 'D1' (length=2)
          private 'selectedCells' => string 'D1' (length=2)
          private 'cachedHighestColumn' => string 'E' (length=1)
          private 'cachedHighestRow' => string '13' (length=2)
          private 'rightToLeft' => boolean false
          private 'hyperlinkCollection' => 
            array (size=0)
              ...
          private 'dataValidationCollection' => 
            array (size=0)
              ...
          private 'tabColor' => null
          private 'dirty' => boolean false
          private 'hash' => string 'f14d89c698b0853de7405487abda9c1c' (length=32)
          private 'codeName' => string 'Worksheet' (length=9)
  private 'calculationEngine' => 
    object(PHPExcel_Calculation)[2]
      private 'workbook' => 
        &object(PHPExcel)[1]
      private 'calculationCache' => 
        array (size=0)
          empty
      private 'calculationCacheEnabled' => boolean true
      private 'debugLog' => null
      public 'suppressFormulaErrors' => boolean false
      public 'formulaError' => null
      private 'cyclicReferenceStack' => 
        object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
          private 'stack' => 
            array (size=0)
              ...
      private 'cellStack' => 
        array (size=0)
          empty
      private 'cyclicFormulaCounter' => int 1
      private 'cyclicFormulaCell' => string '' (length=0)
      public 'cyclicFormulaCount' => int 1
      private 'delta' => float 1.0E-14
      public '_debugLog' => 
        object(PHPExcel_CalcEngine_Logger)[4]
          private 'writeDebugLog' => boolean false
          private 'echoDebugLog' => boolean false
          private 'debugLog' => 
            array (size=0)
              ...
          private 'cellStack' => 
            object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
              ...
  private 'activeSheetIndex' => int 0
  private 'namedRanges' => 
    array (size=0)
      empty
  private 'cellXfSupervisor' => 
    object(PHPExcel_Style)[19]
      protected 'font' => 
        object(PHPExcel_Style_Font)[20]
          protected 'name' => string 'Calibri' (length=7)
          protected 'size' => int 11
          protected 'bold' => boolean false
          protected 'italic' => boolean false
          protected 'superScript' => boolean false
          protected 'subScript' => boolean false
          protected 'underline' => string 'none' (length=4)
          protected 'strikethrough' => boolean false
          protected 'color' => 
            object(PHPExcel_Style_Color)[21]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'fill' => 
        object(PHPExcel_Style_Fill)[22]
          protected 'fillType' => string 'none' (length=4)
          protected 'rotation' => int 0
          protected 'startColor' => 
            object(PHPExcel_Style_Color)[23]
              ...
          protected 'endColor' => 
            object(PHPExcel_Style_Color)[24]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'borders' => 
        object(PHPExcel_Style_Borders)[25]
          protected 'left' => 
            object(PHPExcel_Style_Border)[26]
              ...
          protected 'right' => 
            object(PHPExcel_Style_Border)[28]
              ...
          protected 'top' => 
            object(PHPExcel_Style_Border)[30]
              ...
          protected 'bottom' => 
            object(PHPExcel_Style_Border)[32]
              ...
          protected 'diagonal' => 
            object(PHPExcel_Style_Border)[34]
              ...
          protected 'diagonalDirection' => int 0
          protected 'allBorders' => 
            object(PHPExcel_Style_Border)[36]
              ...
          protected 'outline' => 
            object(PHPExcel_Style_Border)[38]
              ...
          protected 'inside' => 
            object(PHPExcel_Style_Border)[40]
              ...
          protected 'vertical' => 
            object(PHPExcel_Style_Border)[42]
              ...
          protected 'horizontal' => 
            object(PHPExcel_Style_Border)[44]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'alignment' => 
        object(PHPExcel_Style_Alignment)[46]
          protected 'horizontal' => string 'general' (length=7)
          protected 'vertical' => string 'bottom' (length=6)
          protected 'textRotation' => int 0
          protected 'wrapText' => boolean false
          protected 'shrinkToFit' => boolean false
          protected 'indent' => int 0
          protected 'readorder' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'numberFormat' => 
        object(PHPExcel_Style_NumberFormat)[47]
          protected 'formatCode' => string 'General' (length=7)
          protected 'builtInFormatCode' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'conditionalStyles' => 
        array (size=0)
          empty
      protected 'protection' => 
        object(PHPExcel_Style_Protection)[48]
          protected 'locked' => string 'inherit' (length=7)
          protected 'hidden' => string 'inherit' (length=7)
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'index' => null
      protected 'quotePrefix' => boolean false
      protected 'isSupervisor' => boolean true
      protected 'parent' => 
        &object(PHPExcel)[1]
  private 'cellXfCollection' => 
    array (size=2)
      0 => 
        object(PHPExcel_Style)[49]
          protected 'font' => 
            object(PHPExcel_Style_Font)[50]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[52]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[55]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[66]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[67]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[68]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      1 => 
        object(PHPExcel_Style)[92]
          protected 'font' => 
            object(PHPExcel_Style_Font)[93]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[95]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[98]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[109]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[110]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[111]
              ...
          protected 'index' => int 1
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'cellStyleXfCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Style)[69]
          protected 'font' => 
            object(PHPExcel_Style_Font)[70]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[72]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[75]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[86]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[87]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[88]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'hasMacros' => boolean false
  private 'macrosCode' => null
  private 'macrosCertificate' => null
  private 'ribbonXMLData' => null
  private 'ribbonBinObjects' => null
$objPayable =
Undefined
$objRichText =
Undefined
$sLloremIpsum =
Undefined
$styleThickBrownBorderOutline =
Undefined
$styleThinBlackBorderOutline =
Undefined
EOL03:10:27 Add rich-text string
( ! ) Warning: Use of undefined constant EOL - assumed 'EOL' (this will throw an Error in a future version of PHP) in C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php on line 117
Call Stack
#TimeMemoryFunctionLocation
10.0020532768{main}( )...\05featuredemo.inc.php:0
Variables in local scope (#1)
$objCommentRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:117:
object(PHPExcel_RichText_Run)[165]
  private 'font' => 
    object(PHPExcel_Style_Font)[166]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean false
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[167]
          protected 'argb' => string 'FF000000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'PHPExcel:' (length=9)
$objDrawing =
Undefined
$objPHPExcel =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:117:
object(PHPExcel)[1]
  private 'uniqueID' => string '67d4efa3712bb' (length=13)
  private 'properties' => 
    object(PHPExcel_DocumentProperties)[17]
      private 'creator' => string 'Maarten Balliauw' (length=16)
      private 'lastModifiedBy' => string 'Maarten Balliauw' (length=16)
      private 'created' => int 1742008227
      private 'modified' => int 1742008227
      private 'title' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'description' => string 'Test document for Office 2007 XLSX, generated using PHP classes.' (length=64)
      private 'subject' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'keywords' => string 'office 2007 openxml php' (length=23)
      private 'category' => string 'Test result file' (length=16)
      private 'manager' => string '' (length=0)
      private 'company' => string 'Microsoft Corporation' (length=21)
      private 'customProperties' => 
        array (size=0)
          empty
  private 'security' => 
    object(PHPExcel_DocumentSecurity)[18]
      private 'lockRevision' => boolean false
      private 'lockStructure' => boolean false
      private 'lockWindows' => boolean false
      private 'revisionsPassword' => string '' (length=0)
      private 'workbookPassword' => string '' (length=0)
  private 'workSheetCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Worksheet)[5]
          private 'parent' => 
            &object(PHPExcel)[1]
          private 'cellCollection' => 
            object(PHPExcel_CachedObjectStorage_Memory)[6]
              ...
          private 'rowDimensions' => 
            array (size=0)
              ...
          private 'defaultRowDimension' => 
            object(PHPExcel_Worksheet_RowDimension)[14]
              ...
          private 'columnDimensions' => 
            array (size=0)
              ...
          private 'defaultColumnDimension' => 
            object(PHPExcel_Worksheet_ColumnDimension)[15]
              ...
          private 'drawingCollection' => 
            object(ArrayObject)[11]
              ...
          private 'chartCollection' => 
            object(ArrayObject)[12]
              ...
          private 'title' => string 'Worksheet' (length=9)
          private 'sheetState' => string 'visible' (length=7)
          private 'pageSetup' => 
            object(PHPExcel_Worksheet_PageSetup)[7]
              ...
          private 'pageMargins' => 
            object(PHPExcel_Worksheet_PageMargins)[8]
              ...
          private 'headerFooter' => 
            object(PHPExcel_Worksheet_HeaderFooter)[9]
              ...
          private 'sheetView' => 
            object(PHPExcel_Worksheet_SheetView)[10]
              ...
          private 'protection' => 
            object(PHPExcel_Worksheet_Protection)[13]
              ...
          private 'styles' => 
            array (size=0)
              ...
          private 'conditionalStylesCollection' => 
            array (size=0)
              ...
          private 'cellCollectionIsSorted' => boolean false
          private 'breaks' => 
            array (size=0)
              ...
          private 'mergeCells' => 
            array (size=0)
              ...
          private 'protectedCells' => 
            array (size=0)
              ...
          private 'autoFilter' => 
            object(PHPExcel_Worksheet_AutoFilter)[16]
              ...
          private 'freezePane' => string '' (length=0)
          private 'showGridlines' => boolean true
          private 'printGridlines' => boolean false
          private 'showRowColHeaders' => boolean true
          private 'showSummaryBelow' => boolean true
          private 'showSummaryRight' => boolean true
          private 'comments' => 
            array (size=3)
              ...
          private 'activeCell' => string 'D1' (length=2)
          private 'selectedCells' => string 'D1' (length=2)
          private 'cachedHighestColumn' => string 'E' (length=1)
          private 'cachedHighestRow' => string '13' (length=2)
          private 'rightToLeft' => boolean false
          private 'hyperlinkCollection' => 
            array (size=0)
              ...
          private 'dataValidationCollection' => 
            array (size=0)
              ...
          private 'tabColor' => null
          private 'dirty' => boolean false
          private 'hash' => string 'f14d89c698b0853de7405487abda9c1c' (length=32)
          private 'codeName' => string 'Worksheet' (length=9)
  private 'calculationEngine' => 
    object(PHPExcel_Calculation)[2]
      private 'workbook' => 
        &object(PHPExcel)[1]
      private 'calculationCache' => 
        array (size=0)
          empty
      private 'calculationCacheEnabled' => boolean true
      private 'debugLog' => null
      public 'suppressFormulaErrors' => boolean false
      public 'formulaError' => null
      private 'cyclicReferenceStack' => 
        object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
          private 'stack' => 
            array (size=0)
              ...
      private 'cellStack' => 
        array (size=0)
          empty
      private 'cyclicFormulaCounter' => int 1
      private 'cyclicFormulaCell' => string '' (length=0)
      public 'cyclicFormulaCount' => int 1
      private 'delta' => float 1.0E-14
      public '_debugLog' => 
        object(PHPExcel_CalcEngine_Logger)[4]
          private 'writeDebugLog' => boolean false
          private 'echoDebugLog' => boolean false
          private 'debugLog' => 
            array (size=0)
              ...
          private 'cellStack' => 
            object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
              ...
  private 'activeSheetIndex' => int 0
  private 'namedRanges' => 
    array (size=0)
      empty
  private 'cellXfSupervisor' => 
    object(PHPExcel_Style)[19]
      protected 'font' => 
        object(PHPExcel_Style_Font)[20]
          protected 'name' => string 'Calibri' (length=7)
          protected 'size' => int 11
          protected 'bold' => boolean false
          protected 'italic' => boolean false
          protected 'superScript' => boolean false
          protected 'subScript' => boolean false
          protected 'underline' => string 'none' (length=4)
          protected 'strikethrough' => boolean false
          protected 'color' => 
            object(PHPExcel_Style_Color)[21]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'fill' => 
        object(PHPExcel_Style_Fill)[22]
          protected 'fillType' => string 'none' (length=4)
          protected 'rotation' => int 0
          protected 'startColor' => 
            object(PHPExcel_Style_Color)[23]
              ...
          protected 'endColor' => 
            object(PHPExcel_Style_Color)[24]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'borders' => 
        object(PHPExcel_Style_Borders)[25]
          protected 'left' => 
            object(PHPExcel_Style_Border)[26]
              ...
          protected 'right' => 
            object(PHPExcel_Style_Border)[28]
              ...
          protected 'top' => 
            object(PHPExcel_Style_Border)[30]
              ...
          protected 'bottom' => 
            object(PHPExcel_Style_Border)[32]
              ...
          protected 'diagonal' => 
            object(PHPExcel_Style_Border)[34]
              ...
          protected 'diagonalDirection' => int 0
          protected 'allBorders' => 
            object(PHPExcel_Style_Border)[36]
              ...
          protected 'outline' => 
            object(PHPExcel_Style_Border)[38]
              ...
          protected 'inside' => 
            object(PHPExcel_Style_Border)[40]
              ...
          protected 'vertical' => 
            object(PHPExcel_Style_Border)[42]
              ...
          protected 'horizontal' => 
            object(PHPExcel_Style_Border)[44]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'alignment' => 
        object(PHPExcel_Style_Alignment)[46]
          protected 'horizontal' => string 'general' (length=7)
          protected 'vertical' => string 'bottom' (length=6)
          protected 'textRotation' => int 0
          protected 'wrapText' => boolean false
          protected 'shrinkToFit' => boolean false
          protected 'indent' => int 0
          protected 'readorder' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'numberFormat' => 
        object(PHPExcel_Style_NumberFormat)[47]
          protected 'formatCode' => string 'General' (length=7)
          protected 'builtInFormatCode' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'conditionalStyles' => 
        array (size=0)
          empty
      protected 'protection' => 
        object(PHPExcel_Style_Protection)[48]
          protected 'locked' => string 'inherit' (length=7)
          protected 'hidden' => string 'inherit' (length=7)
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'index' => null
      protected 'quotePrefix' => boolean false
      protected 'isSupervisor' => boolean true
      protected 'parent' => 
        &object(PHPExcel)[1]
  private 'cellXfCollection' => 
    array (size=2)
      0 => 
        object(PHPExcel_Style)[49]
          protected 'font' => 
            object(PHPExcel_Style_Font)[50]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[52]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[55]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[66]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[67]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[68]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      1 => 
        object(PHPExcel_Style)[92]
          protected 'font' => 
            object(PHPExcel_Style_Font)[93]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[95]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[98]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[109]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[110]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[111]
              ...
          protected 'index' => int 1
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'cellStyleXfCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Style)[69]
          protected 'font' => 
            object(PHPExcel_Style_Font)[70]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[72]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[75]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[86]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[87]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[88]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'hasMacros' => boolean false
  private 'macrosCode' => null
  private 'macrosCertificate' => null
  private 'ribbonXMLData' => null
  private 'ribbonBinObjects' => null
$objPayable =
Undefined
$objRichText =
Undefined
$sLloremIpsum =
Undefined
$styleThickBrownBorderOutline =
Undefined
$styleThinBlackBorderOutline =
Undefined
EOL03:10:27 Merge cells
( ! ) Warning: Use of undefined constant EOL - assumed 'EOL' (this will throw an Error in a future version of PHP) in C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php on line 131
Call Stack
#TimeMemoryFunctionLocation
10.0020532768{main}( )...\05featuredemo.inc.php:0
Variables in local scope (#1)
$objCommentRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:131:
object(PHPExcel_RichText_Run)[165]
  private 'font' => 
    object(PHPExcel_Style_Font)[166]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean false
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[167]
          protected 'argb' => string 'FF000000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'PHPExcel:' (length=9)
$objDrawing =
Undefined
$objPHPExcel =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:131:
object(PHPExcel)[1]
  private 'uniqueID' => string '67d4efa3712bb' (length=13)
  private 'properties' => 
    object(PHPExcel_DocumentProperties)[17]
      private 'creator' => string 'Maarten Balliauw' (length=16)
      private 'lastModifiedBy' => string 'Maarten Balliauw' (length=16)
      private 'created' => int 1742008227
      private 'modified' => int 1742008227
      private 'title' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'description' => string 'Test document for Office 2007 XLSX, generated using PHP classes.' (length=64)
      private 'subject' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'keywords' => string 'office 2007 openxml php' (length=23)
      private 'category' => string 'Test result file' (length=16)
      private 'manager' => string '' (length=0)
      private 'company' => string 'Microsoft Corporation' (length=21)
      private 'customProperties' => 
        array (size=0)
          empty
  private 'security' => 
    object(PHPExcel_DocumentSecurity)[18]
      private 'lockRevision' => boolean false
      private 'lockStructure' => boolean false
      private 'lockWindows' => boolean false
      private 'revisionsPassword' => string '' (length=0)
      private 'workbookPassword' => string '' (length=0)
  private 'workSheetCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Worksheet)[5]
          private 'parent' => 
            &object(PHPExcel)[1]
          private 'cellCollection' => 
            object(PHPExcel_CachedObjectStorage_Memory)[6]
              ...
          private 'rowDimensions' => 
            array (size=0)
              ...
          private 'defaultRowDimension' => 
            object(PHPExcel_Worksheet_RowDimension)[14]
              ...
          private 'columnDimensions' => 
            array (size=0)
              ...
          private 'defaultColumnDimension' => 
            object(PHPExcel_Worksheet_ColumnDimension)[15]
              ...
          private 'drawingCollection' => 
            object(ArrayObject)[11]
              ...
          private 'chartCollection' => 
            object(ArrayObject)[12]
              ...
          private 'title' => string 'Worksheet' (length=9)
          private 'sheetState' => string 'visible' (length=7)
          private 'pageSetup' => 
            object(PHPExcel_Worksheet_PageSetup)[7]
              ...
          private 'pageMargins' => 
            object(PHPExcel_Worksheet_PageMargins)[8]
              ...
          private 'headerFooter' => 
            object(PHPExcel_Worksheet_HeaderFooter)[9]
              ...
          private 'sheetView' => 
            object(PHPExcel_Worksheet_SheetView)[10]
              ...
          private 'protection' => 
            object(PHPExcel_Worksheet_Protection)[13]
              ...
          private 'styles' => 
            array (size=0)
              ...
          private 'conditionalStylesCollection' => 
            array (size=0)
              ...
          private 'cellCollectionIsSorted' => boolean false
          private 'breaks' => 
            array (size=0)
              ...
          private 'mergeCells' => 
            array (size=0)
              ...
          private 'protectedCells' => 
            array (size=0)
              ...
          private 'autoFilter' => 
            object(PHPExcel_Worksheet_AutoFilter)[16]
              ...
          private 'freezePane' => string '' (length=0)
          private 'showGridlines' => boolean true
          private 'printGridlines' => boolean false
          private 'showRowColHeaders' => boolean true
          private 'showSummaryBelow' => boolean true
          private 'showSummaryRight' => boolean true
          private 'comments' => 
            array (size=3)
              ...
          private 'activeCell' => string 'D1' (length=2)
          private 'selectedCells' => string 'D1' (length=2)
          private 'cachedHighestColumn' => string 'E' (length=1)
          private 'cachedHighestRow' => string '18' (length=2)
          private 'rightToLeft' => boolean false
          private 'hyperlinkCollection' => 
            array (size=0)
              ...
          private 'dataValidationCollection' => 
            array (size=0)
              ...
          private 'tabColor' => null
          private 'dirty' => boolean false
          private 'hash' => string 'f14d89c698b0853de7405487abda9c1c' (length=32)
          private 'codeName' => string 'Worksheet' (length=9)
  private 'calculationEngine' => 
    object(PHPExcel_Calculation)[2]
      private 'workbook' => 
        &object(PHPExcel)[1]
      private 'calculationCache' => 
        array (size=0)
          empty
      private 'calculationCacheEnabled' => boolean true
      private 'debugLog' => null
      public 'suppressFormulaErrors' => boolean false
      public 'formulaError' => null
      private 'cyclicReferenceStack' => 
        object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
          private 'stack' => 
            array (size=0)
              ...
      private 'cellStack' => 
        array (size=0)
          empty
      private 'cyclicFormulaCounter' => int 1
      private 'cyclicFormulaCell' => string '' (length=0)
      public 'cyclicFormulaCount' => int 1
      private 'delta' => float 1.0E-14
      public '_debugLog' => 
        object(PHPExcel_CalcEngine_Logger)[4]
          private 'writeDebugLog' => boolean false
          private 'echoDebugLog' => boolean false
          private 'debugLog' => 
            array (size=0)
              ...
          private 'cellStack' => 
            object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
              ...
  private 'activeSheetIndex' => int 0
  private 'namedRanges' => 
    array (size=0)
      empty
  private 'cellXfSupervisor' => 
    object(PHPExcel_Style)[19]
      protected 'font' => 
        object(PHPExcel_Style_Font)[20]
          protected 'name' => string 'Calibri' (length=7)
          protected 'size' => int 11
          protected 'bold' => boolean false
          protected 'italic' => boolean false
          protected 'superScript' => boolean false
          protected 'subScript' => boolean false
          protected 'underline' => string 'none' (length=4)
          protected 'strikethrough' => boolean false
          protected 'color' => 
            object(PHPExcel_Style_Color)[21]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'fill' => 
        object(PHPExcel_Style_Fill)[22]
          protected 'fillType' => string 'none' (length=4)
          protected 'rotation' => int 0
          protected 'startColor' => 
            object(PHPExcel_Style_Color)[23]
              ...
          protected 'endColor' => 
            object(PHPExcel_Style_Color)[24]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'borders' => 
        object(PHPExcel_Style_Borders)[25]
          protected 'left' => 
            object(PHPExcel_Style_Border)[26]
              ...
          protected 'right' => 
            object(PHPExcel_Style_Border)[28]
              ...
          protected 'top' => 
            object(PHPExcel_Style_Border)[30]
              ...
          protected 'bottom' => 
            object(PHPExcel_Style_Border)[32]
              ...
          protected 'diagonal' => 
            object(PHPExcel_Style_Border)[34]
              ...
          protected 'diagonalDirection' => int 0
          protected 'allBorders' => 
            object(PHPExcel_Style_Border)[36]
              ...
          protected 'outline' => 
            object(PHPExcel_Style_Border)[38]
              ...
          protected 'inside' => 
            object(PHPExcel_Style_Border)[40]
              ...
          protected 'vertical' => 
            object(PHPExcel_Style_Border)[42]
              ...
          protected 'horizontal' => 
            object(PHPExcel_Style_Border)[44]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'alignment' => 
        object(PHPExcel_Style_Alignment)[46]
          protected 'horizontal' => string 'general' (length=7)
          protected 'vertical' => string 'bottom' (length=6)
          protected 'textRotation' => int 0
          protected 'wrapText' => boolean false
          protected 'shrinkToFit' => boolean false
          protected 'indent' => int 0
          protected 'readorder' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'numberFormat' => 
        object(PHPExcel_Style_NumberFormat)[47]
          protected 'formatCode' => string 'General' (length=7)
          protected 'builtInFormatCode' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'conditionalStyles' => 
        array (size=0)
          empty
      protected 'protection' => 
        object(PHPExcel_Style_Protection)[48]
          protected 'locked' => string 'inherit' (length=7)
          protected 'hidden' => string 'inherit' (length=7)
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'index' => null
      protected 'quotePrefix' => boolean false
      protected 'isSupervisor' => boolean true
      protected 'parent' => 
        &object(PHPExcel)[1]
  private 'cellXfCollection' => 
    array (size=2)
      0 => 
        object(PHPExcel_Style)[49]
          protected 'font' => 
            object(PHPExcel_Style_Font)[50]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[52]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[55]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[66]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[67]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[68]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      1 => 
        object(PHPExcel_Style)[92]
          protected 'font' => 
            object(PHPExcel_Style_Font)[93]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[95]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[98]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[109]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[110]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[111]
              ...
          protected 'index' => int 1
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'cellStyleXfCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Style)[69]
          protected 'font' => 
            object(PHPExcel_Style_Font)[70]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[72]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[75]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[86]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[87]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[88]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'hasMacros' => boolean false
  private 'macrosCode' => null
  private 'macrosCertificate' => null
  private 'ribbonXMLData' => null
  private 'ribbonBinObjects' => null
$objPayable =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:131:
object(PHPExcel_RichText_Run)[176]
  private 'font' => 
    object(PHPExcel_Style_Font)[177]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean true
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[179]
          protected 'argb' => string 'FF008000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
$objRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:131:
object(PHPExcel_RichText)[174]
  private 'richTextElements' => 
    array (size=3)
      0 => 
        object(PHPExcel_RichText_TextElement)[175]
          private 'text' => string 'This invoice is ' (length=16)
      1 => 
        object(PHPExcel_RichText_Run)[176]
          private 'font' => 
            object(PHPExcel_Style_Font)[177]
              ...
          private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
      2 => 
        object(PHPExcel_RichText_TextElement)[178]
          private 'text' => string ', unless specified otherwise on the invoice.' (length=44)
$sLloremIpsum =
Undefined
$styleThickBrownBorderOutline =
Undefined
$styleThinBlackBorderOutline =
Undefined
EOL03:10:27 Protect cells
( ! ) Warning: Use of undefined constant EOL - assumed 'EOL' (this will throw an Error in a future version of PHP) in C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php on line 137
Call Stack
#TimeMemoryFunctionLocation
10.0020532768{main}( )...\05featuredemo.inc.php:0
Variables in local scope (#1)
$objCommentRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:137:
object(PHPExcel_RichText_Run)[165]
  private 'font' => 
    object(PHPExcel_Style_Font)[166]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean false
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[167]
          protected 'argb' => string 'FF000000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'PHPExcel:' (length=9)
$objDrawing =
Undefined
$objPHPExcel =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:137:
object(PHPExcel)[1]
  private 'uniqueID' => string '67d4efa3712bb' (length=13)
  private 'properties' => 
    object(PHPExcel_DocumentProperties)[17]
      private 'creator' => string 'Maarten Balliauw' (length=16)
      private 'lastModifiedBy' => string 'Maarten Balliauw' (length=16)
      private 'created' => int 1742008227
      private 'modified' => int 1742008227
      private 'title' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'description' => string 'Test document for Office 2007 XLSX, generated using PHP classes.' (length=64)
      private 'subject' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'keywords' => string 'office 2007 openxml php' (length=23)
      private 'category' => string 'Test result file' (length=16)
      private 'manager' => string '' (length=0)
      private 'company' => string 'Microsoft Corporation' (length=21)
      private 'customProperties' => 
        array (size=0)
          empty
  private 'security' => 
    object(PHPExcel_DocumentSecurity)[18]
      private 'lockRevision' => boolean false
      private 'lockStructure' => boolean false
      private 'lockWindows' => boolean false
      private 'revisionsPassword' => string '' (length=0)
      private 'workbookPassword' => string '' (length=0)
  private 'workSheetCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Worksheet)[5]
          private 'parent' => 
            &object(PHPExcel)[1]
          private 'cellCollection' => 
            object(PHPExcel_CachedObjectStorage_Memory)[6]
              ...
          private 'rowDimensions' => 
            array (size=0)
              ...
          private 'defaultRowDimension' => 
            object(PHPExcel_Worksheet_RowDimension)[14]
              ...
          private 'columnDimensions' => 
            array (size=0)
              ...
          private 'defaultColumnDimension' => 
            object(PHPExcel_Worksheet_ColumnDimension)[15]
              ...
          private 'drawingCollection' => 
            object(ArrayObject)[11]
              ...
          private 'chartCollection' => 
            object(ArrayObject)[12]
              ...
          private 'title' => string 'Worksheet' (length=9)
          private 'sheetState' => string 'visible' (length=7)
          private 'pageSetup' => 
            object(PHPExcel_Worksheet_PageSetup)[7]
              ...
          private 'pageMargins' => 
            object(PHPExcel_Worksheet_PageMargins)[8]
              ...
          private 'headerFooter' => 
            object(PHPExcel_Worksheet_HeaderFooter)[9]
              ...
          private 'sheetView' => 
            object(PHPExcel_Worksheet_SheetView)[10]
              ...
          private 'protection' => 
            object(PHPExcel_Worksheet_Protection)[13]
              ...
          private 'styles' => 
            array (size=0)
              ...
          private 'conditionalStylesCollection' => 
            array (size=0)
              ...
          private 'cellCollectionIsSorted' => boolean false
          private 'breaks' => 
            array (size=0)
              ...
          private 'mergeCells' => 
            array (size=1)
              ...
          private 'protectedCells' => 
            array (size=0)
              ...
          private 'autoFilter' => 
            object(PHPExcel_Worksheet_AutoFilter)[16]
              ...
          private 'freezePane' => string '' (length=0)
          private 'showGridlines' => boolean true
          private 'printGridlines' => boolean false
          private 'showRowColHeaders' => boolean true
          private 'showSummaryBelow' => boolean true
          private 'showSummaryRight' => boolean true
          private 'comments' => 
            array (size=3)
              ...
          private 'activeCell' => string 'D1' (length=2)
          private 'selectedCells' => string 'D1' (length=2)
          private 'cachedHighestColumn' => string 'E' (length=1)
          private 'cachedHighestRow' => string '28' (length=2)
          private 'rightToLeft' => boolean false
          private 'hyperlinkCollection' => 
            array (size=0)
              ...
          private 'dataValidationCollection' => 
            array (size=0)
              ...
          private 'tabColor' => null
          private 'dirty' => boolean false
          private 'hash' => string 'f14d89c698b0853de7405487abda9c1c' (length=32)
          private 'codeName' => string 'Worksheet' (length=9)
  private 'calculationEngine' => 
    object(PHPExcel_Calculation)[2]
      private 'workbook' => 
        &object(PHPExcel)[1]
      private 'calculationCache' => 
        array (size=0)
          empty
      private 'calculationCacheEnabled' => boolean true
      private 'debugLog' => null
      public 'suppressFormulaErrors' => boolean false
      public 'formulaError' => null
      private 'cyclicReferenceStack' => 
        object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
          private 'stack' => 
            array (size=0)
              ...
      private 'cellStack' => 
        array (size=0)
          empty
      private 'cyclicFormulaCounter' => int 1
      private 'cyclicFormulaCell' => string '' (length=0)
      public 'cyclicFormulaCount' => int 1
      private 'delta' => float 1.0E-14
      public '_debugLog' => 
        object(PHPExcel_CalcEngine_Logger)[4]
          private 'writeDebugLog' => boolean false
          private 'echoDebugLog' => boolean false
          private 'debugLog' => 
            array (size=0)
              ...
          private 'cellStack' => 
            object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
              ...
  private 'activeSheetIndex' => int 0
  private 'namedRanges' => 
    array (size=0)
      empty
  private 'cellXfSupervisor' => 
    object(PHPExcel_Style)[19]
      protected 'font' => 
        object(PHPExcel_Style_Font)[20]
          protected 'name' => string 'Calibri' (length=7)
          protected 'size' => int 11
          protected 'bold' => boolean false
          protected 'italic' => boolean false
          protected 'superScript' => boolean false
          protected 'subScript' => boolean false
          protected 'underline' => string 'none' (length=4)
          protected 'strikethrough' => boolean false
          protected 'color' => 
            object(PHPExcel_Style_Color)[21]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'fill' => 
        object(PHPExcel_Style_Fill)[22]
          protected 'fillType' => string 'none' (length=4)
          protected 'rotation' => int 0
          protected 'startColor' => 
            object(PHPExcel_Style_Color)[23]
              ...
          protected 'endColor' => 
            object(PHPExcel_Style_Color)[24]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'borders' => 
        object(PHPExcel_Style_Borders)[25]
          protected 'left' => 
            object(PHPExcel_Style_Border)[26]
              ...
          protected 'right' => 
            object(PHPExcel_Style_Border)[28]
              ...
          protected 'top' => 
            object(PHPExcel_Style_Border)[30]
              ...
          protected 'bottom' => 
            object(PHPExcel_Style_Border)[32]
              ...
          protected 'diagonal' => 
            object(PHPExcel_Style_Border)[34]
              ...
          protected 'diagonalDirection' => int 0
          protected 'allBorders' => 
            object(PHPExcel_Style_Border)[36]
              ...
          protected 'outline' => 
            object(PHPExcel_Style_Border)[38]
              ...
          protected 'inside' => 
            object(PHPExcel_Style_Border)[40]
              ...
          protected 'vertical' => 
            object(PHPExcel_Style_Border)[42]
              ...
          protected 'horizontal' => 
            object(PHPExcel_Style_Border)[44]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'alignment' => 
        object(PHPExcel_Style_Alignment)[46]
          protected 'horizontal' => string 'general' (length=7)
          protected 'vertical' => string 'bottom' (length=6)
          protected 'textRotation' => int 0
          protected 'wrapText' => boolean false
          protected 'shrinkToFit' => boolean false
          protected 'indent' => int 0
          protected 'readorder' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'numberFormat' => 
        object(PHPExcel_Style_NumberFormat)[47]
          protected 'formatCode' => string 'General' (length=7)
          protected 'builtInFormatCode' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'conditionalStyles' => 
        array (size=0)
          empty
      protected 'protection' => 
        object(PHPExcel_Style_Protection)[48]
          protected 'locked' => string 'inherit' (length=7)
          protected 'hidden' => string 'inherit' (length=7)
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'index' => null
      protected 'quotePrefix' => boolean false
      protected 'isSupervisor' => boolean true
      protected 'parent' => 
        &object(PHPExcel)[1]
  private 'cellXfCollection' => 
    array (size=2)
      0 => 
        object(PHPExcel_Style)[49]
          protected 'font' => 
            object(PHPExcel_Style_Font)[50]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[52]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[55]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[66]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[67]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[68]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      1 => 
        object(PHPExcel_Style)[92]
          protected 'font' => 
            object(PHPExcel_Style_Font)[93]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[95]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[98]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[109]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[110]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[111]
              ...
          protected 'index' => int 1
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'cellStyleXfCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Style)[69]
          protected 'font' => 
            object(PHPExcel_Style_Font)[70]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[72]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[75]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[86]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[87]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[88]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'hasMacros' => boolean false
  private 'macrosCode' => null
  private 'macrosCertificate' => null
  private 'ribbonXMLData' => null
  private 'ribbonBinObjects' => null
$objPayable =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:137:
object(PHPExcel_RichText_Run)[176]
  private 'font' => 
    object(PHPExcel_Style_Font)[177]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean true
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[179]
          protected 'argb' => string 'FF008000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
$objRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:137:
object(PHPExcel_RichText)[174]
  private 'richTextElements' => 
    array (size=3)
      0 => 
        object(PHPExcel_RichText_TextElement)[175]
          private 'text' => string 'This invoice is ' (length=16)
      1 => 
        object(PHPExcel_RichText_Run)[176]
          private 'font' => 
            object(PHPExcel_Style_Font)[177]
              ...
          private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
      2 => 
        object(PHPExcel_RichText_TextElement)[178]
          private 'text' => string ', unless specified otherwise on the invoice.' (length=44)
$sLloremIpsum =
Undefined
$styleThickBrownBorderOutline =
Undefined
$styleThinBlackBorderOutline =
Undefined
EOL03:10:27 Set cell number formats
( ! ) Warning: Use of undefined constant EOL - assumed 'EOL' (this will throw an Error in a future version of PHP) in C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php on line 142
Call Stack
#TimeMemoryFunctionLocation
10.0020532768{main}( )...\05featuredemo.inc.php:0
Variables in local scope (#1)
$objCommentRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:142:
object(PHPExcel_RichText_Run)[165]
  private 'font' => 
    object(PHPExcel_Style_Font)[166]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean false
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[167]
          protected 'argb' => string 'FF000000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'PHPExcel:' (length=9)
$objDrawing =
Undefined
$objPHPExcel =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:142:
object(PHPExcel)[1]
  private 'uniqueID' => string '67d4efa3712bb' (length=13)
  private 'properties' => 
    object(PHPExcel_DocumentProperties)[17]
      private 'creator' => string 'Maarten Balliauw' (length=16)
      private 'lastModifiedBy' => string 'Maarten Balliauw' (length=16)
      private 'created' => int 1742008227
      private 'modified' => int 1742008227
      private 'title' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'description' => string 'Test document for Office 2007 XLSX, generated using PHP classes.' (length=64)
      private 'subject' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'keywords' => string 'office 2007 openxml php' (length=23)
      private 'category' => string 'Test result file' (length=16)
      private 'manager' => string '' (length=0)
      private 'company' => string 'Microsoft Corporation' (length=21)
      private 'customProperties' => 
        array (size=0)
          empty
  private 'security' => 
    object(PHPExcel_DocumentSecurity)[18]
      private 'lockRevision' => boolean false
      private 'lockStructure' => boolean false
      private 'lockWindows' => boolean false
      private 'revisionsPassword' => string '' (length=0)
      private 'workbookPassword' => string '' (length=0)
  private 'workSheetCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Worksheet)[5]
          private 'parent' => 
            &object(PHPExcel)[1]
          private 'cellCollection' => 
            object(PHPExcel_CachedObjectStorage_Memory)[6]
              ...
          private 'rowDimensions' => 
            array (size=0)
              ...
          private 'defaultRowDimension' => 
            object(PHPExcel_Worksheet_RowDimension)[14]
              ...
          private 'columnDimensions' => 
            array (size=0)
              ...
          private 'defaultColumnDimension' => 
            object(PHPExcel_Worksheet_ColumnDimension)[15]
              ...
          private 'drawingCollection' => 
            object(ArrayObject)[11]
              ...
          private 'chartCollection' => 
            object(ArrayObject)[12]
              ...
          private 'title' => string 'Worksheet' (length=9)
          private 'sheetState' => string 'visible' (length=7)
          private 'pageSetup' => 
            object(PHPExcel_Worksheet_PageSetup)[7]
              ...
          private 'pageMargins' => 
            object(PHPExcel_Worksheet_PageMargins)[8]
              ...
          private 'headerFooter' => 
            object(PHPExcel_Worksheet_HeaderFooter)[9]
              ...
          private 'sheetView' => 
            object(PHPExcel_Worksheet_SheetView)[10]
              ...
          private 'protection' => 
            object(PHPExcel_Worksheet_Protection)[13]
              ...
          private 'styles' => 
            array (size=0)
              ...
          private 'conditionalStylesCollection' => 
            array (size=0)
              ...
          private 'cellCollectionIsSorted' => boolean false
          private 'breaks' => 
            array (size=0)
              ...
          private 'mergeCells' => 
            array (size=1)
              ...
          private 'protectedCells' => 
            array (size=1)
              ...
          private 'autoFilter' => 
            object(PHPExcel_Worksheet_AutoFilter)[16]
              ...
          private 'freezePane' => string '' (length=0)
          private 'showGridlines' => boolean true
          private 'printGridlines' => boolean false
          private 'showRowColHeaders' => boolean true
          private 'showSummaryBelow' => boolean true
          private 'showSummaryRight' => boolean true
          private 'comments' => 
            array (size=3)
              ...
          private 'activeCell' => string 'D1' (length=2)
          private 'selectedCells' => string 'D1' (length=2)
          private 'cachedHighestColumn' => string 'E' (length=1)
          private 'cachedHighestRow' => string '28' (length=2)
          private 'rightToLeft' => boolean false
          private 'hyperlinkCollection' => 
            array (size=0)
              ...
          private 'dataValidationCollection' => 
            array (size=0)
              ...
          private 'tabColor' => null
          private 'dirty' => boolean false
          private 'hash' => string 'f14d89c698b0853de7405487abda9c1c' (length=32)
          private 'codeName' => string 'Worksheet' (length=9)
  private 'calculationEngine' => 
    object(PHPExcel_Calculation)[2]
      private 'workbook' => 
        &object(PHPExcel)[1]
      private 'calculationCache' => 
        array (size=0)
          empty
      private 'calculationCacheEnabled' => boolean true
      private 'debugLog' => null
      public 'suppressFormulaErrors' => boolean false
      public 'formulaError' => null
      private 'cyclicReferenceStack' => 
        object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
          private 'stack' => 
            array (size=0)
              ...
      private 'cellStack' => 
        array (size=0)
          empty
      private 'cyclicFormulaCounter' => int 1
      private 'cyclicFormulaCell' => string '' (length=0)
      public 'cyclicFormulaCount' => int 1
      private 'delta' => float 1.0E-14
      public '_debugLog' => 
        object(PHPExcel_CalcEngine_Logger)[4]
          private 'writeDebugLog' => boolean false
          private 'echoDebugLog' => boolean false
          private 'debugLog' => 
            array (size=0)
              ...
          private 'cellStack' => 
            object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
              ...
  private 'activeSheetIndex' => int 0
  private 'namedRanges' => 
    array (size=0)
      empty
  private 'cellXfSupervisor' => 
    object(PHPExcel_Style)[19]
      protected 'font' => 
        object(PHPExcel_Style_Font)[20]
          protected 'name' => string 'Calibri' (length=7)
          protected 'size' => int 11
          protected 'bold' => boolean false
          protected 'italic' => boolean false
          protected 'superScript' => boolean false
          protected 'subScript' => boolean false
          protected 'underline' => string 'none' (length=4)
          protected 'strikethrough' => boolean false
          protected 'color' => 
            object(PHPExcel_Style_Color)[21]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'fill' => 
        object(PHPExcel_Style_Fill)[22]
          protected 'fillType' => string 'none' (length=4)
          protected 'rotation' => int 0
          protected 'startColor' => 
            object(PHPExcel_Style_Color)[23]
              ...
          protected 'endColor' => 
            object(PHPExcel_Style_Color)[24]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'borders' => 
        object(PHPExcel_Style_Borders)[25]
          protected 'left' => 
            object(PHPExcel_Style_Border)[26]
              ...
          protected 'right' => 
            object(PHPExcel_Style_Border)[28]
              ...
          protected 'top' => 
            object(PHPExcel_Style_Border)[30]
              ...
          protected 'bottom' => 
            object(PHPExcel_Style_Border)[32]
              ...
          protected 'diagonal' => 
            object(PHPExcel_Style_Border)[34]
              ...
          protected 'diagonalDirection' => int 0
          protected 'allBorders' => 
            object(PHPExcel_Style_Border)[36]
              ...
          protected 'outline' => 
            object(PHPExcel_Style_Border)[38]
              ...
          protected 'inside' => 
            object(PHPExcel_Style_Border)[40]
              ...
          protected 'vertical' => 
            object(PHPExcel_Style_Border)[42]
              ...
          protected 'horizontal' => 
            object(PHPExcel_Style_Border)[44]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'alignment' => 
        object(PHPExcel_Style_Alignment)[46]
          protected 'horizontal' => string 'general' (length=7)
          protected 'vertical' => string 'bottom' (length=6)
          protected 'textRotation' => int 0
          protected 'wrapText' => boolean false
          protected 'shrinkToFit' => boolean false
          protected 'indent' => int 0
          protected 'readorder' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'numberFormat' => 
        object(PHPExcel_Style_NumberFormat)[47]
          protected 'formatCode' => string 'General' (length=7)
          protected 'builtInFormatCode' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'conditionalStyles' => 
        array (size=0)
          empty
      protected 'protection' => 
        object(PHPExcel_Style_Protection)[48]
          protected 'locked' => string 'inherit' (length=7)
          protected 'hidden' => string 'inherit' (length=7)
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'index' => null
      protected 'quotePrefix' => boolean false
      protected 'isSupervisor' => boolean true
      protected 'parent' => 
        &object(PHPExcel)[1]
  private 'cellXfCollection' => 
    array (size=2)
      0 => 
        object(PHPExcel_Style)[49]
          protected 'font' => 
            object(PHPExcel_Style_Font)[50]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[52]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[55]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[66]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[67]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[68]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      1 => 
        object(PHPExcel_Style)[92]
          protected 'font' => 
            object(PHPExcel_Style_Font)[93]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[95]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[98]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[109]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[110]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[111]
              ...
          protected 'index' => int 1
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'cellStyleXfCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Style)[69]
          protected 'font' => 
            object(PHPExcel_Style_Font)[70]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[72]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[75]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[86]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[87]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[88]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'hasMacros' => boolean false
  private 'macrosCode' => null
  private 'macrosCertificate' => null
  private 'ribbonXMLData' => null
  private 'ribbonBinObjects' => null
$objPayable =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:142:
object(PHPExcel_RichText_Run)[176]
  private 'font' => 
    object(PHPExcel_Style_Font)[177]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean true
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[179]
          protected 'argb' => string 'FF008000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
$objRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:142:
object(PHPExcel_RichText)[174]
  private 'richTextElements' => 
    array (size=3)
      0 => 
        object(PHPExcel_RichText_TextElement)[175]
          private 'text' => string 'This invoice is ' (length=16)
      1 => 
        object(PHPExcel_RichText_Run)[176]
          private 'font' => 
            object(PHPExcel_Style_Font)[177]
              ...
          private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
      2 => 
        object(PHPExcel_RichText_TextElement)[178]
          private 'text' => string ', unless specified otherwise on the invoice.' (length=44)
$sLloremIpsum =
Undefined
$styleThickBrownBorderOutline =
Undefined
$styleThinBlackBorderOutline =
Undefined
EOL03:10:27 Set column widths
( ! ) Warning: Use of undefined constant EOL - assumed 'EOL' (this will throw an Error in a future version of PHP) in C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php on line 146
Call Stack
#TimeMemoryFunctionLocation
10.0020532768{main}( )...\05featuredemo.inc.php:0
Variables in local scope (#1)
$objCommentRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:146:
object(PHPExcel_RichText_Run)[165]
  private 'font' => 
    object(PHPExcel_Style_Font)[166]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean false
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[167]
          protected 'argb' => string 'FF000000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'PHPExcel:' (length=9)
$objDrawing =
Undefined
$objPHPExcel =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:146:
object(PHPExcel)[1]
  private 'uniqueID' => string '67d4efa3712bb' (length=13)
  private 'properties' => 
    object(PHPExcel_DocumentProperties)[17]
      private 'creator' => string 'Maarten Balliauw' (length=16)
      private 'lastModifiedBy' => string 'Maarten Balliauw' (length=16)
      private 'created' => int 1742008227
      private 'modified' => int 1742008227
      private 'title' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'description' => string 'Test document for Office 2007 XLSX, generated using PHP classes.' (length=64)
      private 'subject' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'keywords' => string 'office 2007 openxml php' (length=23)
      private 'category' => string 'Test result file' (length=16)
      private 'manager' => string '' (length=0)
      private 'company' => string 'Microsoft Corporation' (length=21)
      private 'customProperties' => 
        array (size=0)
          empty
  private 'security' => 
    object(PHPExcel_DocumentSecurity)[18]
      private 'lockRevision' => boolean false
      private 'lockStructure' => boolean false
      private 'lockWindows' => boolean false
      private 'revisionsPassword' => string '' (length=0)
      private 'workbookPassword' => string '' (length=0)
  private 'workSheetCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Worksheet)[5]
          private 'parent' => 
            &object(PHPExcel)[1]
          private 'cellCollection' => 
            object(PHPExcel_CachedObjectStorage_Memory)[6]
              ...
          private 'rowDimensions' => 
            array (size=0)
              ...
          private 'defaultRowDimension' => 
            object(PHPExcel_Worksheet_RowDimension)[14]
              ...
          private 'columnDimensions' => 
            array (size=0)
              ...
          private 'defaultColumnDimension' => 
            object(PHPExcel_Worksheet_ColumnDimension)[15]
              ...
          private 'drawingCollection' => 
            object(ArrayObject)[11]
              ...
          private 'chartCollection' => 
            object(ArrayObject)[12]
              ...
          private 'title' => string 'Worksheet' (length=9)
          private 'sheetState' => string 'visible' (length=7)
          private 'pageSetup' => 
            object(PHPExcel_Worksheet_PageSetup)[7]
              ...
          private 'pageMargins' => 
            object(PHPExcel_Worksheet_PageMargins)[8]
              ...
          private 'headerFooter' => 
            object(PHPExcel_Worksheet_HeaderFooter)[9]
              ...
          private 'sheetView' => 
            object(PHPExcel_Worksheet_SheetView)[10]
              ...
          private 'protection' => 
            object(PHPExcel_Worksheet_Protection)[13]
              ...
          private 'styles' => 
            array (size=0)
              ...
          private 'conditionalStylesCollection' => 
            array (size=0)
              ...
          private 'cellCollectionIsSorted' => boolean false
          private 'breaks' => 
            array (size=0)
              ...
          private 'mergeCells' => 
            array (size=1)
              ...
          private 'protectedCells' => 
            array (size=1)
              ...
          private 'autoFilter' => 
            object(PHPExcel_Worksheet_AutoFilter)[16]
              ...
          private 'freezePane' => string '' (length=0)
          private 'showGridlines' => boolean true
          private 'printGridlines' => boolean false
          private 'showRowColHeaders' => boolean true
          private 'showSummaryBelow' => boolean true
          private 'showSummaryRight' => boolean true
          private 'comments' => 
            array (size=3)
              ...
          private 'activeCell' => string 'E4' (length=2)
          private 'selectedCells' => string 'E4:E13' (length=6)
          private 'cachedHighestColumn' => string 'E' (length=1)
          private 'cachedHighestRow' => string '28' (length=2)
          private 'rightToLeft' => boolean false
          private 'hyperlinkCollection' => 
            array (size=0)
              ...
          private 'dataValidationCollection' => 
            array (size=0)
              ...
          private 'tabColor' => null
          private 'dirty' => boolean false
          private 'hash' => string 'f14d89c698b0853de7405487abda9c1c' (length=32)
          private 'codeName' => string 'Worksheet' (length=9)
  private 'calculationEngine' => 
    object(PHPExcel_Calculation)[2]
      private 'workbook' => 
        &object(PHPExcel)[1]
      private 'calculationCache' => 
        array (size=0)
          empty
      private 'calculationCacheEnabled' => boolean true
      private 'debugLog' => null
      public 'suppressFormulaErrors' => boolean false
      public 'formulaError' => null
      private 'cyclicReferenceStack' => 
        object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
          private 'stack' => 
            array (size=0)
              ...
      private 'cellStack' => 
        array (size=0)
          empty
      private 'cyclicFormulaCounter' => int 1
      private 'cyclicFormulaCell' => string '' (length=0)
      public 'cyclicFormulaCount' => int 1
      private 'delta' => float 1.0E-14
      public '_debugLog' => 
        object(PHPExcel_CalcEngine_Logger)[4]
          private 'writeDebugLog' => boolean false
          private 'echoDebugLog' => boolean false
          private 'debugLog' => 
            array (size=0)
              ...
          private 'cellStack' => 
            object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
              ...
  private 'activeSheetIndex' => int 0
  private 'namedRanges' => 
    array (size=0)
      empty
  private 'cellXfSupervisor' => 
    object(PHPExcel_Style)[19]
      protected 'font' => 
        object(PHPExcel_Style_Font)[20]
          protected 'name' => string 'Calibri' (length=7)
          protected 'size' => int 11
          protected 'bold' => boolean false
          protected 'italic' => boolean false
          protected 'superScript' => boolean false
          protected 'subScript' => boolean false
          protected 'underline' => string 'none' (length=4)
          protected 'strikethrough' => boolean false
          protected 'color' => 
            object(PHPExcel_Style_Color)[21]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'fill' => 
        object(PHPExcel_Style_Fill)[22]
          protected 'fillType' => string 'none' (length=4)
          protected 'rotation' => int 0
          protected 'startColor' => 
            object(PHPExcel_Style_Color)[23]
              ...
          protected 'endColor' => 
            object(PHPExcel_Style_Color)[24]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'borders' => 
        object(PHPExcel_Style_Borders)[25]
          protected 'left' => 
            object(PHPExcel_Style_Border)[26]
              ...
          protected 'right' => 
            object(PHPExcel_Style_Border)[28]
              ...
          protected 'top' => 
            object(PHPExcel_Style_Border)[30]
              ...
          protected 'bottom' => 
            object(PHPExcel_Style_Border)[32]
              ...
          protected 'diagonal' => 
            object(PHPExcel_Style_Border)[34]
              ...
          protected 'diagonalDirection' => int 0
          protected 'allBorders' => 
            object(PHPExcel_Style_Border)[36]
              ...
          protected 'outline' => 
            object(PHPExcel_Style_Border)[38]
              ...
          protected 'inside' => 
            object(PHPExcel_Style_Border)[40]
              ...
          protected 'vertical' => 
            object(PHPExcel_Style_Border)[42]
              ...
          protected 'horizontal' => 
            object(PHPExcel_Style_Border)[44]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'alignment' => 
        object(PHPExcel_Style_Alignment)[46]
          protected 'horizontal' => string 'general' (length=7)
          protected 'vertical' => string 'bottom' (length=6)
          protected 'textRotation' => int 0
          protected 'wrapText' => boolean false
          protected 'shrinkToFit' => boolean false
          protected 'indent' => int 0
          protected 'readorder' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'numberFormat' => 
        object(PHPExcel_Style_NumberFormat)[47]
          protected 'formatCode' => string 'General' (length=7)
          protected 'builtInFormatCode' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'conditionalStyles' => 
        array (size=0)
          empty
      protected 'protection' => 
        object(PHPExcel_Style_Protection)[48]
          protected 'locked' => string 'inherit' (length=7)
          protected 'hidden' => string 'inherit' (length=7)
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'index' => null
      protected 'quotePrefix' => boolean false
      protected 'isSupervisor' => boolean true
      protected 'parent' => 
        &object(PHPExcel)[1]
  private 'cellXfCollection' => 
    array (size=3)
      0 => 
        object(PHPExcel_Style)[49]
          protected 'font' => 
            object(PHPExcel_Style_Font)[50]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[52]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[55]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[66]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[67]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[68]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      1 => 
        object(PHPExcel_Style)[92]
          protected 'font' => 
            object(PHPExcel_Style_Font)[93]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[95]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[98]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[109]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[110]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[111]
              ...
          protected 'index' => int 1
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      2 => 
        object(PHPExcel_Style)[183]
          protected 'font' => 
            object(PHPExcel_Style_Font)[184]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[186]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[189]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[200]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[201]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[202]
              ...
          protected 'index' => int 2
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'cellStyleXfCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Style)[69]
          protected 'font' => 
            object(PHPExcel_Style_Font)[70]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[72]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[75]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[86]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[87]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[88]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'hasMacros' => boolean false
  private 'macrosCode' => null
  private 'macrosCertificate' => null
  private 'ribbonXMLData' => null
  private 'ribbonBinObjects' => null
$objPayable =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:146:
object(PHPExcel_RichText_Run)[176]
  private 'font' => 
    object(PHPExcel_Style_Font)[177]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean true
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[179]
          protected 'argb' => string 'FF008000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
$objRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:146:
object(PHPExcel_RichText)[174]
  private 'richTextElements' => 
    array (size=3)
      0 => 
        object(PHPExcel_RichText_TextElement)[175]
          private 'text' => string 'This invoice is ' (length=16)
      1 => 
        object(PHPExcel_RichText_Run)[176]
          private 'font' => 
            object(PHPExcel_Style_Font)[177]
              ...
          private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
      2 => 
        object(PHPExcel_RichText_TextElement)[178]
          private 'text' => string ', unless specified otherwise on the invoice.' (length=44)
$sLloremIpsum =
Undefined
$styleThickBrownBorderOutline =
Undefined
$styleThinBlackBorderOutline =
Undefined
EOL03:10:28 Set fonts
( ! ) Warning: Use of undefined constant EOL - assumed 'EOL' (this will throw an Error in a future version of PHP) in C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php on line 152
Call Stack
#TimeMemoryFunctionLocation
10.0020532768{main}( )...\05featuredemo.inc.php:0
Variables in local scope (#1)
$objCommentRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:152:
object(PHPExcel_RichText_Run)[165]
  private 'font' => 
    object(PHPExcel_Style_Font)[166]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean false
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[167]
          protected 'argb' => string 'FF000000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'PHPExcel:' (length=9)
$objDrawing =
Undefined
$objPHPExcel =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:152:
object(PHPExcel)[1]
  private 'uniqueID' => string '67d4efa3712bb' (length=13)
  private 'properties' => 
    object(PHPExcel_DocumentProperties)[17]
      private 'creator' => string 'Maarten Balliauw' (length=16)
      private 'lastModifiedBy' => string 'Maarten Balliauw' (length=16)
      private 'created' => int 1742008227
      private 'modified' => int 1742008227
      private 'title' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'description' => string 'Test document for Office 2007 XLSX, generated using PHP classes.' (length=64)
      private 'subject' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'keywords' => string 'office 2007 openxml php' (length=23)
      private 'category' => string 'Test result file' (length=16)
      private 'manager' => string '' (length=0)
      private 'company' => string 'Microsoft Corporation' (length=21)
      private 'customProperties' => 
        array (size=0)
          empty
  private 'security' => 
    object(PHPExcel_DocumentSecurity)[18]
      private 'lockRevision' => boolean false
      private 'lockStructure' => boolean false
      private 'lockWindows' => boolean false
      private 'revisionsPassword' => string '' (length=0)
      private 'workbookPassword' => string '' (length=0)
  private 'workSheetCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Worksheet)[5]
          private 'parent' => 
            &object(PHPExcel)[1]
          private 'cellCollection' => 
            object(PHPExcel_CachedObjectStorage_Memory)[6]
              ...
          private 'rowDimensions' => 
            array (size=0)
              ...
          private 'defaultRowDimension' => 
            object(PHPExcel_Worksheet_RowDimension)[14]
              ...
          private 'columnDimensions' => 
            array (size=3)
              ...
          private 'defaultColumnDimension' => 
            object(PHPExcel_Worksheet_ColumnDimension)[15]
              ...
          private 'drawingCollection' => 
            object(ArrayObject)[11]
              ...
          private 'chartCollection' => 
            object(ArrayObject)[12]
              ...
          private 'title' => string 'Worksheet' (length=9)
          private 'sheetState' => string 'visible' (length=7)
          private 'pageSetup' => 
            object(PHPExcel_Worksheet_PageSetup)[7]
              ...
          private 'pageMargins' => 
            object(PHPExcel_Worksheet_PageMargins)[8]
              ...
          private 'headerFooter' => 
            object(PHPExcel_Worksheet_HeaderFooter)[9]
              ...
          private 'sheetView' => 
            object(PHPExcel_Worksheet_SheetView)[10]
              ...
          private 'protection' => 
            object(PHPExcel_Worksheet_Protection)[13]
              ...
          private 'styles' => 
            array (size=0)
              ...
          private 'conditionalStylesCollection' => 
            array (size=0)
              ...
          private 'cellCollectionIsSorted' => boolean false
          private 'breaks' => 
            array (size=0)
              ...
          private 'mergeCells' => 
            array (size=1)
              ...
          private 'protectedCells' => 
            array (size=1)
              ...
          private 'autoFilter' => 
            object(PHPExcel_Worksheet_AutoFilter)[16]
              ...
          private 'freezePane' => string '' (length=0)
          private 'showGridlines' => boolean true
          private 'printGridlines' => boolean false
          private 'showRowColHeaders' => boolean true
          private 'showSummaryBelow' => boolean true
          private 'showSummaryRight' => boolean true
          private 'comments' => 
            array (size=3)
              ...
          private 'activeCell' => string 'E4' (length=2)
          private 'selectedCells' => string 'E4:E13' (length=6)
          private 'cachedHighestColumn' => string 'E' (length=1)
          private 'cachedHighestRow' => string '28' (length=2)
          private 'rightToLeft' => boolean false
          private 'hyperlinkCollection' => 
            array (size=0)
              ...
          private 'dataValidationCollection' => 
            array (size=0)
              ...
          private 'tabColor' => null
          private 'dirty' => boolean false
          private 'hash' => string 'f14d89c698b0853de7405487abda9c1c' (length=32)
          private 'codeName' => string 'Worksheet' (length=9)
  private 'calculationEngine' => 
    object(PHPExcel_Calculation)[2]
      private 'workbook' => 
        &object(PHPExcel)[1]
      private 'calculationCache' => 
        array (size=0)
          empty
      private 'calculationCacheEnabled' => boolean true
      private 'debugLog' => null
      public 'suppressFormulaErrors' => boolean false
      public 'formulaError' => null
      private 'cyclicReferenceStack' => 
        object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
          private 'stack' => 
            array (size=0)
              ...
      private 'cellStack' => 
        array (size=0)
          empty
      private 'cyclicFormulaCounter' => int 1
      private 'cyclicFormulaCell' => string '' (length=0)
      public 'cyclicFormulaCount' => int 1
      private 'delta' => float 1.0E-14
      public '_debugLog' => 
        object(PHPExcel_CalcEngine_Logger)[4]
          private 'writeDebugLog' => boolean false
          private 'echoDebugLog' => boolean false
          private 'debugLog' => 
            array (size=0)
              ...
          private 'cellStack' => 
            object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
              ...
  private 'activeSheetIndex' => int 0
  private 'namedRanges' => 
    array (size=0)
      empty
  private 'cellXfSupervisor' => 
    object(PHPExcel_Style)[19]
      protected 'font' => 
        object(PHPExcel_Style_Font)[20]
          protected 'name' => string 'Calibri' (length=7)
          protected 'size' => int 11
          protected 'bold' => boolean false
          protected 'italic' => boolean false
          protected 'superScript' => boolean false
          protected 'subScript' => boolean false
          protected 'underline' => string 'none' (length=4)
          protected 'strikethrough' => boolean false
          protected 'color' => 
            object(PHPExcel_Style_Color)[21]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'fill' => 
        object(PHPExcel_Style_Fill)[22]
          protected 'fillType' => string 'none' (length=4)
          protected 'rotation' => int 0
          protected 'startColor' => 
            object(PHPExcel_Style_Color)[23]
              ...
          protected 'endColor' => 
            object(PHPExcel_Style_Color)[24]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'borders' => 
        object(PHPExcel_Style_Borders)[25]
          protected 'left' => 
            object(PHPExcel_Style_Border)[26]
              ...
          protected 'right' => 
            object(PHPExcel_Style_Border)[28]
              ...
          protected 'top' => 
            object(PHPExcel_Style_Border)[30]
              ...
          protected 'bottom' => 
            object(PHPExcel_Style_Border)[32]
              ...
          protected 'diagonal' => 
            object(PHPExcel_Style_Border)[34]
              ...
          protected 'diagonalDirection' => int 0
          protected 'allBorders' => 
            object(PHPExcel_Style_Border)[36]
              ...
          protected 'outline' => 
            object(PHPExcel_Style_Border)[38]
              ...
          protected 'inside' => 
            object(PHPExcel_Style_Border)[40]
              ...
          protected 'vertical' => 
            object(PHPExcel_Style_Border)[42]
              ...
          protected 'horizontal' => 
            object(PHPExcel_Style_Border)[44]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'alignment' => 
        object(PHPExcel_Style_Alignment)[46]
          protected 'horizontal' => string 'general' (length=7)
          protected 'vertical' => string 'bottom' (length=6)
          protected 'textRotation' => int 0
          protected 'wrapText' => boolean false
          protected 'shrinkToFit' => boolean false
          protected 'indent' => int 0
          protected 'readorder' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'numberFormat' => 
        object(PHPExcel_Style_NumberFormat)[47]
          protected 'formatCode' => string 'General' (length=7)
          protected 'builtInFormatCode' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'conditionalStyles' => 
        array (size=0)
          empty
      protected 'protection' => 
        object(PHPExcel_Style_Protection)[48]
          protected 'locked' => string 'inherit' (length=7)
          protected 'hidden' => string 'inherit' (length=7)
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'index' => null
      protected 'quotePrefix' => boolean false
      protected 'isSupervisor' => boolean true
      protected 'parent' => 
        &object(PHPExcel)[1]
  private 'cellXfCollection' => 
    array (size=3)
      0 => 
        object(PHPExcel_Style)[49]
          protected 'font' => 
            object(PHPExcel_Style_Font)[50]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[52]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[55]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[66]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[67]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[68]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      1 => 
        object(PHPExcel_Style)[92]
          protected 'font' => 
            object(PHPExcel_Style_Font)[93]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[95]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[98]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[109]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[110]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[111]
              ...
          protected 'index' => int 1
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      2 => 
        object(PHPExcel_Style)[183]
          protected 'font' => 
            object(PHPExcel_Style_Font)[184]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[186]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[189]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[200]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[201]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[202]
              ...
          protected 'index' => int 2
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'cellStyleXfCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Style)[69]
          protected 'font' => 
            object(PHPExcel_Style_Font)[70]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[72]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[75]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[86]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[87]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[88]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'hasMacros' => boolean false
  private 'macrosCode' => null
  private 'macrosCertificate' => null
  private 'ribbonXMLData' => null
  private 'ribbonBinObjects' => null
$objPayable =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:152:
object(PHPExcel_RichText_Run)[176]
  private 'font' => 
    object(PHPExcel_Style_Font)[177]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean true
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[179]
          protected 'argb' => string 'FF008000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
$objRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:152:
object(PHPExcel_RichText)[174]
  private 'richTextElements' => 
    array (size=3)
      0 => 
        object(PHPExcel_RichText_TextElement)[175]
          private 'text' => string 'This invoice is ' (length=16)
      1 => 
        object(PHPExcel_RichText_Run)[176]
          private 'font' => 
            object(PHPExcel_Style_Font)[177]
              ...
          private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
      2 => 
        object(PHPExcel_RichText_TextElement)[178]
          private 'text' => string ', unless specified otherwise on the invoice.' (length=44)
$sLloremIpsum =
Undefined
$styleThickBrownBorderOutline =
Undefined
$styleThinBlackBorderOutline =
Undefined
EOL03:10:28 Set alignments
( ! ) Warning: Use of undefined constant EOL - assumed 'EOL' (this will throw an Error in a future version of PHP) in C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php on line 166
Call Stack
#TimeMemoryFunctionLocation
10.0020532768{main}( )...\05featuredemo.inc.php:0
Variables in local scope (#1)
$objCommentRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:166:
object(PHPExcel_RichText_Run)[165]
  private 'font' => 
    object(PHPExcel_Style_Font)[166]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean false
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[167]
          protected 'argb' => string 'FF000000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'PHPExcel:' (length=9)
$objDrawing =
Undefined
$objPHPExcel =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:166:
object(PHPExcel)[1]
  private 'uniqueID' => string '67d4efa3712bb' (length=13)
  private 'properties' => 
    object(PHPExcel_DocumentProperties)[17]
      private 'creator' => string 'Maarten Balliauw' (length=16)
      private 'lastModifiedBy' => string 'Maarten Balliauw' (length=16)
      private 'created' => int 1742008227
      private 'modified' => int 1742008227
      private 'title' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'description' => string 'Test document for Office 2007 XLSX, generated using PHP classes.' (length=64)
      private 'subject' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'keywords' => string 'office 2007 openxml php' (length=23)
      private 'category' => string 'Test result file' (length=16)
      private 'manager' => string '' (length=0)
      private 'company' => string 'Microsoft Corporation' (length=21)
      private 'customProperties' => 
        array (size=0)
          empty
  private 'security' => 
    object(PHPExcel_DocumentSecurity)[18]
      private 'lockRevision' => boolean false
      private 'lockStructure' => boolean false
      private 'lockWindows' => boolean false
      private 'revisionsPassword' => string '' (length=0)
      private 'workbookPassword' => string '' (length=0)
  private 'workSheetCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Worksheet)[5]
          private 'parent' => 
            &object(PHPExcel)[1]
          private 'cellCollection' => 
            object(PHPExcel_CachedObjectStorage_Memory)[6]
              ...
          private 'rowDimensions' => 
            array (size=0)
              ...
          private 'defaultRowDimension' => 
            object(PHPExcel_Worksheet_RowDimension)[14]
              ...
          private 'columnDimensions' => 
            array (size=3)
              ...
          private 'defaultColumnDimension' => 
            object(PHPExcel_Worksheet_ColumnDimension)[15]
              ...
          private 'drawingCollection' => 
            object(ArrayObject)[11]
              ...
          private 'chartCollection' => 
            object(ArrayObject)[12]
              ...
          private 'title' => string 'Worksheet' (length=9)
          private 'sheetState' => string 'visible' (length=7)
          private 'pageSetup' => 
            object(PHPExcel_Worksheet_PageSetup)[7]
              ...
          private 'pageMargins' => 
            object(PHPExcel_Worksheet_PageMargins)[8]
              ...
          private 'headerFooter' => 
            object(PHPExcel_Worksheet_HeaderFooter)[9]
              ...
          private 'sheetView' => 
            object(PHPExcel_Worksheet_SheetView)[10]
              ...
          private 'protection' => 
            object(PHPExcel_Worksheet_Protection)[13]
              ...
          private 'styles' => 
            array (size=0)
              ...
          private 'conditionalStylesCollection' => 
            array (size=0)
              ...
          private 'cellCollectionIsSorted' => boolean false
          private 'breaks' => 
            array (size=0)
              ...
          private 'mergeCells' => 
            array (size=1)
              ...
          private 'protectedCells' => 
            array (size=1)
              ...
          private 'autoFilter' => 
            object(PHPExcel_Worksheet_AutoFilter)[16]
              ...
          private 'freezePane' => string '' (length=0)
          private 'showGridlines' => boolean true
          private 'printGridlines' => boolean false
          private 'showRowColHeaders' => boolean true
          private 'showSummaryBelow' => boolean true
          private 'showSummaryRight' => boolean true
          private 'comments' => 
            array (size=3)
              ...
          private 'activeCell' => string 'E13' (length=3)
          private 'selectedCells' => string 'E13' (length=3)
          private 'cachedHighestColumn' => string 'E' (length=1)
          private 'cachedHighestRow' => string '28' (length=2)
          private 'rightToLeft' => boolean false
          private 'hyperlinkCollection' => 
            array (size=0)
              ...
          private 'dataValidationCollection' => 
            array (size=0)
              ...
          private 'tabColor' => null
          private 'dirty' => boolean false
          private 'hash' => string 'f14d89c698b0853de7405487abda9c1c' (length=32)
          private 'codeName' => string 'Worksheet' (length=9)
  private 'calculationEngine' => 
    object(PHPExcel_Calculation)[2]
      private 'workbook' => 
        &object(PHPExcel)[1]
      private 'calculationCache' => 
        array (size=0)
          empty
      private 'calculationCacheEnabled' => boolean true
      private 'debugLog' => null
      public 'suppressFormulaErrors' => boolean false
      public 'formulaError' => null
      private 'cyclicReferenceStack' => 
        object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
          private 'stack' => 
            array (size=0)
              ...
      private 'cellStack' => 
        array (size=0)
          empty
      private 'cyclicFormulaCounter' => int 1
      private 'cyclicFormulaCell' => string '' (length=0)
      public 'cyclicFormulaCount' => int 1
      private 'delta' => float 1.0E-14
      public '_debugLog' => 
        object(PHPExcel_CalcEngine_Logger)[4]
          private 'writeDebugLog' => boolean false
          private 'echoDebugLog' => boolean false
          private 'debugLog' => 
            array (size=0)
              ...
          private 'cellStack' => 
            object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
              ...
  private 'activeSheetIndex' => int 0
  private 'namedRanges' => 
    array (size=0)
      empty
  private 'cellXfSupervisor' => 
    object(PHPExcel_Style)[19]
      protected 'font' => 
        object(PHPExcel_Style_Font)[20]
          protected 'name' => string 'Calibri' (length=7)
          protected 'size' => int 11
          protected 'bold' => boolean false
          protected 'italic' => boolean false
          protected 'superScript' => boolean false
          protected 'subScript' => boolean false
          protected 'underline' => string 'none' (length=4)
          protected 'strikethrough' => boolean false
          protected 'color' => 
            object(PHPExcel_Style_Color)[21]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'fill' => 
        object(PHPExcel_Style_Fill)[22]
          protected 'fillType' => string 'none' (length=4)
          protected 'rotation' => int 0
          protected 'startColor' => 
            object(PHPExcel_Style_Color)[23]
              ...
          protected 'endColor' => 
            object(PHPExcel_Style_Color)[24]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'borders' => 
        object(PHPExcel_Style_Borders)[25]
          protected 'left' => 
            object(PHPExcel_Style_Border)[26]
              ...
          protected 'right' => 
            object(PHPExcel_Style_Border)[28]
              ...
          protected 'top' => 
            object(PHPExcel_Style_Border)[30]
              ...
          protected 'bottom' => 
            object(PHPExcel_Style_Border)[32]
              ...
          protected 'diagonal' => 
            object(PHPExcel_Style_Border)[34]
              ...
          protected 'diagonalDirection' => int 0
          protected 'allBorders' => 
            object(PHPExcel_Style_Border)[36]
              ...
          protected 'outline' => 
            object(PHPExcel_Style_Border)[38]
              ...
          protected 'inside' => 
            object(PHPExcel_Style_Border)[40]
              ...
          protected 'vertical' => 
            object(PHPExcel_Style_Border)[42]
              ...
          protected 'horizontal' => 
            object(PHPExcel_Style_Border)[44]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'alignment' => 
        object(PHPExcel_Style_Alignment)[46]
          protected 'horizontal' => string 'general' (length=7)
          protected 'vertical' => string 'bottom' (length=6)
          protected 'textRotation' => int 0
          protected 'wrapText' => boolean false
          protected 'shrinkToFit' => boolean false
          protected 'indent' => int 0
          protected 'readorder' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'numberFormat' => 
        object(PHPExcel_Style_NumberFormat)[47]
          protected 'formatCode' => string 'General' (length=7)
          protected 'builtInFormatCode' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'conditionalStyles' => 
        array (size=0)
          empty
      protected 'protection' => 
        object(PHPExcel_Style_Protection)[48]
          protected 'locked' => string 'inherit' (length=7)
          protected 'hidden' => string 'inherit' (length=7)
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'index' => null
      protected 'quotePrefix' => boolean false
      protected 'isSupervisor' => boolean true
      protected 'parent' => 
        &object(PHPExcel)[1]
  private 'cellXfCollection' => 
    array (size=12)
      0 => 
        object(PHPExcel_Style)[49]
          protected 'font' => 
            object(PHPExcel_Style_Font)[50]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[52]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[55]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[66]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[67]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[68]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      1 => 
        object(PHPExcel_Style)[92]
          protected 'font' => 
            object(PHPExcel_Style_Font)[93]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[95]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[98]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[109]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[110]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[111]
              ...
          protected 'index' => int 1
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      2 => 
        object(PHPExcel_Style)[183]
          protected 'font' => 
            object(PHPExcel_Style_Font)[184]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[186]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[189]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[200]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[201]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[202]
              ...
          protected 'index' => int 2
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      3 => 
        object(PHPExcel_Style)[206]
          protected 'font' => 
            object(PHPExcel_Style_Font)[207]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[209]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[212]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[223]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[224]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[225]
              ...
          protected 'index' => int 3
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      4 => 
        object(PHPExcel_Style)[226]
          protected 'font' => 
            object(PHPExcel_Style_Font)[227]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[229]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[232]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[243]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[244]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[245]
              ...
          protected 'index' => int 4
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      5 => 
        object(PHPExcel_Style)[246]
          protected 'font' => 
            object(PHPExcel_Style_Font)[247]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[249]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[252]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[263]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[264]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[265]
              ...
          protected 'index' => int 5
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      6 => 
        object(PHPExcel_Style)[266]
          protected 'font' => 
            object(PHPExcel_Style_Font)[267]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[269]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[272]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[283]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[284]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[285]
              ...
          protected 'index' => int 6
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      7 => 
        object(PHPExcel_Style)[286]
          protected 'font' => 
            object(PHPExcel_Style_Font)[287]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[289]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[292]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[303]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[304]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[305]
              ...
          protected 'index' => int 7
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      8 => 
        object(PHPExcel_Style)[306]
          protected 'font' => 
            object(PHPExcel_Style_Font)[307]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[309]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[312]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[323]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[324]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[325]
              ...
          protected 'index' => int 8
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      9 => 
        object(PHPExcel_Style)[326]
          protected 'font' => 
            object(PHPExcel_Style_Font)[327]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[329]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[332]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[343]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[344]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[345]
              ...
          protected 'index' => int 9
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      10 => 
        object(PHPExcel_Style)[346]
          protected 'font' => 
            object(PHPExcel_Style_Font)[347]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[349]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[352]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[363]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[364]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[365]
              ...
          protected 'index' => int 10
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      11 => 
        object(PHPExcel_Style)[366]
          protected 'font' => 
            object(PHPExcel_Style_Font)[367]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[369]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[372]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[383]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[384]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[385]
              ...
          protected 'index' => int 11
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'cellStyleXfCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Style)[69]
          protected 'font' => 
            object(PHPExcel_Style_Font)[70]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[72]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[75]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[86]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[87]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[88]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'hasMacros' => boolean false
  private 'macrosCode' => null
  private 'macrosCertificate' => null
  private 'ribbonXMLData' => null
  private 'ribbonBinObjects' => null
$objPayable =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:166:
object(PHPExcel_RichText_Run)[176]
  private 'font' => 
    object(PHPExcel_Style_Font)[177]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean true
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[179]
          protected 'argb' => string 'FF008000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
$objRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:166:
object(PHPExcel_RichText)[174]
  private 'richTextElements' => 
    array (size=3)
      0 => 
        object(PHPExcel_RichText_TextElement)[175]
          private 'text' => string 'This invoice is ' (length=16)
      1 => 
        object(PHPExcel_RichText_Run)[176]
          private 'font' => 
            object(PHPExcel_Style_Font)[177]
              ...
          private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
      2 => 
        object(PHPExcel_RichText_TextElement)[178]
          private 'text' => string ', unless specified otherwise on the invoice.' (length=44)
$sLloremIpsum =
Undefined
$styleThickBrownBorderOutline =
Undefined
$styleThinBlackBorderOutline =
Undefined
EOL03:10:28 Set thin black border outline around column
( ! ) Warning: Use of undefined constant EOL - assumed 'EOL' (this will throw an Error in a future version of PHP) in C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php on line 177
Call Stack
#TimeMemoryFunctionLocation
10.0020532768{main}( )...\05featuredemo.inc.php:0
Variables in local scope (#1)
$objCommentRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:177:
object(PHPExcel_RichText_Run)[165]
  private 'font' => 
    object(PHPExcel_Style_Font)[166]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean false
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[167]
          protected 'argb' => string 'FF000000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'PHPExcel:' (length=9)
$objDrawing =
Undefined
$objPHPExcel =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:177:
object(PHPExcel)[1]
  private 'uniqueID' => string '67d4efa3712bb' (length=13)
  private 'properties' => 
    object(PHPExcel_DocumentProperties)[17]
      private 'creator' => string 'Maarten Balliauw' (length=16)
      private 'lastModifiedBy' => string 'Maarten Balliauw' (length=16)
      private 'created' => int 1742008227
      private 'modified' => int 1742008227
      private 'title' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'description' => string 'Test document for Office 2007 XLSX, generated using PHP classes.' (length=64)
      private 'subject' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'keywords' => string 'office 2007 openxml php' (length=23)
      private 'category' => string 'Test result file' (length=16)
      private 'manager' => string '' (length=0)
      private 'company' => string 'Microsoft Corporation' (length=21)
      private 'customProperties' => 
        array (size=0)
          empty
  private 'security' => 
    object(PHPExcel_DocumentSecurity)[18]
      private 'lockRevision' => boolean false
      private 'lockStructure' => boolean false
      private 'lockWindows' => boolean false
      private 'revisionsPassword' => string '' (length=0)
      private 'workbookPassword' => string '' (length=0)
  private 'workSheetCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Worksheet)[5]
          private 'parent' => 
            &object(PHPExcel)[1]
          private 'cellCollection' => 
            object(PHPExcel_CachedObjectStorage_Memory)[6]
              ...
          private 'rowDimensions' => 
            array (size=0)
              ...
          private 'defaultRowDimension' => 
            object(PHPExcel_Worksheet_RowDimension)[14]
              ...
          private 'columnDimensions' => 
            array (size=3)
              ...
          private 'defaultColumnDimension' => 
            object(PHPExcel_Worksheet_ColumnDimension)[15]
              ...
          private 'drawingCollection' => 
            object(ArrayObject)[11]
              ...
          private 'chartCollection' => 
            object(ArrayObject)[12]
              ...
          private 'title' => string 'Worksheet' (length=9)
          private 'sheetState' => string 'visible' (length=7)
          private 'pageSetup' => 
            object(PHPExcel_Worksheet_PageSetup)[7]
              ...
          private 'pageMargins' => 
            object(PHPExcel_Worksheet_PageMargins)[8]
              ...
          private 'headerFooter' => 
            object(PHPExcel_Worksheet_HeaderFooter)[9]
              ...
          private 'sheetView' => 
            object(PHPExcel_Worksheet_SheetView)[10]
              ...
          private 'protection' => 
            object(PHPExcel_Worksheet_Protection)[13]
              ...
          private 'styles' => 
            array (size=0)
              ...
          private 'conditionalStylesCollection' => 
            array (size=0)
              ...
          private 'cellCollectionIsSorted' => boolean false
          private 'breaks' => 
            array (size=0)
              ...
          private 'mergeCells' => 
            array (size=1)
              ...
          private 'protectedCells' => 
            array (size=1)
              ...
          private 'autoFilter' => 
            object(PHPExcel_Worksheet_AutoFilter)[16]
              ...
          private 'freezePane' => string '' (length=0)
          private 'showGridlines' => boolean true
          private 'printGridlines' => boolean false
          private 'showRowColHeaders' => boolean true
          private 'showSummaryBelow' => boolean true
          private 'showSummaryRight' => boolean true
          private 'comments' => 
            array (size=3)
              ...
          private 'activeCell' => string 'B5' (length=2)
          private 'selectedCells' => string 'B5' (length=2)
          private 'cachedHighestColumn' => string 'E' (length=1)
          private 'cachedHighestRow' => string '28' (length=2)
          private 'rightToLeft' => boolean false
          private 'hyperlinkCollection' => 
            array (size=0)
              ...
          private 'dataValidationCollection' => 
            array (size=0)
              ...
          private 'tabColor' => null
          private 'dirty' => boolean false
          private 'hash' => string 'f14d89c698b0853de7405487abda9c1c' (length=32)
          private 'codeName' => string 'Worksheet' (length=9)
  private 'calculationEngine' => 
    object(PHPExcel_Calculation)[2]
      private 'workbook' => 
        &object(PHPExcel)[1]
      private 'calculationCache' => 
        array (size=0)
          empty
      private 'calculationCacheEnabled' => boolean true
      private 'debugLog' => null
      public 'suppressFormulaErrors' => boolean false
      public 'formulaError' => null
      private 'cyclicReferenceStack' => 
        object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
          private 'stack' => 
            array (size=0)
              ...
      private 'cellStack' => 
        array (size=0)
          empty
      private 'cyclicFormulaCounter' => int 1
      private 'cyclicFormulaCell' => string '' (length=0)
      public 'cyclicFormulaCount' => int 1
      private 'delta' => float 1.0E-14
      public '_debugLog' => 
        object(PHPExcel_CalcEngine_Logger)[4]
          private 'writeDebugLog' => boolean false
          private 'echoDebugLog' => boolean false
          private 'debugLog' => 
            array (size=0)
              ...
          private 'cellStack' => 
            object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
              ...
  private 'activeSheetIndex' => int 0
  private 'namedRanges' => 
    array (size=0)
      empty
  private 'cellXfSupervisor' => 
    object(PHPExcel_Style)[19]
      protected 'font' => 
        object(PHPExcel_Style_Font)[20]
          protected 'name' => string 'Calibri' (length=7)
          protected 'size' => int 11
          protected 'bold' => boolean false
          protected 'italic' => boolean false
          protected 'superScript' => boolean false
          protected 'subScript' => boolean false
          protected 'underline' => string 'none' (length=4)
          protected 'strikethrough' => boolean false
          protected 'color' => 
            object(PHPExcel_Style_Color)[21]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'fill' => 
        object(PHPExcel_Style_Fill)[22]
          protected 'fillType' => string 'none' (length=4)
          protected 'rotation' => int 0
          protected 'startColor' => 
            object(PHPExcel_Style_Color)[23]
              ...
          protected 'endColor' => 
            object(PHPExcel_Style_Color)[24]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'borders' => 
        object(PHPExcel_Style_Borders)[25]
          protected 'left' => 
            object(PHPExcel_Style_Border)[26]
              ...
          protected 'right' => 
            object(PHPExcel_Style_Border)[28]
              ...
          protected 'top' => 
            object(PHPExcel_Style_Border)[30]
              ...
          protected 'bottom' => 
            object(PHPExcel_Style_Border)[32]
              ...
          protected 'diagonal' => 
            object(PHPExcel_Style_Border)[34]
              ...
          protected 'diagonalDirection' => int 0
          protected 'allBorders' => 
            object(PHPExcel_Style_Border)[36]
              ...
          protected 'outline' => 
            object(PHPExcel_Style_Border)[38]
              ...
          protected 'inside' => 
            object(PHPExcel_Style_Border)[40]
              ...
          protected 'vertical' => 
            object(PHPExcel_Style_Border)[42]
              ...
          protected 'horizontal' => 
            object(PHPExcel_Style_Border)[44]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'alignment' => 
        object(PHPExcel_Style_Alignment)[46]
          protected 'horizontal' => string 'general' (length=7)
          protected 'vertical' => string 'bottom' (length=6)
          protected 'textRotation' => int 0
          protected 'wrapText' => boolean false
          protected 'shrinkToFit' => boolean false
          protected 'indent' => int 0
          protected 'readorder' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'numberFormat' => 
        object(PHPExcel_Style_NumberFormat)[47]
          protected 'formatCode' => string 'General' (length=7)
          protected 'builtInFormatCode' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'conditionalStyles' => 
        array (size=0)
          empty
      protected 'protection' => 
        object(PHPExcel_Style_Protection)[48]
          protected 'locked' => string 'inherit' (length=7)
          protected 'hidden' => string 'inherit' (length=7)
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'index' => null
      protected 'quotePrefix' => boolean false
      protected 'isSupervisor' => boolean true
      protected 'parent' => 
        &object(PHPExcel)[1]
  private 'cellXfCollection' => 
    array (size=17)
      0 => 
        object(PHPExcel_Style)[49]
          protected 'font' => 
            object(PHPExcel_Style_Font)[50]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[52]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[55]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[66]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[67]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[68]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      1 => 
        object(PHPExcel_Style)[92]
          protected 'font' => 
            object(PHPExcel_Style_Font)[93]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[95]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[98]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[109]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[110]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[111]
              ...
          protected 'index' => int 1
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      2 => 
        object(PHPExcel_Style)[183]
          protected 'font' => 
            object(PHPExcel_Style_Font)[184]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[186]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[189]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[200]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[201]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[202]
              ...
          protected 'index' => int 2
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      3 => 
        object(PHPExcel_Style)[206]
          protected 'font' => 
            object(PHPExcel_Style_Font)[207]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[209]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[212]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[223]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[224]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[225]
              ...
          protected 'index' => int 3
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      4 => 
        object(PHPExcel_Style)[226]
          protected 'font' => 
            object(PHPExcel_Style_Font)[227]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[229]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[232]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[243]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[244]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[245]
              ...
          protected 'index' => int 4
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      5 => 
        object(PHPExcel_Style)[246]
          protected 'font' => 
            object(PHPExcel_Style_Font)[247]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[249]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[252]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[263]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[264]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[265]
              ...
          protected 'index' => int 5
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      6 => 
        object(PHPExcel_Style)[266]
          protected 'font' => 
            object(PHPExcel_Style_Font)[267]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[269]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[272]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[283]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[284]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[285]
              ...
          protected 'index' => int 6
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      7 => 
        object(PHPExcel_Style)[286]
          protected 'font' => 
            object(PHPExcel_Style_Font)[287]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[289]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[292]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[303]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[304]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[305]
              ...
          protected 'index' => int 7
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      8 => 
        object(PHPExcel_Style)[306]
          protected 'font' => 
            object(PHPExcel_Style_Font)[307]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[309]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[312]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[323]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[324]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[325]
              ...
          protected 'index' => int 8
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      9 => 
        object(PHPExcel_Style)[326]
          protected 'font' => 
            object(PHPExcel_Style_Font)[327]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[329]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[332]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[343]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[344]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[345]
              ...
          protected 'index' => int 9
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      10 => 
        object(PHPExcel_Style)[346]
          protected 'font' => 
            object(PHPExcel_Style_Font)[347]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[349]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[352]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[363]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[364]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[365]
              ...
          protected 'index' => int 10
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      11 => 
        object(PHPExcel_Style)[366]
          protected 'font' => 
            object(PHPExcel_Style_Font)[367]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[369]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[372]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[383]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[384]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[385]
              ...
          protected 'index' => int 11
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      12 => 
        object(PHPExcel_Style)[386]
          protected 'font' => 
            object(PHPExcel_Style_Font)[387]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[389]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[392]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[403]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[404]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[405]
              ...
          protected 'index' => int 12
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      13 => 
        object(PHPExcel_Style)[406]
          protected 'font' => 
            object(PHPExcel_Style_Font)[425]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[423]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[422]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[410]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[407]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[408]
              ...
          protected 'index' => int 13
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      14 => 
        object(PHPExcel_Style)[426]
          protected 'font' => 
            object(PHPExcel_Style_Font)[427]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[429]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[432]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[443]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[444]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[445]
              ...
          protected 'index' => int 14
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      15 => 
        object(PHPExcel_Style)[446]
          protected 'font' => 
            object(PHPExcel_Style_Font)[447]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[449]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[452]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[463]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[464]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[465]
              ...
          protected 'index' => int 15
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      16 => 
        object(PHPExcel_Style)[466]
          protected 'font' => 
            object(PHPExcel_Style_Font)[467]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[469]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[472]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[483]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[484]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[485]
              ...
          protected 'index' => int 16
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'cellStyleXfCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Style)[69]
          protected 'font' => 
            object(PHPExcel_Style_Font)[70]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[72]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[75]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[86]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[87]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[88]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'hasMacros' => boolean false
  private 'macrosCode' => null
  private 'macrosCertificate' => null
  private 'ribbonXMLData' => null
  private 'ribbonBinObjects' => null
$objPayable =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:177:
object(PHPExcel_RichText_Run)[176]
  private 'font' => 
    object(PHPExcel_Style_Font)[177]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean true
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[179]
          protected 'argb' => string 'FF008000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
$objRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:177:
object(PHPExcel_RichText)[174]
  private 'richTextElements' => 
    array (size=3)
      0 => 
        object(PHPExcel_RichText_TextElement)[175]
          private 'text' => string 'This invoice is ' (length=16)
      1 => 
        object(PHPExcel_RichText_Run)[176]
          private 'font' => 
            object(PHPExcel_Style_Font)[177]
              ...
          private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
      2 => 
        object(PHPExcel_RichText_TextElement)[178]
          private 'text' => string ', unless specified otherwise on the invoice.' (length=44)
$sLloremIpsum =
Undefined
$styleThickBrownBorderOutline =
Undefined
$styleThinBlackBorderOutline =
Undefined
EOL03:10:28 Set thick brown border outline around Total
( ! ) Warning: Use of undefined constant EOL - assumed 'EOL' (this will throw an Error in a future version of PHP) in C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php on line 190
Call Stack
#TimeMemoryFunctionLocation
10.0020532768{main}( )...\05featuredemo.inc.php:0
Variables in local scope (#1)
$objCommentRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:190:
object(PHPExcel_RichText_Run)[165]
  private 'font' => 
    object(PHPExcel_Style_Font)[166]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean false
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[167]
          protected 'argb' => string 'FF000000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'PHPExcel:' (length=9)
$objDrawing =
Undefined
$objPHPExcel =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:190:
object(PHPExcel)[1]
  private 'uniqueID' => string '67d4efa3712bb' (length=13)
  private 'properties' => 
    object(PHPExcel_DocumentProperties)[17]
      private 'creator' => string 'Maarten Balliauw' (length=16)
      private 'lastModifiedBy' => string 'Maarten Balliauw' (length=16)
      private 'created' => int 1742008227
      private 'modified' => int 1742008227
      private 'title' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'description' => string 'Test document for Office 2007 XLSX, generated using PHP classes.' (length=64)
      private 'subject' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'keywords' => string 'office 2007 openxml php' (length=23)
      private 'category' => string 'Test result file' (length=16)
      private 'manager' => string '' (length=0)
      private 'company' => string 'Microsoft Corporation' (length=21)
      private 'customProperties' => 
        array (size=0)
          empty
  private 'security' => 
    object(PHPExcel_DocumentSecurity)[18]
      private 'lockRevision' => boolean false
      private 'lockStructure' => boolean false
      private 'lockWindows' => boolean false
      private 'revisionsPassword' => string '' (length=0)
      private 'workbookPassword' => string '' (length=0)
  private 'workSheetCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Worksheet)[5]
          private 'parent' => 
            &object(PHPExcel)[1]
          private 'cellCollection' => 
            object(PHPExcel_CachedObjectStorage_Memory)[6]
              ...
          private 'rowDimensions' => 
            array (size=0)
              ...
          private 'defaultRowDimension' => 
            object(PHPExcel_Worksheet_RowDimension)[14]
              ...
          private 'columnDimensions' => 
            array (size=3)
              ...
          private 'defaultColumnDimension' => 
            object(PHPExcel_Worksheet_ColumnDimension)[15]
              ...
          private 'drawingCollection' => 
            object(ArrayObject)[11]
              ...
          private 'chartCollection' => 
            object(ArrayObject)[12]
              ...
          private 'title' => string 'Worksheet' (length=9)
          private 'sheetState' => string 'visible' (length=7)
          private 'pageSetup' => 
            object(PHPExcel_Worksheet_PageSetup)[7]
              ...
          private 'pageMargins' => 
            object(PHPExcel_Worksheet_PageMargins)[8]
              ...
          private 'headerFooter' => 
            object(PHPExcel_Worksheet_HeaderFooter)[9]
              ...
          private 'sheetView' => 
            object(PHPExcel_Worksheet_SheetView)[10]
              ...
          private 'protection' => 
            object(PHPExcel_Worksheet_Protection)[13]
              ...
          private 'styles' => 
            array (size=0)
              ...
          private 'conditionalStylesCollection' => 
            array (size=0)
              ...
          private 'cellCollectionIsSorted' => boolean false
          private 'breaks' => 
            array (size=0)
              ...
          private 'mergeCells' => 
            array (size=1)
              ...
          private 'protectedCells' => 
            array (size=1)
              ...
          private 'autoFilter' => 
            object(PHPExcel_Worksheet_AutoFilter)[16]
              ...
          private 'freezePane' => string '' (length=0)
          private 'showGridlines' => boolean true
          private 'printGridlines' => boolean false
          private 'showRowColHeaders' => boolean true
          private 'showSummaryBelow' => boolean true
          private 'showSummaryRight' => boolean true
          private 'comments' => 
            array (size=3)
              ...
          private 'activeCell' => string 'E10' (length=3)
          private 'selectedCells' => string 'E10:E10' (length=7)
          private 'cachedHighestColumn' => string 'E' (length=1)
          private 'cachedHighestRow' => string '28' (length=2)
          private 'rightToLeft' => boolean false
          private 'hyperlinkCollection' => 
            array (size=0)
              ...
          private 'dataValidationCollection' => 
            array (size=0)
              ...
          private 'tabColor' => null
          private 'dirty' => boolean false
          private 'hash' => string 'f14d89c698b0853de7405487abda9c1c' (length=32)
          private 'codeName' => string 'Worksheet' (length=9)
  private 'calculationEngine' => 
    object(PHPExcel_Calculation)[2]
      private 'workbook' => 
        &object(PHPExcel)[1]
      private 'calculationCache' => 
        array (size=0)
          empty
      private 'calculationCacheEnabled' => boolean true
      private 'debugLog' => null
      public 'suppressFormulaErrors' => boolean false
      public 'formulaError' => null
      private 'cyclicReferenceStack' => 
        object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
          private 'stack' => 
            array (size=0)
              ...
      private 'cellStack' => 
        array (size=0)
          empty
      private 'cyclicFormulaCounter' => int 1
      private 'cyclicFormulaCell' => string '' (length=0)
      public 'cyclicFormulaCount' => int 1
      private 'delta' => float 1.0E-14
      public '_debugLog' => 
        object(PHPExcel_CalcEngine_Logger)[4]
          private 'writeDebugLog' => boolean false
          private 'echoDebugLog' => boolean false
          private 'debugLog' => 
            array (size=0)
              ...
          private 'cellStack' => 
            object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
              ...
  private 'activeSheetIndex' => int 0
  private 'namedRanges' => 
    array (size=0)
      empty
  private 'cellXfSupervisor' => 
    object(PHPExcel_Style)[19]
      protected 'font' => 
        object(PHPExcel_Style_Font)[20]
          protected 'name' => string 'Calibri' (length=7)
          protected 'size' => int 11
          protected 'bold' => boolean false
          protected 'italic' => boolean false
          protected 'superScript' => boolean false
          protected 'subScript' => boolean false
          protected 'underline' => string 'none' (length=4)
          protected 'strikethrough' => boolean false
          protected 'color' => 
            object(PHPExcel_Style_Color)[21]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'fill' => 
        object(PHPExcel_Style_Fill)[22]
          protected 'fillType' => string 'none' (length=4)
          protected 'rotation' => int 0
          protected 'startColor' => 
            object(PHPExcel_Style_Color)[23]
              ...
          protected 'endColor' => 
            object(PHPExcel_Style_Color)[24]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'borders' => 
        object(PHPExcel_Style_Borders)[25]
          protected 'left' => 
            object(PHPExcel_Style_Border)[26]
              ...
          protected 'right' => 
            object(PHPExcel_Style_Border)[28]
              ...
          protected 'top' => 
            object(PHPExcel_Style_Border)[30]
              ...
          protected 'bottom' => 
            object(PHPExcel_Style_Border)[32]
              ...
          protected 'diagonal' => 
            object(PHPExcel_Style_Border)[34]
              ...
          protected 'diagonalDirection' => int 0
          protected 'allBorders' => 
            object(PHPExcel_Style_Border)[36]
              ...
          protected 'outline' => 
            object(PHPExcel_Style_Border)[38]
              ...
          protected 'inside' => 
            object(PHPExcel_Style_Border)[40]
              ...
          protected 'vertical' => 
            object(PHPExcel_Style_Border)[42]
              ...
          protected 'horizontal' => 
            object(PHPExcel_Style_Border)[44]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'alignment' => 
        object(PHPExcel_Style_Alignment)[46]
          protected 'horizontal' => string 'general' (length=7)
          protected 'vertical' => string 'bottom' (length=6)
          protected 'textRotation' => int 0
          protected 'wrapText' => boolean false
          protected 'shrinkToFit' => boolean false
          protected 'indent' => int 0
          protected 'readorder' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'numberFormat' => 
        object(PHPExcel_Style_NumberFormat)[47]
          protected 'formatCode' => string 'General' (length=7)
          protected 'builtInFormatCode' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'conditionalStyles' => 
        array (size=0)
          empty
      protected 'protection' => 
        object(PHPExcel_Style_Protection)[48]
          protected 'locked' => string 'inherit' (length=7)
          protected 'hidden' => string 'inherit' (length=7)
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'index' => null
      protected 'quotePrefix' => boolean false
      protected 'isSupervisor' => boolean true
      protected 'parent' => 
        &object(PHPExcel)[1]
  private 'cellXfCollection' => 
    array (size=25)
      0 => 
        object(PHPExcel_Style)[49]
          protected 'font' => 
            object(PHPExcel_Style_Font)[50]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[52]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[55]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[66]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[67]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[68]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      1 => 
        object(PHPExcel_Style)[92]
          protected 'font' => 
            object(PHPExcel_Style_Font)[93]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[95]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[98]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[109]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[110]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[111]
              ...
          protected 'index' => int 1
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      2 => 
        object(PHPExcel_Style)[183]
          protected 'font' => 
            object(PHPExcel_Style_Font)[184]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[186]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[189]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[200]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[201]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[202]
              ...
          protected 'index' => int 2
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      3 => 
        object(PHPExcel_Style)[206]
          protected 'font' => 
            object(PHPExcel_Style_Font)[207]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[209]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[212]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[223]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[224]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[225]
              ...
          protected 'index' => int 3
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      4 => 
        object(PHPExcel_Style)[226]
          protected 'font' => 
            object(PHPExcel_Style_Font)[227]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[229]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[232]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[243]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[244]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[245]
              ...
          protected 'index' => int 4
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      5 => 
        object(PHPExcel_Style)[246]
          protected 'font' => 
            object(PHPExcel_Style_Font)[247]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[249]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[252]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[263]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[264]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[265]
              ...
          protected 'index' => int 5
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      6 => 
        object(PHPExcel_Style)[266]
          protected 'font' => 
            object(PHPExcel_Style_Font)[267]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[269]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[272]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[283]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[284]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[285]
              ...
          protected 'index' => int 6
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      7 => 
        object(PHPExcel_Style)[286]
          protected 'font' => 
            object(PHPExcel_Style_Font)[287]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[289]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[292]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[303]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[304]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[305]
              ...
          protected 'index' => int 7
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      8 => 
        object(PHPExcel_Style)[306]
          protected 'font' => 
            object(PHPExcel_Style_Font)[307]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[309]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[312]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[323]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[324]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[325]
              ...
          protected 'index' => int 8
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      9 => 
        object(PHPExcel_Style)[326]
          protected 'font' => 
            object(PHPExcel_Style_Font)[327]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[329]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[332]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[343]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[344]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[345]
              ...
          protected 'index' => int 9
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      10 => 
        object(PHPExcel_Style)[346]
          protected 'font' => 
            object(PHPExcel_Style_Font)[347]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[349]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[352]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[363]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[364]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[365]
              ...
          protected 'index' => int 10
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      11 => 
        object(PHPExcel_Style)[366]
          protected 'font' => 
            object(PHPExcel_Style_Font)[367]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[369]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[372]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[383]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[384]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[385]
              ...
          protected 'index' => int 11
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      12 => 
        object(PHPExcel_Style)[386]
          protected 'font' => 
            object(PHPExcel_Style_Font)[387]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[389]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[392]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[403]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[404]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[405]
              ...
          protected 'index' => int 12
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      13 => 
        object(PHPExcel_Style)[406]
          protected 'font' => 
            object(PHPExcel_Style_Font)[425]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[423]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[422]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[410]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[407]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[408]
              ...
          protected 'index' => int 13
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      14 => 
        object(PHPExcel_Style)[426]
          protected 'font' => 
            object(PHPExcel_Style_Font)[427]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[429]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[432]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[443]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[444]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[445]
              ...
          protected 'index' => int 14
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      15 => 
        object(PHPExcel_Style)[446]
          protected 'font' => 
            object(PHPExcel_Style_Font)[447]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[449]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[452]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[463]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[464]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[465]
              ...
          protected 'index' => int 15
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      16 => 
        object(PHPExcel_Style)[466]
          protected 'font' => 
            object(PHPExcel_Style_Font)[467]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[469]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[472]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[483]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[484]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[485]
              ...
          protected 'index' => int 16
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      17 => 
        object(PHPExcel_Style)[486]
          protected 'font' => 
            object(PHPExcel_Style_Font)[487]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[489]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[492]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[503]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[504]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[505]
              ...
          protected 'index' => int 17
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      18 => 
        object(PHPExcel_Style)[510]
          protected 'font' => 
            object(PHPExcel_Style_Font)[511]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[513]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[516]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[527]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[528]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[529]
              ...
          protected 'index' => int 18
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      19 => 
        object(PHPExcel_Style)[531]
          protected 'font' => 
            object(PHPExcel_Style_Font)[532]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[534]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[537]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[548]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[549]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[550]
              ...
          protected 'index' => int 19
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      20 => 
        object(PHPExcel_Style)[551]
          protected 'font' => 
            object(PHPExcel_Style_Font)[552]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[554]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[557]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[568]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[569]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[570]
              ...
          protected 'index' => int 20
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      21 => 
        object(PHPExcel_Style)[620]
          protected 'font' => 
            object(PHPExcel_Style_Font)[609]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[619]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[614]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[583]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[602]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[601]
              ...
          protected 'index' => int 21
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      22 => 
        object(PHPExcel_Style)[600]
          protected 'font' => 
            object(PHPExcel_Style_Font)[589]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[599]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[594]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[623]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[624]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[625]
              ...
          protected 'index' => int 22
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      23 => 
        object(PHPExcel_Style)[626]
          protected 'font' => 
            object(PHPExcel_Style_Font)[627]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[629]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[632]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[643]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[644]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[645]
              ...
          protected 'index' => int 23
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      24 => 
        object(PHPExcel_Style)[646]
          protected 'font' => 
            object(PHPExcel_Style_Font)[647]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[649]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[652]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[663]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[664]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[665]
              ...
          protected 'index' => int 24
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'cellStyleXfCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Style)[69]
          protected 'font' => 
            object(PHPExcel_Style_Font)[70]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[72]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[75]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[86]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[87]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[88]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'hasMacros' => boolean false
  private 'macrosCode' => null
  private 'macrosCertificate' => null
  private 'ribbonXMLData' => null
  private 'ribbonBinObjects' => null
$objPayable =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:190:
object(PHPExcel_RichText_Run)[176]
  private 'font' => 
    object(PHPExcel_Style_Font)[177]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean true
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[179]
          protected 'argb' => string 'FF008000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
$objRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:190:
object(PHPExcel_RichText)[174]
  private 'richTextElements' => 
    array (size=3)
      0 => 
        object(PHPExcel_RichText_TextElement)[175]
          private 'text' => string 'This invoice is ' (length=16)
      1 => 
        object(PHPExcel_RichText_Run)[176]
          private 'font' => 
            object(PHPExcel_Style_Font)[177]
              ...
          private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
      2 => 
        object(PHPExcel_RichText_TextElement)[178]
          private 'text' => string ', unless specified otherwise on the invoice.' (length=44)
$sLloremIpsum =
Undefined
$styleThickBrownBorderOutline =
Undefined
$styleThinBlackBorderOutline =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:190:
array (size=1)
  'borders' => 
    array (size=1)
      'outline' => 
        array (size=2)
          'style' => string 'thin' (length=4)
          'color' => 
            array (size=1)
              ...
EOL03:10:28 Set fills
( ! ) Warning: Use of undefined constant EOL - assumed 'EOL' (this will throw an Error in a future version of PHP) in C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php on line 202
Call Stack
#TimeMemoryFunctionLocation
10.0020532768{main}( )...\05featuredemo.inc.php:0
Variables in local scope (#1)
$objCommentRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:202:
object(PHPExcel_RichText_Run)[165]
  private 'font' => 
    object(PHPExcel_Style_Font)[166]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean false
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[167]
          protected 'argb' => string 'FF000000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'PHPExcel:' (length=9)
$objDrawing =
Undefined
$objPHPExcel =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:202:
object(PHPExcel)[1]
  private 'uniqueID' => string '67d4efa3712bb' (length=13)
  private 'properties' => 
    object(PHPExcel_DocumentProperties)[17]
      private 'creator' => string 'Maarten Balliauw' (length=16)
      private 'lastModifiedBy' => string 'Maarten Balliauw' (length=16)
      private 'created' => int 1742008227
      private 'modified' => int 1742008227
      private 'title' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'description' => string 'Test document for Office 2007 XLSX, generated using PHP classes.' (length=64)
      private 'subject' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'keywords' => string 'office 2007 openxml php' (length=23)
      private 'category' => string 'Test result file' (length=16)
      private 'manager' => string '' (length=0)
      private 'company' => string 'Microsoft Corporation' (length=21)
      private 'customProperties' => 
        array (size=0)
          empty
  private 'security' => 
    object(PHPExcel_DocumentSecurity)[18]
      private 'lockRevision' => boolean false
      private 'lockStructure' => boolean false
      private 'lockWindows' => boolean false
      private 'revisionsPassword' => string '' (length=0)
      private 'workbookPassword' => string '' (length=0)
  private 'workSheetCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Worksheet)[5]
          private 'parent' => 
            &object(PHPExcel)[1]
          private 'cellCollection' => 
            object(PHPExcel_CachedObjectStorage_Memory)[6]
              ...
          private 'rowDimensions' => 
            array (size=0)
              ...
          private 'defaultRowDimension' => 
            object(PHPExcel_Worksheet_RowDimension)[14]
              ...
          private 'columnDimensions' => 
            array (size=3)
              ...
          private 'defaultColumnDimension' => 
            object(PHPExcel_Worksheet_ColumnDimension)[15]
              ...
          private 'drawingCollection' => 
            object(ArrayObject)[11]
              ...
          private 'chartCollection' => 
            object(ArrayObject)[12]
              ...
          private 'title' => string 'Worksheet' (length=9)
          private 'sheetState' => string 'visible' (length=7)
          private 'pageSetup' => 
            object(PHPExcel_Worksheet_PageSetup)[7]
              ...
          private 'pageMargins' => 
            object(PHPExcel_Worksheet_PageMargins)[8]
              ...
          private 'headerFooter' => 
            object(PHPExcel_Worksheet_HeaderFooter)[9]
              ...
          private 'sheetView' => 
            object(PHPExcel_Worksheet_SheetView)[10]
              ...
          private 'protection' => 
            object(PHPExcel_Worksheet_Protection)[13]
              ...
          private 'styles' => 
            array (size=0)
              ...
          private 'conditionalStylesCollection' => 
            array (size=0)
              ...
          private 'cellCollectionIsSorted' => boolean false
          private 'breaks' => 
            array (size=0)
              ...
          private 'mergeCells' => 
            array (size=1)
              ...
          private 'protectedCells' => 
            array (size=1)
              ...
          private 'autoFilter' => 
            object(PHPExcel_Worksheet_AutoFilter)[16]
              ...
          private 'freezePane' => string '' (length=0)
          private 'showGridlines' => boolean true
          private 'printGridlines' => boolean false
          private 'showRowColHeaders' => boolean true
          private 'showSummaryBelow' => boolean true
          private 'showSummaryRight' => boolean true
          private 'comments' => 
            array (size=3)
              ...
          private 'activeCell' => string 'E13' (length=3)
          private 'selectedCells' => string 'E13:E13' (length=7)
          private 'cachedHighestColumn' => string 'E' (length=1)
          private 'cachedHighestRow' => string '28' (length=2)
          private 'rightToLeft' => boolean false
          private 'hyperlinkCollection' => 
            array (size=0)
              ...
          private 'dataValidationCollection' => 
            array (size=0)
              ...
          private 'tabColor' => null
          private 'dirty' => boolean false
          private 'hash' => string 'f14d89c698b0853de7405487abda9c1c' (length=32)
          private 'codeName' => string 'Worksheet' (length=9)
  private 'calculationEngine' => 
    object(PHPExcel_Calculation)[2]
      private 'workbook' => 
        &object(PHPExcel)[1]
      private 'calculationCache' => 
        array (size=0)
          empty
      private 'calculationCacheEnabled' => boolean true
      private 'debugLog' => null
      public 'suppressFormulaErrors' => boolean false
      public 'formulaError' => null
      private 'cyclicReferenceStack' => 
        object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
          private 'stack' => 
            array (size=0)
              ...
      private 'cellStack' => 
        array (size=0)
          empty
      private 'cyclicFormulaCounter' => int 1
      private 'cyclicFormulaCell' => string '' (length=0)
      public 'cyclicFormulaCount' => int 1
      private 'delta' => float 1.0E-14
      public '_debugLog' => 
        object(PHPExcel_CalcEngine_Logger)[4]
          private 'writeDebugLog' => boolean false
          private 'echoDebugLog' => boolean false
          private 'debugLog' => 
            array (size=0)
              ...
          private 'cellStack' => 
            object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
              ...
  private 'activeSheetIndex' => int 0
  private 'namedRanges' => 
    array (size=0)
      empty
  private 'cellXfSupervisor' => 
    object(PHPExcel_Style)[19]
      protected 'font' => 
        object(PHPExcel_Style_Font)[20]
          protected 'name' => string 'Calibri' (length=7)
          protected 'size' => int 11
          protected 'bold' => boolean false
          protected 'italic' => boolean false
          protected 'superScript' => boolean false
          protected 'subScript' => boolean false
          protected 'underline' => string 'none' (length=4)
          protected 'strikethrough' => boolean false
          protected 'color' => 
            object(PHPExcel_Style_Color)[21]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'fill' => 
        object(PHPExcel_Style_Fill)[22]
          protected 'fillType' => string 'none' (length=4)
          protected 'rotation' => int 0
          protected 'startColor' => 
            object(PHPExcel_Style_Color)[23]
              ...
          protected 'endColor' => 
            object(PHPExcel_Style_Color)[24]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'borders' => 
        object(PHPExcel_Style_Borders)[25]
          protected 'left' => 
            object(PHPExcel_Style_Border)[26]
              ...
          protected 'right' => 
            object(PHPExcel_Style_Border)[28]
              ...
          protected 'top' => 
            object(PHPExcel_Style_Border)[30]
              ...
          protected 'bottom' => 
            object(PHPExcel_Style_Border)[32]
              ...
          protected 'diagonal' => 
            object(PHPExcel_Style_Border)[34]
              ...
          protected 'diagonalDirection' => int 0
          protected 'allBorders' => 
            object(PHPExcel_Style_Border)[36]
              ...
          protected 'outline' => 
            object(PHPExcel_Style_Border)[38]
              ...
          protected 'inside' => 
            object(PHPExcel_Style_Border)[40]
              ...
          protected 'vertical' => 
            object(PHPExcel_Style_Border)[42]
              ...
          protected 'horizontal' => 
            object(PHPExcel_Style_Border)[44]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'alignment' => 
        object(PHPExcel_Style_Alignment)[46]
          protected 'horizontal' => string 'general' (length=7)
          protected 'vertical' => string 'bottom' (length=6)
          protected 'textRotation' => int 0
          protected 'wrapText' => boolean false
          protected 'shrinkToFit' => boolean false
          protected 'indent' => int 0
          protected 'readorder' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'numberFormat' => 
        object(PHPExcel_Style_NumberFormat)[47]
          protected 'formatCode' => string 'General' (length=7)
          protected 'builtInFormatCode' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'conditionalStyles' => 
        array (size=0)
          empty
      protected 'protection' => 
        object(PHPExcel_Style_Protection)[48]
          protected 'locked' => string 'inherit' (length=7)
          protected 'hidden' => string 'inherit' (length=7)
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'index' => null
      protected 'quotePrefix' => boolean false
      protected 'isSupervisor' => boolean true
      protected 'parent' => 
        &object(PHPExcel)[1]
  private 'cellXfCollection' => 
    array (size=27)
      0 => 
        object(PHPExcel_Style)[49]
          protected 'font' => 
            object(PHPExcel_Style_Font)[50]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[52]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[55]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[66]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[67]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[68]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      1 => 
        object(PHPExcel_Style)[92]
          protected 'font' => 
            object(PHPExcel_Style_Font)[93]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[95]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[98]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[109]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[110]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[111]
              ...
          protected 'index' => int 1
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      2 => 
        object(PHPExcel_Style)[183]
          protected 'font' => 
            object(PHPExcel_Style_Font)[184]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[186]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[189]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[200]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[201]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[202]
              ...
          protected 'index' => int 2
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      3 => 
        object(PHPExcel_Style)[206]
          protected 'font' => 
            object(PHPExcel_Style_Font)[207]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[209]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[212]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[223]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[224]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[225]
              ...
          protected 'index' => int 3
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      4 => 
        object(PHPExcel_Style)[226]
          protected 'font' => 
            object(PHPExcel_Style_Font)[227]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[229]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[232]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[243]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[244]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[245]
              ...
          protected 'index' => int 4
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      5 => 
        object(PHPExcel_Style)[246]
          protected 'font' => 
            object(PHPExcel_Style_Font)[247]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[249]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[252]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[263]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[264]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[265]
              ...
          protected 'index' => int 5
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      6 => 
        object(PHPExcel_Style)[266]
          protected 'font' => 
            object(PHPExcel_Style_Font)[267]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[269]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[272]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[283]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[284]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[285]
              ...
          protected 'index' => int 6
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      7 => 
        object(PHPExcel_Style)[286]
          protected 'font' => 
            object(PHPExcel_Style_Font)[287]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[289]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[292]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[303]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[304]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[305]
              ...
          protected 'index' => int 7
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      8 => 
        object(PHPExcel_Style)[306]
          protected 'font' => 
            object(PHPExcel_Style_Font)[307]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[309]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[312]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[323]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[324]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[325]
              ...
          protected 'index' => int 8
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      9 => 
        object(PHPExcel_Style)[326]
          protected 'font' => 
            object(PHPExcel_Style_Font)[327]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[329]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[332]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[343]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[344]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[345]
              ...
          protected 'index' => int 9
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      10 => 
        object(PHPExcel_Style)[346]
          protected 'font' => 
            object(PHPExcel_Style_Font)[347]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[349]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[352]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[363]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[364]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[365]
              ...
          protected 'index' => int 10
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      11 => 
        object(PHPExcel_Style)[366]
          protected 'font' => 
            object(PHPExcel_Style_Font)[367]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[369]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[372]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[383]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[384]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[385]
              ...
          protected 'index' => int 11
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      12 => 
        object(PHPExcel_Style)[386]
          protected 'font' => 
            object(PHPExcel_Style_Font)[387]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[389]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[392]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[403]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[404]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[405]
              ...
          protected 'index' => int 12
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      13 => 
        object(PHPExcel_Style)[406]
          protected 'font' => 
            object(PHPExcel_Style_Font)[425]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[423]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[422]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[410]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[407]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[408]
              ...
          protected 'index' => int 13
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      14 => 
        object(PHPExcel_Style)[426]
          protected 'font' => 
            object(PHPExcel_Style_Font)[427]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[429]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[432]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[443]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[444]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[445]
              ...
          protected 'index' => int 14
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      15 => 
        object(PHPExcel_Style)[446]
          protected 'font' => 
            object(PHPExcel_Style_Font)[447]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[449]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[452]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[463]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[464]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[465]
              ...
          protected 'index' => int 15
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      16 => 
        object(PHPExcel_Style)[466]
          protected 'font' => 
            object(PHPExcel_Style_Font)[467]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[469]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[472]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[483]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[484]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[485]
              ...
          protected 'index' => int 16
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      17 => 
        object(PHPExcel_Style)[486]
          protected 'font' => 
            object(PHPExcel_Style_Font)[487]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[489]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[492]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[503]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[504]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[505]
              ...
          protected 'index' => int 17
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      18 => 
        object(PHPExcel_Style)[510]
          protected 'font' => 
            object(PHPExcel_Style_Font)[511]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[513]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[516]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[527]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[528]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[529]
              ...
          protected 'index' => int 18
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      19 => 
        object(PHPExcel_Style)[531]
          protected 'font' => 
            object(PHPExcel_Style_Font)[532]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[534]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[537]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[548]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[549]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[550]
              ...
          protected 'index' => int 19
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      20 => 
        object(PHPExcel_Style)[551]
          protected 'font' => 
            object(PHPExcel_Style_Font)[552]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[554]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[557]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[568]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[569]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[570]
              ...
          protected 'index' => int 20
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      21 => 
        object(PHPExcel_Style)[620]
          protected 'font' => 
            object(PHPExcel_Style_Font)[609]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[619]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[614]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[583]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[602]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[601]
              ...
          protected 'index' => int 21
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      22 => 
        object(PHPExcel_Style)[600]
          protected 'font' => 
            object(PHPExcel_Style_Font)[589]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[599]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[594]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[623]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[624]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[625]
              ...
          protected 'index' => int 22
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      23 => 
        object(PHPExcel_Style)[626]
          protected 'font' => 
            object(PHPExcel_Style_Font)[627]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[629]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[632]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[643]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[644]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[645]
              ...
          protected 'index' => int 23
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      24 => 
        object(PHPExcel_Style)[646]
          protected 'font' => 
            object(PHPExcel_Style_Font)[647]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[649]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[652]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[663]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[664]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[665]
              ...
          protected 'index' => int 24
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      25 => 
        object(PHPExcel_Style)[666]
          protected 'font' => 
            object(PHPExcel_Style_Font)[667]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[669]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[672]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[683]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[684]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[685]
              ...
          protected 'index' => int 25
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      26 => 
        object(PHPExcel_Style)[686]
          protected 'font' => 
            object(PHPExcel_Style_Font)[687]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[689]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[692]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[703]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[704]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[705]
              ...
          protected 'index' => int 26
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'cellStyleXfCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Style)[69]
          protected 'font' => 
            object(PHPExcel_Style_Font)[70]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[72]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[75]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[86]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[87]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[88]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'hasMacros' => boolean false
  private 'macrosCode' => null
  private 'macrosCertificate' => null
  private 'ribbonXMLData' => null
  private 'ribbonBinObjects' => null
$objPayable =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:202:
object(PHPExcel_RichText_Run)[176]
  private 'font' => 
    object(PHPExcel_Style_Font)[177]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean true
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[179]
          protected 'argb' => string 'FF008000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
$objRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:202:
object(PHPExcel_RichText)[174]
  private 'richTextElements' => 
    array (size=3)
      0 => 
        object(PHPExcel_RichText_TextElement)[175]
          private 'text' => string 'This invoice is ' (length=16)
      1 => 
        object(PHPExcel_RichText_Run)[176]
          private 'font' => 
            object(PHPExcel_Style_Font)[177]
              ...
          private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
      2 => 
        object(PHPExcel_RichText_TextElement)[178]
          private 'text' => string ', unless specified otherwise on the invoice.' (length=44)
$sLloremIpsum =
Undefined
$styleThickBrownBorderOutline =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:202:
array (size=1)
  'borders' => 
    array (size=1)
      'outline' => 
        array (size=2)
          'style' => string 'thick' (length=5)
          'color' => 
            array (size=1)
              ...
$styleThinBlackBorderOutline =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:202:
array (size=1)
  'borders' => 
    array (size=1)
      'outline' => 
        array (size=2)
          'style' => string 'thin' (length=4)
          'color' => 
            array (size=1)
              ...
EOL03:10:28 Set style for header row using alternative method
( ! ) Warning: Use of undefined constant EOL - assumed 'EOL' (this will throw an Error in a future version of PHP) in C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php on line 207
Call Stack
#TimeMemoryFunctionLocation
10.0020532768{main}( )...\05featuredemo.inc.php:0
Variables in local scope (#1)
$objCommentRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:207:
object(PHPExcel_RichText_Run)[165]
  private 'font' => 
    object(PHPExcel_Style_Font)[166]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean false
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[167]
          protected 'argb' => string 'FF000000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'PHPExcel:' (length=9)
$objDrawing =
Undefined
$objPHPExcel =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:207:
object(PHPExcel)[1]
  private 'uniqueID' => string '67d4efa3712bb' (length=13)
  private 'properties' => 
    object(PHPExcel_DocumentProperties)[17]
      private 'creator' => string 'Maarten Balliauw' (length=16)
      private 'lastModifiedBy' => string 'Maarten Balliauw' (length=16)
      private 'created' => int 1742008227
      private 'modified' => int 1742008227
      private 'title' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'description' => string 'Test document for Office 2007 XLSX, generated using PHP classes.' (length=64)
      private 'subject' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'keywords' => string 'office 2007 openxml php' (length=23)
      private 'category' => string 'Test result file' (length=16)
      private 'manager' => string '' (length=0)
      private 'company' => string 'Microsoft Corporation' (length=21)
      private 'customProperties' => 
        array (size=0)
          empty
  private 'security' => 
    object(PHPExcel_DocumentSecurity)[18]
      private 'lockRevision' => boolean false
      private 'lockStructure' => boolean false
      private 'lockWindows' => boolean false
      private 'revisionsPassword' => string '' (length=0)
      private 'workbookPassword' => string '' (length=0)
  private 'workSheetCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Worksheet)[5]
          private 'parent' => 
            &object(PHPExcel)[1]
          private 'cellCollection' => 
            object(PHPExcel_CachedObjectStorage_Memory)[6]
              ...
          private 'rowDimensions' => 
            array (size=0)
              ...
          private 'defaultRowDimension' => 
            object(PHPExcel_Worksheet_RowDimension)[14]
              ...
          private 'columnDimensions' => 
            array (size=3)
              ...
          private 'defaultColumnDimension' => 
            object(PHPExcel_Worksheet_ColumnDimension)[15]
              ...
          private 'drawingCollection' => 
            object(ArrayObject)[11]
              ...
          private 'chartCollection' => 
            object(ArrayObject)[12]
              ...
          private 'title' => string 'Worksheet' (length=9)
          private 'sheetState' => string 'visible' (length=7)
          private 'pageSetup' => 
            object(PHPExcel_Worksheet_PageSetup)[7]
              ...
          private 'pageMargins' => 
            object(PHPExcel_Worksheet_PageMargins)[8]
              ...
          private 'headerFooter' => 
            object(PHPExcel_Worksheet_HeaderFooter)[9]
              ...
          private 'sheetView' => 
            object(PHPExcel_Worksheet_SheetView)[10]
              ...
          private 'protection' => 
            object(PHPExcel_Worksheet_Protection)[13]
              ...
          private 'styles' => 
            array (size=0)
              ...
          private 'conditionalStylesCollection' => 
            array (size=0)
              ...
          private 'cellCollectionIsSorted' => boolean false
          private 'breaks' => 
            array (size=0)
              ...
          private 'mergeCells' => 
            array (size=1)
              ...
          private 'protectedCells' => 
            array (size=1)
              ...
          private 'autoFilter' => 
            object(PHPExcel_Worksheet_AutoFilter)[16]
              ...
          private 'freezePane' => string '' (length=0)
          private 'showGridlines' => boolean true
          private 'printGridlines' => boolean false
          private 'showRowColHeaders' => boolean true
          private 'showSummaryBelow' => boolean true
          private 'showSummaryRight' => boolean true
          private 'comments' => 
            array (size=3)
              ...
          private 'activeCell' => string 'A1' (length=2)
          private 'selectedCells' => string 'A1:E1' (length=5)
          private 'cachedHighestColumn' => string 'E' (length=1)
          private 'cachedHighestRow' => string '28' (length=2)
          private 'rightToLeft' => boolean false
          private 'hyperlinkCollection' => 
            array (size=0)
              ...
          private 'dataValidationCollection' => 
            array (size=0)
              ...
          private 'tabColor' => null
          private 'dirty' => boolean false
          private 'hash' => string 'f14d89c698b0853de7405487abda9c1c' (length=32)
          private 'codeName' => string 'Worksheet' (length=9)
  private 'calculationEngine' => 
    object(PHPExcel_Calculation)[2]
      private 'workbook' => 
        &object(PHPExcel)[1]
      private 'calculationCache' => 
        array (size=0)
          empty
      private 'calculationCacheEnabled' => boolean true
      private 'debugLog' => null
      public 'suppressFormulaErrors' => boolean false
      public 'formulaError' => null
      private 'cyclicReferenceStack' => 
        object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
          private 'stack' => 
            array (size=0)
              ...
      private 'cellStack' => 
        array (size=0)
          empty
      private 'cyclicFormulaCounter' => int 1
      private 'cyclicFormulaCell' => string '' (length=0)
      public 'cyclicFormulaCount' => int 1
      private 'delta' => float 1.0E-14
      public '_debugLog' => 
        object(PHPExcel_CalcEngine_Logger)[4]
          private 'writeDebugLog' => boolean false
          private 'echoDebugLog' => boolean false
          private 'debugLog' => 
            array (size=0)
              ...
          private 'cellStack' => 
            object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
              ...
  private 'activeSheetIndex' => int 0
  private 'namedRanges' => 
    array (size=0)
      empty
  private 'cellXfSupervisor' => 
    object(PHPExcel_Style)[19]
      protected 'font' => 
        object(PHPExcel_Style_Font)[20]
          protected 'name' => string 'Calibri' (length=7)
          protected 'size' => int 11
          protected 'bold' => boolean false
          protected 'italic' => boolean false
          protected 'superScript' => boolean false
          protected 'subScript' => boolean false
          protected 'underline' => string 'none' (length=4)
          protected 'strikethrough' => boolean false
          protected 'color' => 
            object(PHPExcel_Style_Color)[21]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'fill' => 
        object(PHPExcel_Style_Fill)[22]
          protected 'fillType' => string 'none' (length=4)
          protected 'rotation' => int 0
          protected 'startColor' => 
            object(PHPExcel_Style_Color)[23]
              ...
          protected 'endColor' => 
            object(PHPExcel_Style_Color)[24]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'borders' => 
        object(PHPExcel_Style_Borders)[25]
          protected 'left' => 
            object(PHPExcel_Style_Border)[26]
              ...
          protected 'right' => 
            object(PHPExcel_Style_Border)[28]
              ...
          protected 'top' => 
            object(PHPExcel_Style_Border)[30]
              ...
          protected 'bottom' => 
            object(PHPExcel_Style_Border)[32]
              ...
          protected 'diagonal' => 
            object(PHPExcel_Style_Border)[34]
              ...
          protected 'diagonalDirection' => int 0
          protected 'allBorders' => 
            object(PHPExcel_Style_Border)[36]
              ...
          protected 'outline' => 
            object(PHPExcel_Style_Border)[38]
              ...
          protected 'inside' => 
            object(PHPExcel_Style_Border)[40]
              ...
          protected 'vertical' => 
            object(PHPExcel_Style_Border)[42]
              ...
          protected 'horizontal' => 
            object(PHPExcel_Style_Border)[44]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'alignment' => 
        object(PHPExcel_Style_Alignment)[46]
          protected 'horizontal' => string 'general' (length=7)
          protected 'vertical' => string 'bottom' (length=6)
          protected 'textRotation' => int 0
          protected 'wrapText' => boolean false
          protected 'shrinkToFit' => boolean false
          protected 'indent' => int 0
          protected 'readorder' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'numberFormat' => 
        object(PHPExcel_Style_NumberFormat)[47]
          protected 'formatCode' => string 'General' (length=7)
          protected 'builtInFormatCode' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'conditionalStyles' => 
        array (size=0)
          empty
      protected 'protection' => 
        object(PHPExcel_Style_Protection)[48]
          protected 'locked' => string 'inherit' (length=7)
          protected 'hidden' => string 'inherit' (length=7)
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'index' => null
      protected 'quotePrefix' => boolean false
      protected 'isSupervisor' => boolean true
      protected 'parent' => 
        &object(PHPExcel)[1]
  private 'cellXfCollection' => 
    array (size=35)
      0 => 
        object(PHPExcel_Style)[49]
          protected 'font' => 
            object(PHPExcel_Style_Font)[50]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[52]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[55]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[66]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[67]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[68]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      1 => 
        object(PHPExcel_Style)[92]
          protected 'font' => 
            object(PHPExcel_Style_Font)[93]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[95]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[98]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[109]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[110]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[111]
              ...
          protected 'index' => int 1
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      2 => 
        object(PHPExcel_Style)[183]
          protected 'font' => 
            object(PHPExcel_Style_Font)[184]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[186]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[189]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[200]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[201]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[202]
              ...
          protected 'index' => int 2
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      3 => 
        object(PHPExcel_Style)[206]
          protected 'font' => 
            object(PHPExcel_Style_Font)[207]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[209]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[212]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[223]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[224]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[225]
              ...
          protected 'index' => int 3
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      4 => 
        object(PHPExcel_Style)[226]
          protected 'font' => 
            object(PHPExcel_Style_Font)[227]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[229]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[232]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[243]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[244]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[245]
              ...
          protected 'index' => int 4
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      5 => 
        object(PHPExcel_Style)[246]
          protected 'font' => 
            object(PHPExcel_Style_Font)[247]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[249]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[252]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[263]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[264]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[265]
              ...
          protected 'index' => int 5
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      6 => 
        object(PHPExcel_Style)[266]
          protected 'font' => 
            object(PHPExcel_Style_Font)[267]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[269]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[272]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[283]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[284]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[285]
              ...
          protected 'index' => int 6
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      7 => 
        object(PHPExcel_Style)[286]
          protected 'font' => 
            object(PHPExcel_Style_Font)[287]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[289]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[292]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[303]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[304]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[305]
              ...
          protected 'index' => int 7
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      8 => 
        object(PHPExcel_Style)[306]
          protected 'font' => 
            object(PHPExcel_Style_Font)[307]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[309]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[312]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[323]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[324]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[325]
              ...
          protected 'index' => int 8
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      9 => 
        object(PHPExcel_Style)[326]
          protected 'font' => 
            object(PHPExcel_Style_Font)[327]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[329]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[332]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[343]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[344]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[345]
              ...
          protected 'index' => int 9
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      10 => 
        object(PHPExcel_Style)[346]
          protected 'font' => 
            object(PHPExcel_Style_Font)[347]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[349]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[352]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[363]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[364]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[365]
              ...
          protected 'index' => int 10
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      11 => 
        object(PHPExcel_Style)[366]
          protected 'font' => 
            object(PHPExcel_Style_Font)[367]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[369]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[372]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[383]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[384]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[385]
              ...
          protected 'index' => int 11
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      12 => 
        object(PHPExcel_Style)[386]
          protected 'font' => 
            object(PHPExcel_Style_Font)[387]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[389]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[392]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[403]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[404]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[405]
              ...
          protected 'index' => int 12
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      13 => 
        object(PHPExcel_Style)[406]
          protected 'font' => 
            object(PHPExcel_Style_Font)[425]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[423]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[422]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[410]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[407]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[408]
              ...
          protected 'index' => int 13
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      14 => 
        object(PHPExcel_Style)[426]
          protected 'font' => 
            object(PHPExcel_Style_Font)[427]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[429]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[432]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[443]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[444]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[445]
              ...
          protected 'index' => int 14
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      15 => 
        object(PHPExcel_Style)[446]
          protected 'font' => 
            object(PHPExcel_Style_Font)[447]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[449]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[452]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[463]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[464]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[465]
              ...
          protected 'index' => int 15
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      16 => 
        object(PHPExcel_Style)[466]
          protected 'font' => 
            object(PHPExcel_Style_Font)[467]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[469]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[472]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[483]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[484]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[485]
              ...
          protected 'index' => int 16
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      17 => 
        object(PHPExcel_Style)[486]
          protected 'font' => 
            object(PHPExcel_Style_Font)[487]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[489]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[492]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[503]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[504]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[505]
              ...
          protected 'index' => int 17
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      18 => 
        object(PHPExcel_Style)[510]
          protected 'font' => 
            object(PHPExcel_Style_Font)[511]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[513]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[516]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[527]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[528]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[529]
              ...
          protected 'index' => int 18
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      19 => 
        object(PHPExcel_Style)[531]
          protected 'font' => 
            object(PHPExcel_Style_Font)[532]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[534]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[537]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[548]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[549]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[550]
              ...
          protected 'index' => int 19
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      20 => 
        object(PHPExcel_Style)[551]
          protected 'font' => 
            object(PHPExcel_Style_Font)[552]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[554]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[557]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[568]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[569]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[570]
              ...
          protected 'index' => int 20
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      21 => 
        object(PHPExcel_Style)[620]
          protected 'font' => 
            object(PHPExcel_Style_Font)[609]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[619]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[614]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[583]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[602]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[601]
              ...
          protected 'index' => int 21
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      22 => 
        object(PHPExcel_Style)[600]
          protected 'font' => 
            object(PHPExcel_Style_Font)[589]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[599]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[594]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[623]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[624]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[625]
              ...
          protected 'index' => int 22
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      23 => 
        object(PHPExcel_Style)[626]
          protected 'font' => 
            object(PHPExcel_Style_Font)[627]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[629]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[632]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[643]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[644]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[645]
              ...
          protected 'index' => int 23
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      24 => 
        object(PHPExcel_Style)[646]
          protected 'font' => 
            object(PHPExcel_Style_Font)[647]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[649]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[652]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[663]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[664]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[665]
              ...
          protected 'index' => int 24
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      25 => 
        object(PHPExcel_Style)[666]
          protected 'font' => 
            object(PHPExcel_Style_Font)[667]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[669]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[672]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[683]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[684]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[685]
              ...
          protected 'index' => int 25
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      26 => 
        object(PHPExcel_Style)[686]
          protected 'font' => 
            object(PHPExcel_Style_Font)[687]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[689]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[692]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[703]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[704]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[705]
              ...
          protected 'index' => int 26
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      27 => 
        object(PHPExcel_Style)[708]
          protected 'font' => 
            object(PHPExcel_Style_Font)[709]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[711]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[714]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[725]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[726]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[727]
              ...
          protected 'index' => int 27
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      28 => 
        object(PHPExcel_Style)[728]
          protected 'font' => 
            object(PHPExcel_Style_Font)[729]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[731]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[734]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[745]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[746]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[747]
              ...
          protected 'index' => int 28
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      29 => 
        object(PHPExcel_Style)[748]
          protected 'font' => 
            object(PHPExcel_Style_Font)[749]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[751]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[754]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[765]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[766]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[767]
              ...
          protected 'index' => int 29
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      30 => 
        object(PHPExcel_Style)[768]
          protected 'font' => 
            object(PHPExcel_Style_Font)[769]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[771]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[774]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[785]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[786]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[787]
              ...
          protected 'index' => int 30
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      31 => 
        object(PHPExcel_Style)[788]
          protected 'font' => 
            object(PHPExcel_Style_Font)[789]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[791]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[794]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[805]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[806]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[807]
              ...
          protected 'index' => int 31
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      32 => 
        object(PHPExcel_Style)[808]
          protected 'font' => 
            object(PHPExcel_Style_Font)[809]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[811]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[814]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[825]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[826]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[827]
              ...
          protected 'index' => int 32
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      33 => 
        object(PHPExcel_Style)[828]
          protected 'font' => 
            object(PHPExcel_Style_Font)[829]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[831]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[834]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[845]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[846]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[847]
              ...
          protected 'index' => int 33
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      34 => 
        object(PHPExcel_Style)[848]
          protected 'font' => 
            object(PHPExcel_Style_Font)[849]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[851]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[854]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[865]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[866]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[867]
              ...
          protected 'index' => int 34
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'cellStyleXfCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Style)[69]
          protected 'font' => 
            object(PHPExcel_Style_Font)[70]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[72]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[75]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[86]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[87]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[88]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'hasMacros' => boolean false
  private 'macrosCode' => null
  private 'macrosCertificate' => null
  private 'ribbonXMLData' => null
  private 'ribbonBinObjects' => null
$objPayable =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:207:
object(PHPExcel_RichText_Run)[176]
  private 'font' => 
    object(PHPExcel_Style_Font)[177]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean true
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[179]
          protected 'argb' => string 'FF008000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
$objRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:207:
object(PHPExcel_RichText)[174]
  private 'richTextElements' => 
    array (size=3)
      0 => 
        object(PHPExcel_RichText_TextElement)[175]
          private 'text' => string 'This invoice is ' (length=16)
      1 => 
        object(PHPExcel_RichText_Run)[176]
          private 'font' => 
            object(PHPExcel_Style_Font)[177]
              ...
          private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
      2 => 
        object(PHPExcel_RichText_TextElement)[178]
          private 'text' => string ', unless specified otherwise on the invoice.' (length=44)
$sLloremIpsum =
Undefined
$styleThickBrownBorderOutline =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:207:
array (size=1)
  'borders' => 
    array (size=1)
      'outline' => 
        array (size=2)
          'style' => string 'thick' (length=5)
          'color' => 
            array (size=1)
              ...
$styleThinBlackBorderOutline =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:207:
array (size=1)
  'borders' => 
    array (size=1)
      'outline' => 
        array (size=2)
          'style' => string 'thin' (length=4)
          'color' => 
            array (size=1)
              ...
EOL03:10:28 Unprotect a cell
( ! ) Warning: Use of undefined constant EOL - assumed 'EOL' (this will throw an Error in a future version of PHP) in C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php on line 266
Call Stack
#TimeMemoryFunctionLocation
10.0020532768{main}( )...\05featuredemo.inc.php:0
Variables in local scope (#1)
$objCommentRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:266:
object(PHPExcel_RichText_Run)[165]
  private 'font' => 
    object(PHPExcel_Style_Font)[166]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean false
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[167]
          protected 'argb' => string 'FF000000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'PHPExcel:' (length=9)
$objDrawing =
Undefined
$objPHPExcel =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:266:
object(PHPExcel)[1]
  private 'uniqueID' => string '67d4efa3712bb' (length=13)
  private 'properties' => 
    object(PHPExcel_DocumentProperties)[17]
      private 'creator' => string 'Maarten Balliauw' (length=16)
      private 'lastModifiedBy' => string 'Maarten Balliauw' (length=16)
      private 'created' => int 1742008227
      private 'modified' => int 1742008227
      private 'title' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'description' => string 'Test document for Office 2007 XLSX, generated using PHP classes.' (length=64)
      private 'subject' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'keywords' => string 'office 2007 openxml php' (length=23)
      private 'category' => string 'Test result file' (length=16)
      private 'manager' => string '' (length=0)
      private 'company' => string 'Microsoft Corporation' (length=21)
      private 'customProperties' => 
        array (size=0)
          empty
  private 'security' => 
    object(PHPExcel_DocumentSecurity)[18]
      private 'lockRevision' => boolean false
      private 'lockStructure' => boolean false
      private 'lockWindows' => boolean false
      private 'revisionsPassword' => string '' (length=0)
      private 'workbookPassword' => string '' (length=0)
  private 'workSheetCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Worksheet)[5]
          private 'parent' => 
            &object(PHPExcel)[1]
          private 'cellCollection' => 
            object(PHPExcel_CachedObjectStorage_Memory)[6]
              ...
          private 'rowDimensions' => 
            array (size=0)
              ...
          private 'defaultRowDimension' => 
            object(PHPExcel_Worksheet_RowDimension)[14]
              ...
          private 'columnDimensions' => 
            array (size=3)
              ...
          private 'defaultColumnDimension' => 
            object(PHPExcel_Worksheet_ColumnDimension)[15]
              ...
          private 'drawingCollection' => 
            object(ArrayObject)[11]
              ...
          private 'chartCollection' => 
            object(ArrayObject)[12]
              ...
          private 'title' => string 'Worksheet' (length=9)
          private 'sheetState' => string 'visible' (length=7)
          private 'pageSetup' => 
            object(PHPExcel_Worksheet_PageSetup)[7]
              ...
          private 'pageMargins' => 
            object(PHPExcel_Worksheet_PageMargins)[8]
              ...
          private 'headerFooter' => 
            object(PHPExcel_Worksheet_HeaderFooter)[9]
              ...
          private 'sheetView' => 
            object(PHPExcel_Worksheet_SheetView)[10]
              ...
          private 'protection' => 
            object(PHPExcel_Worksheet_Protection)[13]
              ...
          private 'styles' => 
            array (size=0)
              ...
          private 'conditionalStylesCollection' => 
            array (size=0)
              ...
          private 'cellCollectionIsSorted' => boolean false
          private 'breaks' => 
            array (size=0)
              ...
          private 'mergeCells' => 
            array (size=1)
              ...
          private 'protectedCells' => 
            array (size=1)
              ...
          private 'autoFilter' => 
            object(PHPExcel_Worksheet_AutoFilter)[16]
              ...
          private 'freezePane' => string '' (length=0)
          private 'showGridlines' => boolean true
          private 'printGridlines' => boolean false
          private 'showRowColHeaders' => boolean true
          private 'showSummaryBelow' => boolean true
          private 'showSummaryRight' => boolean true
          private 'comments' => 
            array (size=3)
              ...
          private 'activeCell' => string 'E3' (length=2)
          private 'selectedCells' => string 'E3:E3' (length=5)
          private 'cachedHighestColumn' => string 'E' (length=1)
          private 'cachedHighestRow' => string '28' (length=2)
          private 'rightToLeft' => boolean false
          private 'hyperlinkCollection' => 
            array (size=0)
              ...
          private 'dataValidationCollection' => 
            array (size=0)
              ...
          private 'tabColor' => null
          private 'dirty' => boolean false
          private 'hash' => string 'f14d89c698b0853de7405487abda9c1c' (length=32)
          private 'codeName' => string 'Worksheet' (length=9)
  private 'calculationEngine' => 
    object(PHPExcel_Calculation)[2]
      private 'workbook' => 
        &object(PHPExcel)[1]
      private 'calculationCache' => 
        array (size=0)
          empty
      private 'calculationCacheEnabled' => boolean true
      private 'debugLog' => null
      public 'suppressFormulaErrors' => boolean false
      public 'formulaError' => null
      private 'cyclicReferenceStack' => 
        object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
          private 'stack' => 
            array (size=0)
              ...
      private 'cellStack' => 
        array (size=0)
          empty
      private 'cyclicFormulaCounter' => int 1
      private 'cyclicFormulaCell' => string '' (length=0)
      public 'cyclicFormulaCount' => int 1
      private 'delta' => float 1.0E-14
      public '_debugLog' => 
        object(PHPExcel_CalcEngine_Logger)[4]
          private 'writeDebugLog' => boolean false
          private 'echoDebugLog' => boolean false
          private 'debugLog' => 
            array (size=0)
              ...
          private 'cellStack' => 
            object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
              ...
  private 'activeSheetIndex' => int 0
  private 'namedRanges' => 
    array (size=0)
      empty
  private 'cellXfSupervisor' => 
    object(PHPExcel_Style)[19]
      protected 'font' => 
        object(PHPExcel_Style_Font)[20]
          protected 'name' => string 'Calibri' (length=7)
          protected 'size' => int 11
          protected 'bold' => boolean false
          protected 'italic' => boolean false
          protected 'superScript' => boolean false
          protected 'subScript' => boolean false
          protected 'underline' => string 'none' (length=4)
          protected 'strikethrough' => boolean false
          protected 'color' => 
            object(PHPExcel_Style_Color)[21]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'fill' => 
        object(PHPExcel_Style_Fill)[22]
          protected 'fillType' => string 'none' (length=4)
          protected 'rotation' => int 0
          protected 'startColor' => 
            object(PHPExcel_Style_Color)[23]
              ...
          protected 'endColor' => 
            object(PHPExcel_Style_Color)[24]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'borders' => 
        object(PHPExcel_Style_Borders)[25]
          protected 'left' => 
            object(PHPExcel_Style_Border)[26]
              ...
          protected 'right' => 
            object(PHPExcel_Style_Border)[28]
              ...
          protected 'top' => 
            object(PHPExcel_Style_Border)[30]
              ...
          protected 'bottom' => 
            object(PHPExcel_Style_Border)[32]
              ...
          protected 'diagonal' => 
            object(PHPExcel_Style_Border)[34]
              ...
          protected 'diagonalDirection' => int 0
          protected 'allBorders' => 
            object(PHPExcel_Style_Border)[36]
              ...
          protected 'outline' => 
            object(PHPExcel_Style_Border)[38]
              ...
          protected 'inside' => 
            object(PHPExcel_Style_Border)[40]
              ...
          protected 'vertical' => 
            object(PHPExcel_Style_Border)[42]
              ...
          protected 'horizontal' => 
            object(PHPExcel_Style_Border)[44]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'alignment' => 
        object(PHPExcel_Style_Alignment)[46]
          protected 'horizontal' => string 'general' (length=7)
          protected 'vertical' => string 'bottom' (length=6)
          protected 'textRotation' => int 0
          protected 'wrapText' => boolean false
          protected 'shrinkToFit' => boolean false
          protected 'indent' => int 0
          protected 'readorder' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'numberFormat' => 
        object(PHPExcel_Style_NumberFormat)[47]
          protected 'formatCode' => string 'General' (length=7)
          protected 'builtInFormatCode' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'conditionalStyles' => 
        array (size=0)
          empty
      protected 'protection' => 
        object(PHPExcel_Style_Protection)[48]
          protected 'locked' => string 'inherit' (length=7)
          protected 'hidden' => string 'inherit' (length=7)
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'index' => null
      protected 'quotePrefix' => boolean false
      protected 'isSupervisor' => boolean true
      protected 'parent' => 
        &object(PHPExcel)[1]
  private 'cellXfCollection' => 
    array (size=39)
      0 => 
        object(PHPExcel_Style)[49]
          protected 'font' => 
            object(PHPExcel_Style_Font)[50]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[52]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[55]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[66]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[67]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[68]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      1 => 
        object(PHPExcel_Style)[92]
          protected 'font' => 
            object(PHPExcel_Style_Font)[93]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[95]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[98]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[109]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[110]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[111]
              ...
          protected 'index' => int 1
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      2 => 
        object(PHPExcel_Style)[183]
          protected 'font' => 
            object(PHPExcel_Style_Font)[184]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[186]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[189]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[200]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[201]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[202]
              ...
          protected 'index' => int 2
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      3 => 
        object(PHPExcel_Style)[206]
          protected 'font' => 
            object(PHPExcel_Style_Font)[207]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[209]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[212]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[223]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[224]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[225]
              ...
          protected 'index' => int 3
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      4 => 
        object(PHPExcel_Style)[226]
          protected 'font' => 
            object(PHPExcel_Style_Font)[227]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[229]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[232]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[243]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[244]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[245]
              ...
          protected 'index' => int 4
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      5 => 
        object(PHPExcel_Style)[246]
          protected 'font' => 
            object(PHPExcel_Style_Font)[247]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[249]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[252]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[263]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[264]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[265]
              ...
          protected 'index' => int 5
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      6 => 
        object(PHPExcel_Style)[266]
          protected 'font' => 
            object(PHPExcel_Style_Font)[267]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[269]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[272]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[283]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[284]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[285]
              ...
          protected 'index' => int 6
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      7 => 
        object(PHPExcel_Style)[286]
          protected 'font' => 
            object(PHPExcel_Style_Font)[287]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[289]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[292]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[303]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[304]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[305]
              ...
          protected 'index' => int 7
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      8 => 
        object(PHPExcel_Style)[306]
          protected 'font' => 
            object(PHPExcel_Style_Font)[307]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[309]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[312]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[323]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[324]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[325]
              ...
          protected 'index' => int 8
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      9 => 
        object(PHPExcel_Style)[326]
          protected 'font' => 
            object(PHPExcel_Style_Font)[327]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[329]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[332]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[343]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[344]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[345]
              ...
          protected 'index' => int 9
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      10 => 
        object(PHPExcel_Style)[346]
          protected 'font' => 
            object(PHPExcel_Style_Font)[347]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[349]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[352]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[363]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[364]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[365]
              ...
          protected 'index' => int 10
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      11 => 
        object(PHPExcel_Style)[366]
          protected 'font' => 
            object(PHPExcel_Style_Font)[367]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[369]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[372]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[383]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[384]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[385]
              ...
          protected 'index' => int 11
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      12 => 
        object(PHPExcel_Style)[386]
          protected 'font' => 
            object(PHPExcel_Style_Font)[387]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[389]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[392]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[403]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[404]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[405]
              ...
          protected 'index' => int 12
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      13 => 
        object(PHPExcel_Style)[406]
          protected 'font' => 
            object(PHPExcel_Style_Font)[425]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[423]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[422]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[410]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[407]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[408]
              ...
          protected 'index' => int 13
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      14 => 
        object(PHPExcel_Style)[426]
          protected 'font' => 
            object(PHPExcel_Style_Font)[427]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[429]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[432]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[443]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[444]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[445]
              ...
          protected 'index' => int 14
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      15 => 
        object(PHPExcel_Style)[446]
          protected 'font' => 
            object(PHPExcel_Style_Font)[447]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[449]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[452]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[463]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[464]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[465]
              ...
          protected 'index' => int 15
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      16 => 
        object(PHPExcel_Style)[466]
          protected 'font' => 
            object(PHPExcel_Style_Font)[467]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[469]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[472]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[483]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[484]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[485]
              ...
          protected 'index' => int 16
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      17 => 
        object(PHPExcel_Style)[486]
          protected 'font' => 
            object(PHPExcel_Style_Font)[487]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[489]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[492]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[503]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[504]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[505]
              ...
          protected 'index' => int 17
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      18 => 
        object(PHPExcel_Style)[510]
          protected 'font' => 
            object(PHPExcel_Style_Font)[511]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[513]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[516]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[527]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[528]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[529]
              ...
          protected 'index' => int 18
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      19 => 
        object(PHPExcel_Style)[531]
          protected 'font' => 
            object(PHPExcel_Style_Font)[532]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[534]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[537]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[548]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[549]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[550]
              ...
          protected 'index' => int 19
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      20 => 
        object(PHPExcel_Style)[551]
          protected 'font' => 
            object(PHPExcel_Style_Font)[552]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[554]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[557]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[568]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[569]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[570]
              ...
          protected 'index' => int 20
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      21 => 
        object(PHPExcel_Style)[620]
          protected 'font' => 
            object(PHPExcel_Style_Font)[609]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[619]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[614]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[583]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[602]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[601]
              ...
          protected 'index' => int 21
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      22 => 
        object(PHPExcel_Style)[600]
          protected 'font' => 
            object(PHPExcel_Style_Font)[589]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[599]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[594]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[623]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[624]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[625]
              ...
          protected 'index' => int 22
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      23 => 
        object(PHPExcel_Style)[626]
          protected 'font' => 
            object(PHPExcel_Style_Font)[627]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[629]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[632]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[643]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[644]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[645]
              ...
          protected 'index' => int 23
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      24 => 
        object(PHPExcel_Style)[646]
          protected 'font' => 
            object(PHPExcel_Style_Font)[647]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[649]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[652]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[663]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[664]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[665]
              ...
          protected 'index' => int 24
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      25 => 
        object(PHPExcel_Style)[666]
          protected 'font' => 
            object(PHPExcel_Style_Font)[667]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[669]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[672]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[683]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[684]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[685]
              ...
          protected 'index' => int 25
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      26 => 
        object(PHPExcel_Style)[686]
          protected 'font' => 
            object(PHPExcel_Style_Font)[687]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[689]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[692]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[703]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[704]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[705]
              ...
          protected 'index' => int 26
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      27 => 
        object(PHPExcel_Style)[708]
          protected 'font' => 
            object(PHPExcel_Style_Font)[709]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[711]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[714]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[725]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[726]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[727]
              ...
          protected 'index' => int 27
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      28 => 
        object(PHPExcel_Style)[728]
          protected 'font' => 
            object(PHPExcel_Style_Font)[729]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[731]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[734]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[745]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[746]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[747]
              ...
          protected 'index' => int 28
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      29 => 
        object(PHPExcel_Style)[748]
          protected 'font' => 
            object(PHPExcel_Style_Font)[749]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[751]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[754]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[765]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[766]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[767]
              ...
          protected 'index' => int 29
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      30 => 
        object(PHPExcel_Style)[768]
          protected 'font' => 
            object(PHPExcel_Style_Font)[769]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[771]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[774]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[785]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[786]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[787]
              ...
          protected 'index' => int 30
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      31 => 
        object(PHPExcel_Style)[788]
          protected 'font' => 
            object(PHPExcel_Style_Font)[789]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[791]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[794]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[805]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[806]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[807]
              ...
          protected 'index' => int 31
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      32 => 
        object(PHPExcel_Style)[808]
          protected 'font' => 
            object(PHPExcel_Style_Font)[809]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[811]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[814]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[825]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[826]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[827]
              ...
          protected 'index' => int 32
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      33 => 
        object(PHPExcel_Style)[828]
          protected 'font' => 
            object(PHPExcel_Style_Font)[829]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[831]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[834]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[845]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[846]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[847]
              ...
          protected 'index' => int 33
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      34 => 
        object(PHPExcel_Style)[848]
          protected 'font' => 
            object(PHPExcel_Style_Font)[849]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[851]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[854]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[865]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[866]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[867]
              ...
          protected 'index' => int 34
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      35 => 
        object(PHPExcel_Style)[868]
          protected 'font' => 
            object(PHPExcel_Style_Font)[869]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[871]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[874]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[885]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[886]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[887]
              ...
          protected 'index' => int 35
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      36 => 
        object(PHPExcel_Style)[888]
          protected 'font' => 
            object(PHPExcel_Style_Font)[890]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[892]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[893]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[894]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[907]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[906]
              ...
          protected 'index' => int 36
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      37 => 
        object(PHPExcel_Style)[908]
          protected 'font' => 
            object(PHPExcel_Style_Font)[909]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[911]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[914]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[925]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[926]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[927]
              ...
          protected 'index' => int 37
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      38 => 
        object(PHPExcel_Style)[928]
          protected 'font' => 
            object(PHPExcel_Style_Font)[929]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[931]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[934]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[945]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[946]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[947]
              ...
          protected 'index' => int 38
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'cellStyleXfCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Style)[69]
          protected 'font' => 
            object(PHPExcel_Style_Font)[70]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[72]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[75]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[86]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[87]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[88]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'hasMacros' => boolean false
  private 'macrosCode' => null
  private 'macrosCertificate' => null
  private 'ribbonXMLData' => null
  private 'ribbonBinObjects' => null
$objPayable =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:266:
object(PHPExcel_RichText_Run)[176]
  private 'font' => 
    object(PHPExcel_Style_Font)[177]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean true
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[179]
          protected 'argb' => string 'FF008000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
$objRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:266:
object(PHPExcel_RichText)[174]
  private 'richTextElements' => 
    array (size=3)
      0 => 
        object(PHPExcel_RichText_TextElement)[175]
          private 'text' => string 'This invoice is ' (length=16)
      1 => 
        object(PHPExcel_RichText_Run)[176]
          private 'font' => 
            object(PHPExcel_Style_Font)[177]
              ...
          private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
      2 => 
        object(PHPExcel_RichText_TextElement)[178]
          private 'text' => string ', unless specified otherwise on the invoice.' (length=44)
$sLloremIpsum =
Undefined
$styleThickBrownBorderOutline =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:266:
array (size=1)
  'borders' => 
    array (size=1)
      'outline' => 
        array (size=2)
          'style' => string 'thick' (length=5)
          'color' => 
            array (size=1)
              ...
$styleThinBlackBorderOutline =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:266:
array (size=1)
  'borders' => 
    array (size=1)
      'outline' => 
        array (size=2)
          'style' => string 'thin' (length=4)
          'color' => 
            array (size=1)
              ...
EOL03:10:28 Add a hyperlink to an external website
( ! ) Warning: Use of undefined constant EOL - assumed 'EOL' (this will throw an Error in a future version of PHP) in C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php on line 270
Call Stack
#TimeMemoryFunctionLocation
10.0020532768{main}( )...\05featuredemo.inc.php:0
Variables in local scope (#1)
$objCommentRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:270:
object(PHPExcel_RichText_Run)[165]
  private 'font' => 
    object(PHPExcel_Style_Font)[166]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean false
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[167]
          protected 'argb' => string 'FF000000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'PHPExcel:' (length=9)
$objDrawing =
Undefined
$objPHPExcel =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:270:
object(PHPExcel)[1]
  private 'uniqueID' => string '67d4efa3712bb' (length=13)
  private 'properties' => 
    object(PHPExcel_DocumentProperties)[17]
      private 'creator' => string 'Maarten Balliauw' (length=16)
      private 'lastModifiedBy' => string 'Maarten Balliauw' (length=16)
      private 'created' => int 1742008227
      private 'modified' => int 1742008227
      private 'title' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'description' => string 'Test document for Office 2007 XLSX, generated using PHP classes.' (length=64)
      private 'subject' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'keywords' => string 'office 2007 openxml php' (length=23)
      private 'category' => string 'Test result file' (length=16)
      private 'manager' => string '' (length=0)
      private 'company' => string 'Microsoft Corporation' (length=21)
      private 'customProperties' => 
        array (size=0)
          empty
  private 'security' => 
    object(PHPExcel_DocumentSecurity)[18]
      private 'lockRevision' => boolean false
      private 'lockStructure' => boolean false
      private 'lockWindows' => boolean false
      private 'revisionsPassword' => string '' (length=0)
      private 'workbookPassword' => string '' (length=0)
  private 'workSheetCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Worksheet)[5]
          private 'parent' => 
            &object(PHPExcel)[1]
          private 'cellCollection' => 
            object(PHPExcel_CachedObjectStorage_Memory)[6]
              ...
          private 'rowDimensions' => 
            array (size=0)
              ...
          private 'defaultRowDimension' => 
            object(PHPExcel_Worksheet_RowDimension)[14]
              ...
          private 'columnDimensions' => 
            array (size=3)
              ...
          private 'defaultColumnDimension' => 
            object(PHPExcel_Worksheet_ColumnDimension)[15]
              ...
          private 'drawingCollection' => 
            object(ArrayObject)[11]
              ...
          private 'chartCollection' => 
            object(ArrayObject)[12]
              ...
          private 'title' => string 'Worksheet' (length=9)
          private 'sheetState' => string 'visible' (length=7)
          private 'pageSetup' => 
            object(PHPExcel_Worksheet_PageSetup)[7]
              ...
          private 'pageMargins' => 
            object(PHPExcel_Worksheet_PageMargins)[8]
              ...
          private 'headerFooter' => 
            object(PHPExcel_Worksheet_HeaderFooter)[9]
              ...
          private 'sheetView' => 
            object(PHPExcel_Worksheet_SheetView)[10]
              ...
          private 'protection' => 
            object(PHPExcel_Worksheet_Protection)[13]
              ...
          private 'styles' => 
            array (size=0)
              ...
          private 'conditionalStylesCollection' => 
            array (size=0)
              ...
          private 'cellCollectionIsSorted' => boolean false
          private 'breaks' => 
            array (size=0)
              ...
          private 'mergeCells' => 
            array (size=1)
              ...
          private 'protectedCells' => 
            array (size=1)
              ...
          private 'autoFilter' => 
            object(PHPExcel_Worksheet_AutoFilter)[16]
              ...
          private 'freezePane' => string '' (length=0)
          private 'showGridlines' => boolean true
          private 'printGridlines' => boolean false
          private 'showRowColHeaders' => boolean true
          private 'showSummaryBelow' => boolean true
          private 'showSummaryRight' => boolean true
          private 'comments' => 
            array (size=3)
              ...
          private 'activeCell' => string 'B1' (length=2)
          private 'selectedCells' => string 'B1' (length=2)
          private 'cachedHighestColumn' => string 'E' (length=1)
          private 'cachedHighestRow' => string '28' (length=2)
          private 'rightToLeft' => boolean false
          private 'hyperlinkCollection' => 
            array (size=0)
              ...
          private 'dataValidationCollection' => 
            array (size=0)
              ...
          private 'tabColor' => null
          private 'dirty' => boolean false
          private 'hash' => string 'f14d89c698b0853de7405487abda9c1c' (length=32)
          private 'codeName' => string 'Worksheet' (length=9)
  private 'calculationEngine' => 
    object(PHPExcel_Calculation)[2]
      private 'workbook' => 
        &object(PHPExcel)[1]
      private 'calculationCache' => 
        array (size=0)
          empty
      private 'calculationCacheEnabled' => boolean true
      private 'debugLog' => null
      public 'suppressFormulaErrors' => boolean false
      public 'formulaError' => null
      private 'cyclicReferenceStack' => 
        object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
          private 'stack' => 
            array (size=0)
              ...
      private 'cellStack' => 
        array (size=0)
          empty
      private 'cyclicFormulaCounter' => int 1
      private 'cyclicFormulaCell' => string '' (length=0)
      public 'cyclicFormulaCount' => int 1
      private 'delta' => float 1.0E-14
      public '_debugLog' => 
        object(PHPExcel_CalcEngine_Logger)[4]
          private 'writeDebugLog' => boolean false
          private 'echoDebugLog' => boolean false
          private 'debugLog' => 
            array (size=0)
              ...
          private 'cellStack' => 
            object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
              ...
  private 'activeSheetIndex' => int 0
  private 'namedRanges' => 
    array (size=0)
      empty
  private 'cellXfSupervisor' => 
    object(PHPExcel_Style)[19]
      protected 'font' => 
        object(PHPExcel_Style_Font)[20]
          protected 'name' => string 'Calibri' (length=7)
          protected 'size' => int 11
          protected 'bold' => boolean false
          protected 'italic' => boolean false
          protected 'superScript' => boolean false
          protected 'subScript' => boolean false
          protected 'underline' => string 'none' (length=4)
          protected 'strikethrough' => boolean false
          protected 'color' => 
            object(PHPExcel_Style_Color)[21]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'fill' => 
        object(PHPExcel_Style_Fill)[22]
          protected 'fillType' => string 'none' (length=4)
          protected 'rotation' => int 0
          protected 'startColor' => 
            object(PHPExcel_Style_Color)[23]
              ...
          protected 'endColor' => 
            object(PHPExcel_Style_Color)[24]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'borders' => 
        object(PHPExcel_Style_Borders)[25]
          protected 'left' => 
            object(PHPExcel_Style_Border)[26]
              ...
          protected 'right' => 
            object(PHPExcel_Style_Border)[28]
              ...
          protected 'top' => 
            object(PHPExcel_Style_Border)[30]
              ...
          protected 'bottom' => 
            object(PHPExcel_Style_Border)[32]
              ...
          protected 'diagonal' => 
            object(PHPExcel_Style_Border)[34]
              ...
          protected 'diagonalDirection' => int 0
          protected 'allBorders' => 
            object(PHPExcel_Style_Border)[36]
              ...
          protected 'outline' => 
            object(PHPExcel_Style_Border)[38]
              ...
          protected 'inside' => 
            object(PHPExcel_Style_Border)[40]
              ...
          protected 'vertical' => 
            object(PHPExcel_Style_Border)[42]
              ...
          protected 'horizontal' => 
            object(PHPExcel_Style_Border)[44]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'alignment' => 
        object(PHPExcel_Style_Alignment)[46]
          protected 'horizontal' => string 'general' (length=7)
          protected 'vertical' => string 'bottom' (length=6)
          protected 'textRotation' => int 0
          protected 'wrapText' => boolean false
          protected 'shrinkToFit' => boolean false
          protected 'indent' => int 0
          protected 'readorder' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'numberFormat' => 
        object(PHPExcel_Style_NumberFormat)[47]
          protected 'formatCode' => string 'General' (length=7)
          protected 'builtInFormatCode' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'conditionalStyles' => 
        array (size=0)
          empty
      protected 'protection' => 
        object(PHPExcel_Style_Protection)[48]
          protected 'locked' => string 'inherit' (length=7)
          protected 'hidden' => string 'inherit' (length=7)
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'index' => null
      protected 'quotePrefix' => boolean false
      protected 'isSupervisor' => boolean true
      protected 'parent' => 
        &object(PHPExcel)[1]
  private 'cellXfCollection' => 
    array (size=40)
      0 => 
        object(PHPExcel_Style)[49]
          protected 'font' => 
            object(PHPExcel_Style_Font)[50]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[52]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[55]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[66]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[67]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[68]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      1 => 
        object(PHPExcel_Style)[92]
          protected 'font' => 
            object(PHPExcel_Style_Font)[93]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[95]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[98]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[109]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[110]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[111]
              ...
          protected 'index' => int 1
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      2 => 
        object(PHPExcel_Style)[183]
          protected 'font' => 
            object(PHPExcel_Style_Font)[184]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[186]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[189]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[200]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[201]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[202]
              ...
          protected 'index' => int 2
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      3 => 
        object(PHPExcel_Style)[206]
          protected 'font' => 
            object(PHPExcel_Style_Font)[207]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[209]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[212]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[223]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[224]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[225]
              ...
          protected 'index' => int 3
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      4 => 
        object(PHPExcel_Style)[226]
          protected 'font' => 
            object(PHPExcel_Style_Font)[227]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[229]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[232]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[243]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[244]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[245]
              ...
          protected 'index' => int 4
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      5 => 
        object(PHPExcel_Style)[246]
          protected 'font' => 
            object(PHPExcel_Style_Font)[247]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[249]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[252]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[263]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[264]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[265]
              ...
          protected 'index' => int 5
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      6 => 
        object(PHPExcel_Style)[266]
          protected 'font' => 
            object(PHPExcel_Style_Font)[267]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[269]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[272]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[283]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[284]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[285]
              ...
          protected 'index' => int 6
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      7 => 
        object(PHPExcel_Style)[286]
          protected 'font' => 
            object(PHPExcel_Style_Font)[287]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[289]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[292]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[303]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[304]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[305]
              ...
          protected 'index' => int 7
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      8 => 
        object(PHPExcel_Style)[306]
          protected 'font' => 
            object(PHPExcel_Style_Font)[307]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[309]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[312]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[323]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[324]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[325]
              ...
          protected 'index' => int 8
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      9 => 
        object(PHPExcel_Style)[326]
          protected 'font' => 
            object(PHPExcel_Style_Font)[327]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[329]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[332]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[343]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[344]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[345]
              ...
          protected 'index' => int 9
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      10 => 
        object(PHPExcel_Style)[346]
          protected 'font' => 
            object(PHPExcel_Style_Font)[347]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[349]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[352]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[363]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[364]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[365]
              ...
          protected 'index' => int 10
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      11 => 
        object(PHPExcel_Style)[366]
          protected 'font' => 
            object(PHPExcel_Style_Font)[367]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[369]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[372]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[383]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[384]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[385]
              ...
          protected 'index' => int 11
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      12 => 
        object(PHPExcel_Style)[386]
          protected 'font' => 
            object(PHPExcel_Style_Font)[387]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[389]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[392]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[403]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[404]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[405]
              ...
          protected 'index' => int 12
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      13 => 
        object(PHPExcel_Style)[406]
          protected 'font' => 
            object(PHPExcel_Style_Font)[425]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[423]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[422]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[410]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[407]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[408]
              ...
          protected 'index' => int 13
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      14 => 
        object(PHPExcel_Style)[426]
          protected 'font' => 
            object(PHPExcel_Style_Font)[427]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[429]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[432]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[443]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[444]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[445]
              ...
          protected 'index' => int 14
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      15 => 
        object(PHPExcel_Style)[446]
          protected 'font' => 
            object(PHPExcel_Style_Font)[447]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[449]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[452]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[463]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[464]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[465]
              ...
          protected 'index' => int 15
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      16 => 
        object(PHPExcel_Style)[466]
          protected 'font' => 
            object(PHPExcel_Style_Font)[467]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[469]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[472]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[483]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[484]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[485]
              ...
          protected 'index' => int 16
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      17 => 
        object(PHPExcel_Style)[486]
          protected 'font' => 
            object(PHPExcel_Style_Font)[487]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[489]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[492]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[503]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[504]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[505]
              ...
          protected 'index' => int 17
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      18 => 
        object(PHPExcel_Style)[510]
          protected 'font' => 
            object(PHPExcel_Style_Font)[511]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[513]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[516]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[527]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[528]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[529]
              ...
          protected 'index' => int 18
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      19 => 
        object(PHPExcel_Style)[531]
          protected 'font' => 
            object(PHPExcel_Style_Font)[532]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[534]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[537]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[548]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[549]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[550]
              ...
          protected 'index' => int 19
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      20 => 
        object(PHPExcel_Style)[551]
          protected 'font' => 
            object(PHPExcel_Style_Font)[552]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[554]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[557]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[568]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[569]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[570]
              ...
          protected 'index' => int 20
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      21 => 
        object(PHPExcel_Style)[620]
          protected 'font' => 
            object(PHPExcel_Style_Font)[609]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[619]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[614]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[583]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[602]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[601]
              ...
          protected 'index' => int 21
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      22 => 
        object(PHPExcel_Style)[600]
          protected 'font' => 
            object(PHPExcel_Style_Font)[589]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[599]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[594]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[623]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[624]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[625]
              ...
          protected 'index' => int 22
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      23 => 
        object(PHPExcel_Style)[626]
          protected 'font' => 
            object(PHPExcel_Style_Font)[627]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[629]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[632]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[643]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[644]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[645]
              ...
          protected 'index' => int 23
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      24 => 
        object(PHPExcel_Style)[646]
          protected 'font' => 
            object(PHPExcel_Style_Font)[647]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[649]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[652]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[663]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[664]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[665]
              ...
          protected 'index' => int 24
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      25 => 
        object(PHPExcel_Style)[666]
          protected 'font' => 
            object(PHPExcel_Style_Font)[667]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[669]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[672]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[683]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[684]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[685]
              ...
          protected 'index' => int 25
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      26 => 
        object(PHPExcel_Style)[686]
          protected 'font' => 
            object(PHPExcel_Style_Font)[687]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[689]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[692]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[703]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[704]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[705]
              ...
          protected 'index' => int 26
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      27 => 
        object(PHPExcel_Style)[708]
          protected 'font' => 
            object(PHPExcel_Style_Font)[709]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[711]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[714]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[725]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[726]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[727]
              ...
          protected 'index' => int 27
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      28 => 
        object(PHPExcel_Style)[728]
          protected 'font' => 
            object(PHPExcel_Style_Font)[729]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[731]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[734]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[745]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[746]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[747]
              ...
          protected 'index' => int 28
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      29 => 
        object(PHPExcel_Style)[748]
          protected 'font' => 
            object(PHPExcel_Style_Font)[749]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[751]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[754]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[765]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[766]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[767]
              ...
          protected 'index' => int 29
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      30 => 
        object(PHPExcel_Style)[768]
          protected 'font' => 
            object(PHPExcel_Style_Font)[769]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[771]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[774]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[785]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[786]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[787]
              ...
          protected 'index' => int 30
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      31 => 
        object(PHPExcel_Style)[788]
          protected 'font' => 
            object(PHPExcel_Style_Font)[789]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[791]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[794]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[805]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[806]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[807]
              ...
          protected 'index' => int 31
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      32 => 
        object(PHPExcel_Style)[808]
          protected 'font' => 
            object(PHPExcel_Style_Font)[809]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[811]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[814]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[825]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[826]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[827]
              ...
          protected 'index' => int 32
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      33 => 
        object(PHPExcel_Style)[828]
          protected 'font' => 
            object(PHPExcel_Style_Font)[829]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[831]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[834]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[845]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[846]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[847]
              ...
          protected 'index' => int 33
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      34 => 
        object(PHPExcel_Style)[848]
          protected 'font' => 
            object(PHPExcel_Style_Font)[849]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[851]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[854]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[865]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[866]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[867]
              ...
          protected 'index' => int 34
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      35 => 
        object(PHPExcel_Style)[868]
          protected 'font' => 
            object(PHPExcel_Style_Font)[869]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[871]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[874]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[885]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[886]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[887]
              ...
          protected 'index' => int 35
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      36 => 
        object(PHPExcel_Style)[888]
          protected 'font' => 
            object(PHPExcel_Style_Font)[890]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[892]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[893]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[894]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[907]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[906]
              ...
          protected 'index' => int 36
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      37 => 
        object(PHPExcel_Style)[908]
          protected 'font' => 
            object(PHPExcel_Style_Font)[909]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[911]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[914]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[925]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[926]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[927]
              ...
          protected 'index' => int 37
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      38 => 
        object(PHPExcel_Style)[928]
          protected 'font' => 
            object(PHPExcel_Style_Font)[929]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[931]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[934]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[945]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[946]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[947]
              ...
          protected 'index' => int 38
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      39 => 
        object(PHPExcel_Style)[948]
          protected 'font' => 
            object(PHPExcel_Style_Font)[949]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[951]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[954]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[965]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[966]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[967]
              ...
          protected 'index' => int 39
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'cellStyleXfCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Style)[69]
          protected 'font' => 
            object(PHPExcel_Style_Font)[70]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[72]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[75]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[86]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[87]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[88]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'hasMacros' => boolean false
  private 'macrosCode' => null
  private 'macrosCertificate' => null
  private 'ribbonXMLData' => null
  private 'ribbonBinObjects' => null
$objPayable =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:270:
object(PHPExcel_RichText_Run)[176]
  private 'font' => 
    object(PHPExcel_Style_Font)[177]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean true
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[179]
          protected 'argb' => string 'FF008000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
$objRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:270:
object(PHPExcel_RichText)[174]
  private 'richTextElements' => 
    array (size=3)
      0 => 
        object(PHPExcel_RichText_TextElement)[175]
          private 'text' => string 'This invoice is ' (length=16)
      1 => 
        object(PHPExcel_RichText_Run)[176]
          private 'font' => 
            object(PHPExcel_Style_Font)[177]
              ...
          private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
      2 => 
        object(PHPExcel_RichText_TextElement)[178]
          private 'text' => string ', unless specified otherwise on the invoice.' (length=44)
$sLloremIpsum =
Undefined
$styleThickBrownBorderOutline =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:270:
array (size=1)
  'borders' => 
    array (size=1)
      'outline' => 
        array (size=2)
          'style' => string 'thick' (length=5)
          'color' => 
            array (size=1)
              ...
$styleThinBlackBorderOutline =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:270:
array (size=1)
  'borders' => 
    array (size=1)
      'outline' => 
        array (size=2)
          'style' => string 'thin' (length=4)
          'color' => 
            array (size=1)
              ...
EOL03:10:28 Add a hyperlink to another cell on a different worksheet within the workbook
( ! ) Warning: Use of undefined constant EOL - assumed 'EOL' (this will throw an Error in a future version of PHP) in C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php on line 276
Call Stack
#TimeMemoryFunctionLocation
10.0020532768{main}( )...\05featuredemo.inc.php:0
Variables in local scope (#1)
$objCommentRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:276:
object(PHPExcel_RichText_Run)[165]
  private 'font' => 
    object(PHPExcel_Style_Font)[166]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean false
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[167]
          protected 'argb' => string 'FF000000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'PHPExcel:' (length=9)
$objDrawing =
Undefined
$objPHPExcel =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:276:
object(PHPExcel)[1]
  private 'uniqueID' => string '67d4efa3712bb' (length=13)
  private 'properties' => 
    object(PHPExcel_DocumentProperties)[17]
      private 'creator' => string 'Maarten Balliauw' (length=16)
      private 'lastModifiedBy' => string 'Maarten Balliauw' (length=16)
      private 'created' => int 1742008227
      private 'modified' => int 1742008227
      private 'title' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'description' => string 'Test document for Office 2007 XLSX, generated using PHP classes.' (length=64)
      private 'subject' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'keywords' => string 'office 2007 openxml php' (length=23)
      private 'category' => string 'Test result file' (length=16)
      private 'manager' => string '' (length=0)
      private 'company' => string 'Microsoft Corporation' (length=21)
      private 'customProperties' => 
        array (size=0)
          empty
  private 'security' => 
    object(PHPExcel_DocumentSecurity)[18]
      private 'lockRevision' => boolean false
      private 'lockStructure' => boolean false
      private 'lockWindows' => boolean false
      private 'revisionsPassword' => string '' (length=0)
      private 'workbookPassword' => string '' (length=0)
  private 'workSheetCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Worksheet)[5]
          private 'parent' => 
            &object(PHPExcel)[1]
          private 'cellCollection' => 
            object(PHPExcel_CachedObjectStorage_Memory)[6]
              ...
          private 'rowDimensions' => 
            array (size=0)
              ...
          private 'defaultRowDimension' => 
            object(PHPExcel_Worksheet_RowDimension)[14]
              ...
          private 'columnDimensions' => 
            array (size=3)
              ...
          private 'defaultColumnDimension' => 
            object(PHPExcel_Worksheet_ColumnDimension)[15]
              ...
          private 'drawingCollection' => 
            object(ArrayObject)[11]
              ...
          private 'chartCollection' => 
            object(ArrayObject)[12]
              ...
          private 'title' => string 'Worksheet' (length=9)
          private 'sheetState' => string 'visible' (length=7)
          private 'pageSetup' => 
            object(PHPExcel_Worksheet_PageSetup)[7]
              ...
          private 'pageMargins' => 
            object(PHPExcel_Worksheet_PageMargins)[8]
              ...
          private 'headerFooter' => 
            object(PHPExcel_Worksheet_HeaderFooter)[9]
              ...
          private 'sheetView' => 
            object(PHPExcel_Worksheet_SheetView)[10]
              ...
          private 'protection' => 
            object(PHPExcel_Worksheet_Protection)[13]
              ...
          private 'styles' => 
            array (size=0)
              ...
          private 'conditionalStylesCollection' => 
            array (size=0)
              ...
          private 'cellCollectionIsSorted' => boolean false
          private 'breaks' => 
            array (size=0)
              ...
          private 'mergeCells' => 
            array (size=1)
              ...
          private 'protectedCells' => 
            array (size=1)
              ...
          private 'autoFilter' => 
            object(PHPExcel_Worksheet_AutoFilter)[16]
              ...
          private 'freezePane' => string '' (length=0)
          private 'showGridlines' => boolean true
          private 'printGridlines' => boolean false
          private 'showRowColHeaders' => boolean true
          private 'showSummaryBelow' => boolean true
          private 'showSummaryRight' => boolean true
          private 'comments' => 
            array (size=3)
              ...
          private 'activeCell' => string 'E26' (length=3)
          private 'selectedCells' => string 'E26' (length=3)
          private 'cachedHighestColumn' => string 'E' (length=1)
          private 'cachedHighestRow' => string '28' (length=2)
          private 'rightToLeft' => boolean false
          private 'hyperlinkCollection' => 
            array (size=1)
              ...
          private 'dataValidationCollection' => 
            array (size=0)
              ...
          private 'tabColor' => null
          private 'dirty' => boolean false
          private 'hash' => string 'f14d89c698b0853de7405487abda9c1c' (length=32)
          private 'codeName' => string 'Worksheet' (length=9)
  private 'calculationEngine' => 
    object(PHPExcel_Calculation)[2]
      private 'workbook' => 
        &object(PHPExcel)[1]
      private 'calculationCache' => 
        array (size=0)
          empty
      private 'calculationCacheEnabled' => boolean true
      private 'debugLog' => null
      public 'suppressFormulaErrors' => boolean false
      public 'formulaError' => null
      private 'cyclicReferenceStack' => 
        object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
          private 'stack' => 
            array (size=0)
              ...
      private 'cellStack' => 
        array (size=0)
          empty
      private 'cyclicFormulaCounter' => int 1
      private 'cyclicFormulaCell' => string '' (length=0)
      public 'cyclicFormulaCount' => int 1
      private 'delta' => float 1.0E-14
      public '_debugLog' => 
        object(PHPExcel_CalcEngine_Logger)[4]
          private 'writeDebugLog' => boolean false
          private 'echoDebugLog' => boolean false
          private 'debugLog' => 
            array (size=0)
              ...
          private 'cellStack' => 
            object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
              ...
  private 'activeSheetIndex' => int 0
  private 'namedRanges' => 
    array (size=0)
      empty
  private 'cellXfSupervisor' => 
    object(PHPExcel_Style)[19]
      protected 'font' => 
        object(PHPExcel_Style_Font)[20]
          protected 'name' => string 'Calibri' (length=7)
          protected 'size' => int 11
          protected 'bold' => boolean false
          protected 'italic' => boolean false
          protected 'superScript' => boolean false
          protected 'subScript' => boolean false
          protected 'underline' => string 'none' (length=4)
          protected 'strikethrough' => boolean false
          protected 'color' => 
            object(PHPExcel_Style_Color)[21]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'fill' => 
        object(PHPExcel_Style_Fill)[22]
          protected 'fillType' => string 'none' (length=4)
          protected 'rotation' => int 0
          protected 'startColor' => 
            object(PHPExcel_Style_Color)[23]
              ...
          protected 'endColor' => 
            object(PHPExcel_Style_Color)[24]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'borders' => 
        object(PHPExcel_Style_Borders)[25]
          protected 'left' => 
            object(PHPExcel_Style_Border)[26]
              ...
          protected 'right' => 
            object(PHPExcel_Style_Border)[28]
              ...
          protected 'top' => 
            object(PHPExcel_Style_Border)[30]
              ...
          protected 'bottom' => 
            object(PHPExcel_Style_Border)[32]
              ...
          protected 'diagonal' => 
            object(PHPExcel_Style_Border)[34]
              ...
          protected 'diagonalDirection' => int 0
          protected 'allBorders' => 
            object(PHPExcel_Style_Border)[36]
              ...
          protected 'outline' => 
            object(PHPExcel_Style_Border)[38]
              ...
          protected 'inside' => 
            object(PHPExcel_Style_Border)[40]
              ...
          protected 'vertical' => 
            object(PHPExcel_Style_Border)[42]
              ...
          protected 'horizontal' => 
            object(PHPExcel_Style_Border)[44]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'alignment' => 
        object(PHPExcel_Style_Alignment)[46]
          protected 'horizontal' => string 'general' (length=7)
          protected 'vertical' => string 'bottom' (length=6)
          protected 'textRotation' => int 0
          protected 'wrapText' => boolean false
          protected 'shrinkToFit' => boolean false
          protected 'indent' => int 0
          protected 'readorder' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'numberFormat' => 
        object(PHPExcel_Style_NumberFormat)[47]
          protected 'formatCode' => string 'General' (length=7)
          protected 'builtInFormatCode' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'conditionalStyles' => 
        array (size=0)
          empty
      protected 'protection' => 
        object(PHPExcel_Style_Protection)[48]
          protected 'locked' => string 'inherit' (length=7)
          protected 'hidden' => string 'inherit' (length=7)
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'index' => null
      protected 'quotePrefix' => boolean false
      protected 'isSupervisor' => boolean true
      protected 'parent' => 
        &object(PHPExcel)[1]
  private 'cellXfCollection' => 
    array (size=40)
      0 => 
        object(PHPExcel_Style)[49]
          protected 'font' => 
            object(PHPExcel_Style_Font)[50]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[52]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[55]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[66]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[67]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[68]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      1 => 
        object(PHPExcel_Style)[92]
          protected 'font' => 
            object(PHPExcel_Style_Font)[93]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[95]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[98]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[109]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[110]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[111]
              ...
          protected 'index' => int 1
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      2 => 
        object(PHPExcel_Style)[183]
          protected 'font' => 
            object(PHPExcel_Style_Font)[184]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[186]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[189]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[200]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[201]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[202]
              ...
          protected 'index' => int 2
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      3 => 
        object(PHPExcel_Style)[206]
          protected 'font' => 
            object(PHPExcel_Style_Font)[207]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[209]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[212]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[223]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[224]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[225]
              ...
          protected 'index' => int 3
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      4 => 
        object(PHPExcel_Style)[226]
          protected 'font' => 
            object(PHPExcel_Style_Font)[227]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[229]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[232]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[243]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[244]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[245]
              ...
          protected 'index' => int 4
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      5 => 
        object(PHPExcel_Style)[246]
          protected 'font' => 
            object(PHPExcel_Style_Font)[247]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[249]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[252]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[263]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[264]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[265]
              ...
          protected 'index' => int 5
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      6 => 
        object(PHPExcel_Style)[266]
          protected 'font' => 
            object(PHPExcel_Style_Font)[267]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[269]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[272]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[283]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[284]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[285]
              ...
          protected 'index' => int 6
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      7 => 
        object(PHPExcel_Style)[286]
          protected 'font' => 
            object(PHPExcel_Style_Font)[287]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[289]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[292]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[303]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[304]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[305]
              ...
          protected 'index' => int 7
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      8 => 
        object(PHPExcel_Style)[306]
          protected 'font' => 
            object(PHPExcel_Style_Font)[307]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[309]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[312]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[323]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[324]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[325]
              ...
          protected 'index' => int 8
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      9 => 
        object(PHPExcel_Style)[326]
          protected 'font' => 
            object(PHPExcel_Style_Font)[327]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[329]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[332]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[343]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[344]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[345]
              ...
          protected 'index' => int 9
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      10 => 
        object(PHPExcel_Style)[346]
          protected 'font' => 
            object(PHPExcel_Style_Font)[347]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[349]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[352]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[363]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[364]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[365]
              ...
          protected 'index' => int 10
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      11 => 
        object(PHPExcel_Style)[366]
          protected 'font' => 
            object(PHPExcel_Style_Font)[367]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[369]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[372]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[383]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[384]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[385]
              ...
          protected 'index' => int 11
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      12 => 
        object(PHPExcel_Style)[386]
          protected 'font' => 
            object(PHPExcel_Style_Font)[387]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[389]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[392]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[403]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[404]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[405]
              ...
          protected 'index' => int 12
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      13 => 
        object(PHPExcel_Style)[406]
          protected 'font' => 
            object(PHPExcel_Style_Font)[425]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[423]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[422]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[410]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[407]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[408]
              ...
          protected 'index' => int 13
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      14 => 
        object(PHPExcel_Style)[426]
          protected 'font' => 
            object(PHPExcel_Style_Font)[427]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[429]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[432]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[443]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[444]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[445]
              ...
          protected 'index' => int 14
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      15 => 
        object(PHPExcel_Style)[446]
          protected 'font' => 
            object(PHPExcel_Style_Font)[447]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[449]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[452]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[463]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[464]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[465]
              ...
          protected 'index' => int 15
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      16 => 
        object(PHPExcel_Style)[466]
          protected 'font' => 
            object(PHPExcel_Style_Font)[467]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[469]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[472]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[483]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[484]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[485]
              ...
          protected 'index' => int 16
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      17 => 
        object(PHPExcel_Style)[486]
          protected 'font' => 
            object(PHPExcel_Style_Font)[487]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[489]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[492]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[503]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[504]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[505]
              ...
          protected 'index' => int 17
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      18 => 
        object(PHPExcel_Style)[510]
          protected 'font' => 
            object(PHPExcel_Style_Font)[511]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[513]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[516]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[527]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[528]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[529]
              ...
          protected 'index' => int 18
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      19 => 
        object(PHPExcel_Style)[531]
          protected 'font' => 
            object(PHPExcel_Style_Font)[532]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[534]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[537]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[548]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[549]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[550]
              ...
          protected 'index' => int 19
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      20 => 
        object(PHPExcel_Style)[551]
          protected 'font' => 
            object(PHPExcel_Style_Font)[552]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[554]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[557]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[568]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[569]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[570]
              ...
          protected 'index' => int 20
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      21 => 
        object(PHPExcel_Style)[620]
          protected 'font' => 
            object(PHPExcel_Style_Font)[609]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[619]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[614]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[583]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[602]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[601]
              ...
          protected 'index' => int 21
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      22 => 
        object(PHPExcel_Style)[600]
          protected 'font' => 
            object(PHPExcel_Style_Font)[589]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[599]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[594]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[623]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[624]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[625]
              ...
          protected 'index' => int 22
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      23 => 
        object(PHPExcel_Style)[626]
          protected 'font' => 
            object(PHPExcel_Style_Font)[627]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[629]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[632]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[643]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[644]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[645]
              ...
          protected 'index' => int 23
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      24 => 
        object(PHPExcel_Style)[646]
          protected 'font' => 
            object(PHPExcel_Style_Font)[647]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[649]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[652]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[663]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[664]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[665]
              ...
          protected 'index' => int 24
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      25 => 
        object(PHPExcel_Style)[666]
          protected 'font' => 
            object(PHPExcel_Style_Font)[667]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[669]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[672]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[683]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[684]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[685]
              ...
          protected 'index' => int 25
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      26 => 
        object(PHPExcel_Style)[686]
          protected 'font' => 
            object(PHPExcel_Style_Font)[687]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[689]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[692]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[703]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[704]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[705]
              ...
          protected 'index' => int 26
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      27 => 
        object(PHPExcel_Style)[708]
          protected 'font' => 
            object(PHPExcel_Style_Font)[709]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[711]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[714]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[725]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[726]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[727]
              ...
          protected 'index' => int 27
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      28 => 
        object(PHPExcel_Style)[728]
          protected 'font' => 
            object(PHPExcel_Style_Font)[729]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[731]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[734]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[745]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[746]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[747]
              ...
          protected 'index' => int 28
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      29 => 
        object(PHPExcel_Style)[748]
          protected 'font' => 
            object(PHPExcel_Style_Font)[749]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[751]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[754]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[765]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[766]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[767]
              ...
          protected 'index' => int 29
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      30 => 
        object(PHPExcel_Style)[768]
          protected 'font' => 
            object(PHPExcel_Style_Font)[769]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[771]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[774]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[785]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[786]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[787]
              ...
          protected 'index' => int 30
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      31 => 
        object(PHPExcel_Style)[788]
          protected 'font' => 
            object(PHPExcel_Style_Font)[789]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[791]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[794]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[805]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[806]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[807]
              ...
          protected 'index' => int 31
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      32 => 
        object(PHPExcel_Style)[808]
          protected 'font' => 
            object(PHPExcel_Style_Font)[809]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[811]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[814]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[825]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[826]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[827]
              ...
          protected 'index' => int 32
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      33 => 
        object(PHPExcel_Style)[828]
          protected 'font' => 
            object(PHPExcel_Style_Font)[829]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[831]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[834]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[845]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[846]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[847]
              ...
          protected 'index' => int 33
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      34 => 
        object(PHPExcel_Style)[848]
          protected 'font' => 
            object(PHPExcel_Style_Font)[849]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[851]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[854]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[865]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[866]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[867]
              ...
          protected 'index' => int 34
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      35 => 
        object(PHPExcel_Style)[868]
          protected 'font' => 
            object(PHPExcel_Style_Font)[869]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[871]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[874]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[885]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[886]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[887]
              ...
          protected 'index' => int 35
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      36 => 
        object(PHPExcel_Style)[888]
          protected 'font' => 
            object(PHPExcel_Style_Font)[890]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[892]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[893]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[894]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[907]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[906]
              ...
          protected 'index' => int 36
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      37 => 
        object(PHPExcel_Style)[908]
          protected 'font' => 
            object(PHPExcel_Style_Font)[909]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[911]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[914]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[925]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[926]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[927]
              ...
          protected 'index' => int 37
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      38 => 
        object(PHPExcel_Style)[928]
          protected 'font' => 
            object(PHPExcel_Style_Font)[929]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[931]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[934]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[945]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[946]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[947]
              ...
          protected 'index' => int 38
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      39 => 
        object(PHPExcel_Style)[948]
          protected 'font' => 
            object(PHPExcel_Style_Font)[949]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[951]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[954]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[965]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[966]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[967]
              ...
          protected 'index' => int 39
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'cellStyleXfCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Style)[69]
          protected 'font' => 
            object(PHPExcel_Style_Font)[70]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[72]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[75]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[86]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[87]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[88]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'hasMacros' => boolean false
  private 'macrosCode' => null
  private 'macrosCertificate' => null
  private 'ribbonXMLData' => null
  private 'ribbonBinObjects' => null
$objPayable =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:276:
object(PHPExcel_RichText_Run)[176]
  private 'font' => 
    object(PHPExcel_Style_Font)[177]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean true
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[179]
          protected 'argb' => string 'FF008000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
$objRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:276:
object(PHPExcel_RichText)[174]
  private 'richTextElements' => 
    array (size=3)
      0 => 
        object(PHPExcel_RichText_TextElement)[175]
          private 'text' => string 'This invoice is ' (length=16)
      1 => 
        object(PHPExcel_RichText_Run)[176]
          private 'font' => 
            object(PHPExcel_Style_Font)[177]
              ...
          private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
      2 => 
        object(PHPExcel_RichText_TextElement)[178]
          private 'text' => string ', unless specified otherwise on the invoice.' (length=44)
$sLloremIpsum =
Undefined
$styleThickBrownBorderOutline =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:276:
array (size=1)
  'borders' => 
    array (size=1)
      'outline' => 
        array (size=2)
          'style' => string 'thick' (length=5)
          'color' => 
            array (size=1)
              ...
$styleThinBlackBorderOutline =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:276:
array (size=1)
  'borders' => 
    array (size=1)
      'outline' => 
        array (size=2)
          'style' => string 'thin' (length=4)
          'color' => 
            array (size=1)
              ...
EOL03:10:28 Add a drawing to the worksheet
( ! ) Warning: Use of undefined constant EOL - assumed 'EOL' (this will throw an Error in a future version of PHP) in C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php on line 283
Call Stack
#TimeMemoryFunctionLocation
10.0020532768{main}( )...\05featuredemo.inc.php:0
Variables in local scope (#1)
$objCommentRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:283:
object(PHPExcel_RichText_Run)[165]
  private 'font' => 
    object(PHPExcel_Style_Font)[166]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean false
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[167]
          protected 'argb' => string 'FF000000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'PHPExcel:' (length=9)
$objDrawing =
Undefined
$objPHPExcel =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:283:
object(PHPExcel)[1]
  private 'uniqueID' => string '67d4efa3712bb' (length=13)
  private 'properties' => 
    object(PHPExcel_DocumentProperties)[17]
      private 'creator' => string 'Maarten Balliauw' (length=16)
      private 'lastModifiedBy' => string 'Maarten Balliauw' (length=16)
      private 'created' => int 1742008227
      private 'modified' => int 1742008227
      private 'title' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'description' => string 'Test document for Office 2007 XLSX, generated using PHP classes.' (length=64)
      private 'subject' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'keywords' => string 'office 2007 openxml php' (length=23)
      private 'category' => string 'Test result file' (length=16)
      private 'manager' => string '' (length=0)
      private 'company' => string 'Microsoft Corporation' (length=21)
      private 'customProperties' => 
        array (size=0)
          empty
  private 'security' => 
    object(PHPExcel_DocumentSecurity)[18]
      private 'lockRevision' => boolean false
      private 'lockStructure' => boolean false
      private 'lockWindows' => boolean false
      private 'revisionsPassword' => string '' (length=0)
      private 'workbookPassword' => string '' (length=0)
  private 'workSheetCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Worksheet)[5]
          private 'parent' => 
            &object(PHPExcel)[1]
          private 'cellCollection' => 
            object(PHPExcel_CachedObjectStorage_Memory)[6]
              ...
          private 'rowDimensions' => 
            array (size=0)
              ...
          private 'defaultRowDimension' => 
            object(PHPExcel_Worksheet_RowDimension)[14]
              ...
          private 'columnDimensions' => 
            array (size=3)
              ...
          private 'defaultColumnDimension' => 
            object(PHPExcel_Worksheet_ColumnDimension)[15]
              ...
          private 'drawingCollection' => 
            object(ArrayObject)[11]
              ...
          private 'chartCollection' => 
            object(ArrayObject)[12]
              ...
          private 'title' => string 'Worksheet' (length=9)
          private 'sheetState' => string 'visible' (length=7)
          private 'pageSetup' => 
            object(PHPExcel_Worksheet_PageSetup)[7]
              ...
          private 'pageMargins' => 
            object(PHPExcel_Worksheet_PageMargins)[8]
              ...
          private 'headerFooter' => 
            object(PHPExcel_Worksheet_HeaderFooter)[9]
              ...
          private 'sheetView' => 
            object(PHPExcel_Worksheet_SheetView)[10]
              ...
          private 'protection' => 
            object(PHPExcel_Worksheet_Protection)[13]
              ...
          private 'styles' => 
            array (size=0)
              ...
          private 'conditionalStylesCollection' => 
            array (size=0)
              ...
          private 'cellCollectionIsSorted' => boolean false
          private 'breaks' => 
            array (size=0)
              ...
          private 'mergeCells' => 
            array (size=1)
              ...
          private 'protectedCells' => 
            array (size=1)
              ...
          private 'autoFilter' => 
            object(PHPExcel_Worksheet_AutoFilter)[16]
              ...
          private 'freezePane' => string '' (length=0)
          private 'showGridlines' => boolean true
          private 'printGridlines' => boolean false
          private 'showRowColHeaders' => boolean true
          private 'showSummaryBelow' => boolean true
          private 'showSummaryRight' => boolean true
          private 'comments' => 
            array (size=3)
              ...
          private 'activeCell' => string 'E27' (length=3)
          private 'selectedCells' => string 'E27' (length=3)
          private 'cachedHighestColumn' => string 'E' (length=1)
          private 'cachedHighestRow' => string '28' (length=2)
          private 'rightToLeft' => boolean false
          private 'hyperlinkCollection' => 
            array (size=2)
              ...
          private 'dataValidationCollection' => 
            array (size=0)
              ...
          private 'tabColor' => null
          private 'dirty' => boolean false
          private 'hash' => string 'f14d89c698b0853de7405487abda9c1c' (length=32)
          private 'codeName' => string 'Worksheet' (length=9)
  private 'calculationEngine' => 
    object(PHPExcel_Calculation)[2]
      private 'workbook' => 
        &object(PHPExcel)[1]
      private 'calculationCache' => 
        array (size=0)
          empty
      private 'calculationCacheEnabled' => boolean true
      private 'debugLog' => null
      public 'suppressFormulaErrors' => boolean false
      public 'formulaError' => null
      private 'cyclicReferenceStack' => 
        object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
          private 'stack' => 
            array (size=0)
              ...
      private 'cellStack' => 
        array (size=0)
          empty
      private 'cyclicFormulaCounter' => int 1
      private 'cyclicFormulaCell' => string '' (length=0)
      public 'cyclicFormulaCount' => int 1
      private 'delta' => float 1.0E-14
      public '_debugLog' => 
        object(PHPExcel_CalcEngine_Logger)[4]
          private 'writeDebugLog' => boolean false
          private 'echoDebugLog' => boolean false
          private 'debugLog' => 
            array (size=0)
              ...
          private 'cellStack' => 
            object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
              ...
  private 'activeSheetIndex' => int 0
  private 'namedRanges' => 
    array (size=0)
      empty
  private 'cellXfSupervisor' => 
    object(PHPExcel_Style)[19]
      protected 'font' => 
        object(PHPExcel_Style_Font)[20]
          protected 'name' => string 'Calibri' (length=7)
          protected 'size' => int 11
          protected 'bold' => boolean false
          protected 'italic' => boolean false
          protected 'superScript' => boolean false
          protected 'subScript' => boolean false
          protected 'underline' => string 'none' (length=4)
          protected 'strikethrough' => boolean false
          protected 'color' => 
            object(PHPExcel_Style_Color)[21]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'fill' => 
        object(PHPExcel_Style_Fill)[22]
          protected 'fillType' => string 'none' (length=4)
          protected 'rotation' => int 0
          protected 'startColor' => 
            object(PHPExcel_Style_Color)[23]
              ...
          protected 'endColor' => 
            object(PHPExcel_Style_Color)[24]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'borders' => 
        object(PHPExcel_Style_Borders)[25]
          protected 'left' => 
            object(PHPExcel_Style_Border)[26]
              ...
          protected 'right' => 
            object(PHPExcel_Style_Border)[28]
              ...
          protected 'top' => 
            object(PHPExcel_Style_Border)[30]
              ...
          protected 'bottom' => 
            object(PHPExcel_Style_Border)[32]
              ...
          protected 'diagonal' => 
            object(PHPExcel_Style_Border)[34]
              ...
          protected 'diagonalDirection' => int 0
          protected 'allBorders' => 
            object(PHPExcel_Style_Border)[36]
              ...
          protected 'outline' => 
            object(PHPExcel_Style_Border)[38]
              ...
          protected 'inside' => 
            object(PHPExcel_Style_Border)[40]
              ...
          protected 'vertical' => 
            object(PHPExcel_Style_Border)[42]
              ...
          protected 'horizontal' => 
            object(PHPExcel_Style_Border)[44]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'alignment' => 
        object(PHPExcel_Style_Alignment)[46]
          protected 'horizontal' => string 'general' (length=7)
          protected 'vertical' => string 'bottom' (length=6)
          protected 'textRotation' => int 0
          protected 'wrapText' => boolean false
          protected 'shrinkToFit' => boolean false
          protected 'indent' => int 0
          protected 'readorder' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'numberFormat' => 
        object(PHPExcel_Style_NumberFormat)[47]
          protected 'formatCode' => string 'General' (length=7)
          protected 'builtInFormatCode' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'conditionalStyles' => 
        array (size=0)
          empty
      protected 'protection' => 
        object(PHPExcel_Style_Protection)[48]
          protected 'locked' => string 'inherit' (length=7)
          protected 'hidden' => string 'inherit' (length=7)
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'index' => null
      protected 'quotePrefix' => boolean false
      protected 'isSupervisor' => boolean true
      protected 'parent' => 
        &object(PHPExcel)[1]
  private 'cellXfCollection' => 
    array (size=40)
      0 => 
        object(PHPExcel_Style)[49]
          protected 'font' => 
            object(PHPExcel_Style_Font)[50]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[52]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[55]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[66]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[67]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[68]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      1 => 
        object(PHPExcel_Style)[92]
          protected 'font' => 
            object(PHPExcel_Style_Font)[93]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[95]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[98]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[109]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[110]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[111]
              ...
          protected 'index' => int 1
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      2 => 
        object(PHPExcel_Style)[183]
          protected 'font' => 
            object(PHPExcel_Style_Font)[184]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[186]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[189]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[200]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[201]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[202]
              ...
          protected 'index' => int 2
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      3 => 
        object(PHPExcel_Style)[206]
          protected 'font' => 
            object(PHPExcel_Style_Font)[207]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[209]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[212]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[223]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[224]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[225]
              ...
          protected 'index' => int 3
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      4 => 
        object(PHPExcel_Style)[226]
          protected 'font' => 
            object(PHPExcel_Style_Font)[227]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[229]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[232]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[243]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[244]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[245]
              ...
          protected 'index' => int 4
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      5 => 
        object(PHPExcel_Style)[246]
          protected 'font' => 
            object(PHPExcel_Style_Font)[247]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[249]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[252]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[263]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[264]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[265]
              ...
          protected 'index' => int 5
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      6 => 
        object(PHPExcel_Style)[266]
          protected 'font' => 
            object(PHPExcel_Style_Font)[267]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[269]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[272]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[283]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[284]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[285]
              ...
          protected 'index' => int 6
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      7 => 
        object(PHPExcel_Style)[286]
          protected 'font' => 
            object(PHPExcel_Style_Font)[287]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[289]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[292]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[303]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[304]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[305]
              ...
          protected 'index' => int 7
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      8 => 
        object(PHPExcel_Style)[306]
          protected 'font' => 
            object(PHPExcel_Style_Font)[307]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[309]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[312]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[323]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[324]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[325]
              ...
          protected 'index' => int 8
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      9 => 
        object(PHPExcel_Style)[326]
          protected 'font' => 
            object(PHPExcel_Style_Font)[327]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[329]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[332]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[343]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[344]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[345]
              ...
          protected 'index' => int 9
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      10 => 
        object(PHPExcel_Style)[346]
          protected 'font' => 
            object(PHPExcel_Style_Font)[347]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[349]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[352]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[363]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[364]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[365]
              ...
          protected 'index' => int 10
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      11 => 
        object(PHPExcel_Style)[366]
          protected 'font' => 
            object(PHPExcel_Style_Font)[367]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[369]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[372]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[383]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[384]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[385]
              ...
          protected 'index' => int 11
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      12 => 
        object(PHPExcel_Style)[386]
          protected 'font' => 
            object(PHPExcel_Style_Font)[387]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[389]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[392]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[403]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[404]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[405]
              ...
          protected 'index' => int 12
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      13 => 
        object(PHPExcel_Style)[406]
          protected 'font' => 
            object(PHPExcel_Style_Font)[425]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[423]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[422]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[410]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[407]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[408]
              ...
          protected 'index' => int 13
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      14 => 
        object(PHPExcel_Style)[426]
          protected 'font' => 
            object(PHPExcel_Style_Font)[427]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[429]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[432]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[443]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[444]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[445]
              ...
          protected 'index' => int 14
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      15 => 
        object(PHPExcel_Style)[446]
          protected 'font' => 
            object(PHPExcel_Style_Font)[447]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[449]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[452]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[463]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[464]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[465]
              ...
          protected 'index' => int 15
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      16 => 
        object(PHPExcel_Style)[466]
          protected 'font' => 
            object(PHPExcel_Style_Font)[467]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[469]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[472]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[483]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[484]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[485]
              ...
          protected 'index' => int 16
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      17 => 
        object(PHPExcel_Style)[486]
          protected 'font' => 
            object(PHPExcel_Style_Font)[487]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[489]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[492]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[503]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[504]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[505]
              ...
          protected 'index' => int 17
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      18 => 
        object(PHPExcel_Style)[510]
          protected 'font' => 
            object(PHPExcel_Style_Font)[511]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[513]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[516]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[527]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[528]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[529]
              ...
          protected 'index' => int 18
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      19 => 
        object(PHPExcel_Style)[531]
          protected 'font' => 
            object(PHPExcel_Style_Font)[532]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[534]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[537]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[548]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[549]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[550]
              ...
          protected 'index' => int 19
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      20 => 
        object(PHPExcel_Style)[551]
          protected 'font' => 
            object(PHPExcel_Style_Font)[552]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[554]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[557]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[568]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[569]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[570]
              ...
          protected 'index' => int 20
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      21 => 
        object(PHPExcel_Style)[620]
          protected 'font' => 
            object(PHPExcel_Style_Font)[609]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[619]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[614]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[583]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[602]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[601]
              ...
          protected 'index' => int 21
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      22 => 
        object(PHPExcel_Style)[600]
          protected 'font' => 
            object(PHPExcel_Style_Font)[589]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[599]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[594]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[623]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[624]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[625]
              ...
          protected 'index' => int 22
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      23 => 
        object(PHPExcel_Style)[626]
          protected 'font' => 
            object(PHPExcel_Style_Font)[627]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[629]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[632]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[643]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[644]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[645]
              ...
          protected 'index' => int 23
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      24 => 
        object(PHPExcel_Style)[646]
          protected 'font' => 
            object(PHPExcel_Style_Font)[647]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[649]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[652]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[663]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[664]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[665]
              ...
          protected 'index' => int 24
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      25 => 
        object(PHPExcel_Style)[666]
          protected 'font' => 
            object(PHPExcel_Style_Font)[667]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[669]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[672]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[683]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[684]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[685]
              ...
          protected 'index' => int 25
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      26 => 
        object(PHPExcel_Style)[686]
          protected 'font' => 
            object(PHPExcel_Style_Font)[687]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[689]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[692]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[703]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[704]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[705]
              ...
          protected 'index' => int 26
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      27 => 
        object(PHPExcel_Style)[708]
          protected 'font' => 
            object(PHPExcel_Style_Font)[709]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[711]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[714]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[725]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[726]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[727]
              ...
          protected 'index' => int 27
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      28 => 
        object(PHPExcel_Style)[728]
          protected 'font' => 
            object(PHPExcel_Style_Font)[729]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[731]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[734]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[745]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[746]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[747]
              ...
          protected 'index' => int 28
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      29 => 
        object(PHPExcel_Style)[748]
          protected 'font' => 
            object(PHPExcel_Style_Font)[749]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[751]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[754]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[765]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[766]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[767]
              ...
          protected 'index' => int 29
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      30 => 
        object(PHPExcel_Style)[768]
          protected 'font' => 
            object(PHPExcel_Style_Font)[769]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[771]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[774]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[785]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[786]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[787]
              ...
          protected 'index' => int 30
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      31 => 
        object(PHPExcel_Style)[788]
          protected 'font' => 
            object(PHPExcel_Style_Font)[789]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[791]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[794]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[805]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[806]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[807]
              ...
          protected 'index' => int 31
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      32 => 
        object(PHPExcel_Style)[808]
          protected 'font' => 
            object(PHPExcel_Style_Font)[809]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[811]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[814]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[825]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[826]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[827]
              ...
          protected 'index' => int 32
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      33 => 
        object(PHPExcel_Style)[828]
          protected 'font' => 
            object(PHPExcel_Style_Font)[829]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[831]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[834]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[845]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[846]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[847]
              ...
          protected 'index' => int 33
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      34 => 
        object(PHPExcel_Style)[848]
          protected 'font' => 
            object(PHPExcel_Style_Font)[849]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[851]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[854]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[865]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[866]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[867]
              ...
          protected 'index' => int 34
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      35 => 
        object(PHPExcel_Style)[868]
          protected 'font' => 
            object(PHPExcel_Style_Font)[869]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[871]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[874]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[885]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[886]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[887]
              ...
          protected 'index' => int 35
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      36 => 
        object(PHPExcel_Style)[888]
          protected 'font' => 
            object(PHPExcel_Style_Font)[890]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[892]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[893]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[894]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[907]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[906]
              ...
          protected 'index' => int 36
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      37 => 
        object(PHPExcel_Style)[908]
          protected 'font' => 
            object(PHPExcel_Style_Font)[909]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[911]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[914]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[925]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[926]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[927]
              ...
          protected 'index' => int 37
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      38 => 
        object(PHPExcel_Style)[928]
          protected 'font' => 
            object(PHPExcel_Style_Font)[929]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[931]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[934]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[945]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[946]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[947]
              ...
          protected 'index' => int 38
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      39 => 
        object(PHPExcel_Style)[948]
          protected 'font' => 
            object(PHPExcel_Style_Font)[949]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[951]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[954]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[965]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[966]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[967]
              ...
          protected 'index' => int 39
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'cellStyleXfCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Style)[69]
          protected 'font' => 
            object(PHPExcel_Style_Font)[70]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[72]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[75]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[86]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[87]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[88]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'hasMacros' => boolean false
  private 'macrosCode' => null
  private 'macrosCertificate' => null
  private 'ribbonXMLData' => null
  private 'ribbonBinObjects' => null
$objPayable =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:283:
object(PHPExcel_RichText_Run)[176]
  private 'font' => 
    object(PHPExcel_Style_Font)[177]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean true
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[179]
          protected 'argb' => string 'FF008000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
$objRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:283:
object(PHPExcel_RichText)[174]
  private 'richTextElements' => 
    array (size=3)
      0 => 
        object(PHPExcel_RichText_TextElement)[175]
          private 'text' => string 'This invoice is ' (length=16)
      1 => 
        object(PHPExcel_RichText_Run)[176]
          private 'font' => 
            object(PHPExcel_Style_Font)[177]
              ...
          private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
      2 => 
        object(PHPExcel_RichText_TextElement)[178]
          private 'text' => string ', unless specified otherwise on the invoice.' (length=44)
$sLloremIpsum =
Undefined
$styleThickBrownBorderOutline =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:283:
array (size=1)
  'borders' => 
    array (size=1)
      'outline' => 
        array (size=2)
          'style' => string 'thick' (length=5)
          'color' => 
            array (size=1)
              ...
$styleThinBlackBorderOutline =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:283:
array (size=1)
  'borders' => 
    array (size=1)
      'outline' => 
        array (size=2)
          'style' => string 'thin' (length=4)
          'color' => 
            array (size=1)
              ...
EOL03:10:28 Add a drawing to the worksheet
( ! ) Warning: Use of undefined constant EOL - assumed 'EOL' (this will throw an Error in a future version of PHP) in C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php on line 292
Call Stack
#TimeMemoryFunctionLocation
10.0020532768{main}( )...\05featuredemo.inc.php:0
Variables in local scope (#1)
$objCommentRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:292:
object(PHPExcel_RichText_Run)[165]
  private 'font' => 
    object(PHPExcel_Style_Font)[166]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean false
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[167]
          protected 'argb' => string 'FF000000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'PHPExcel:' (length=9)
$objDrawing =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:292:
object(PHPExcel_Worksheet_Drawing)[988]
  private 'path' => string './images/officelogo.jpg' (length=23)
  private 'imageIndex' (PHPExcel_Worksheet_BaseDrawing) => int 1
  protected 'name' => string 'Logo' (length=4)
  protected 'description' => string 'Logo' (length=4)
  protected 'worksheet' => 
    object(PHPExcel_Worksheet)[5]
      private 'parent' => 
        object(PHPExcel)[1]
          private 'uniqueID' => string '67d4efa3712bb' (length=13)
          private 'properties' => 
            object(PHPExcel_DocumentProperties)[17]
              ...
          private 'security' => 
            object(PHPExcel_DocumentSecurity)[18]
              ...
          private 'workSheetCollection' => 
            array (size=1)
              ...
          private 'calculationEngine' => 
            object(PHPExcel_Calculation)[2]
              ...
          private 'activeSheetIndex' => int 0
          private 'namedRanges' => 
            array (size=0)
              ...
          private 'cellXfSupervisor' => 
            object(PHPExcel_Style)[19]
              ...
          private 'cellXfCollection' => 
            array (size=40)
              ...
          private 'cellStyleXfCollection' => 
            array (size=1)
              ...
          private 'hasMacros' => boolean false
          private 'macrosCode' => null
          private 'macrosCertificate' => null
          private 'ribbonXMLData' => null
          private 'ribbonBinObjects' => null
      private 'cellCollection' => 
        object(PHPExcel_CachedObjectStorage_Memory)[6]
          protected 'parent' => 
            &object(PHPExcel_Worksheet)[5]
          protected 'currentObject' => null
          protected 'currentObjectID' => string 'A1' (length=2)
          protected 'currentCellIsDirty' => boolean true
          protected 'cellCache' => 
            array (size=55)
              ...
      private 'rowDimensions' => 
        array (size=0)
          empty
      private 'defaultRowDimension' => 
        object(PHPExcel_Worksheet_RowDimension)[14]
          private 'rowIndex' => null
          private 'height' => int -1
          private 'zeroHeight' => boolean false
          private 'visible' (PHPExcel_Worksheet_Dimension) => boolean true
          private 'outlineLevel' (PHPExcel_Worksheet_Dimension) => int 0
          private 'collapsed' (PHPExcel_Worksheet_Dimension) => boolean false
          private 'xfIndex' (PHPExcel_Worksheet_Dimension) => null
      private 'columnDimensions' => 
        array (size=3)
          'B' => 
            object(PHPExcel_Worksheet_ColumnDimension)[203]
              ...
          'D' => 
            object(PHPExcel_Worksheet_ColumnDimension)[204]
              ...
          'E' => 
            object(PHPExcel_Worksheet_ColumnDimension)[205]
              ...
      private 'defaultColumnDimension' => 
        object(PHPExcel_Worksheet_ColumnDimension)[15]
          private 'columnIndex' => null
          private 'width' => int -1
          private 'autoSize' => boolean false
          private 'visible' (PHPExcel_Worksheet_Dimension) => boolean true
          private 'outlineLevel' (PHPExcel_Worksheet_Dimension) => int 0
          private 'collapsed' (PHPExcel_Worksheet_Dimension) => boolean false
          private 'xfIndex' (PHPExcel_Worksheet_Dimension) => int 0
      private 'drawingCollection' => 
        object(ArrayObject)[11]
          private 'storage' => 
            array (size=1)
              ...
      private 'chartCollection' => 
        object(ArrayObject)[12]
          private 'storage' => 
            array (size=0)
              ...
      private 'title' => string 'Worksheet' (length=9)
      private 'sheetState' => string 'visible' (length=7)
      private 'pageSetup' => 
        object(PHPExcel_Worksheet_PageSetup)[7]
          private 'paperSize' => int 1
          private 'orientation' => string 'default' (length=7)
          private 'scale' => int 100
          private 'fitToPage' => boolean false
          private 'fitToHeight' => int 1
          private 'fitToWidth' => int 1
          private 'columnsToRepeatAtLeft' => 
            array (size=2)
              ...
          private 'rowsToRepeatAtTop' => 
            array (size=2)
              ...
          private 'horizontalCentered' => boolean false
          private 'verticalCentered' => boolean false
          private 'printArea' => null
          private 'firstPageNumber' => null
      private 'pageMargins' => 
        object(PHPExcel_Worksheet_PageMargins)[8]
          private 'left' => float 0.7
          private 'right' => float 0.7
          private 'top' => float 0.75
          private 'bottom' => float 0.75
          private 'header' => float 0.3
          private 'footer' => float 0.3
      private 'headerFooter' => 
        object(PHPExcel_Worksheet_HeaderFooter)[9]
          private 'oddHeader' => string '' (length=0)
          private 'oddFooter' => string '' (length=0)
          private 'evenHeader' => string '' (length=0)
          private 'evenFooter' => string '' (length=0)
          private 'firstHeader' => string '' (length=0)
          private 'firstFooter' => string '' (length=0)
          private 'differentOddEven' => boolean false
          private 'differentFirst' => boolean false
          private 'scaleWithDocument' => boolean true
          private 'alignWithMargins' => boolean true
          private 'headerFooterImages' => 
            array (size=0)
              ...
      private 'sheetView' => 
        object(PHPExcel_Worksheet_SheetView)[10]
          private 'zoomScale' => int 100
          private 'zoomScaleNormal' => int 100
          private 'sheetviewType' => string 'normal' (length=6)
      private 'protection' => 
        object(PHPExcel_Worksheet_Protection)[13]
          private 'sheet' => boolean true
          private 'objects' => boolean false
          private 'scenarios' => boolean false
          private 'formatCells' => boolean false
          private 'formatColumns' => boolean false
          private 'formatRows' => boolean false
          private 'insertColumns' => boolean false
          private 'insertRows' => boolean false
          private 'insertHyperlinks' => boolean false
          private 'deleteColumns' => boolean false
          private 'deleteRows' => boolean false
          private 'selectLockedCells' => boolean false
          private 'sort' => boolean false
          private 'autoFilter' => boolean false
          private 'pivotTables' => boolean false
          private 'selectUnlockedCells' => boolean false
          private 'password' => string '' (length=0)
      private 'styles' => 
        array (size=0)
          empty
      private 'conditionalStylesCollection' => 
        array (size=0)
          empty
      private 'cellCollectionIsSorted' => boolean false
      private 'breaks' => 
        array (size=0)
          empty
      private 'mergeCells' => 
        array (size=1)
          'A18:E22' => string 'A18:E22' (length=7)
      private 'protectedCells' => 
        array (size=1)
          'A3:E13' => string '8053' (length=4)
      private 'autoFilter' => 
        object(PHPExcel_Worksheet_AutoFilter)[16]
          private 'workSheet' => 
            &object(PHPExcel_Worksheet)[5]
          private 'range' => null
          private 'columns' => 
            array (size=0)
              ...
      private 'freezePane' => string '' (length=0)
      private 'showGridlines' => boolean true
      private 'printGridlines' => boolean false
      private 'showRowColHeaders' => boolean true
      private 'showSummaryBelow' => boolean true
      private 'showSummaryRight' => boolean true
      private 'comments' => 
        array (size=3)
          'E11' => 
            object(PHPExcel_Comment)[138]
              ...
          'E12' => 
            object(PHPExcel_Comment)[150]
              ...
          'E13' => 
            object(PHPExcel_Comment)[162]
              ...
      private 'activeCell' => string 'E27' (length=3)
      private 'selectedCells' => string 'E27' (length=3)
      private 'cachedHighestColumn' => string 'E' (length=1)
      private 'cachedHighestRow' => string '28' (length=2)
      private 'rightToLeft' => boolean false
      private 'hyperlinkCollection' => 
        array (size=2)
          'E26' => 
            object(PHPExcel_Cell_Hyperlink)[969]
              ...
          'E27' => 
            object(PHPExcel_Cell_Hyperlink)[989]
              ...
      private 'dataValidationCollection' => 
        array (size=0)
          empty
      private 'tabColor' => null
      private 'dirty' => boolean false
      private 'hash' => string 'f14d89c698b0853de7405487abda9c1c' (length=32)
      private 'codeName' => string 'Worksheet' (length=9)
  protected 'coordinates' => string 'A1' (length=2)
  protected 'offsetX' => int 0
  protected 'offsetY' => int 0
  protected 'width' => float 33
  protected 'height' => int 36
  protected 'resizeProportional' => boolean true
  protected 'rotation' => int 0
  protected 'shadow' => 
    object(PHPExcel_Worksheet_Drawing_Shadow)[991]
      private 'visible' => boolean false
      private 'blurRadius' => int 6
      private 'distance' => int 2
      private 'direction' => int 0
      private 'alignment' => string 'br' (length=2)
      private 'color' => 
        object(PHPExcel_Style_Color)[990]
          protected 'argb' => string 'FF000000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      private 'alpha' => int 50
$objPHPExcel =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:292:
object(PHPExcel)[1]
  private 'uniqueID' => string '67d4efa3712bb' (length=13)
  private 'properties' => 
    object(PHPExcel_DocumentProperties)[17]
      private 'creator' => string 'Maarten Balliauw' (length=16)
      private 'lastModifiedBy' => string 'Maarten Balliauw' (length=16)
      private 'created' => int 1742008227
      private 'modified' => int 1742008227
      private 'title' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'description' => string 'Test document for Office 2007 XLSX, generated using PHP classes.' (length=64)
      private 'subject' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'keywords' => string 'office 2007 openxml php' (length=23)
      private 'category' => string 'Test result file' (length=16)
      private 'manager' => string '' (length=0)
      private 'company' => string 'Microsoft Corporation' (length=21)
      private 'customProperties' => 
        array (size=0)
          empty
  private 'security' => 
    object(PHPExcel_DocumentSecurity)[18]
      private 'lockRevision' => boolean false
      private 'lockStructure' => boolean false
      private 'lockWindows' => boolean false
      private 'revisionsPassword' => string '' (length=0)
      private 'workbookPassword' => string '' (length=0)
  private 'workSheetCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Worksheet)[5]
          private 'parent' => 
            &object(PHPExcel)[1]
          private 'cellCollection' => 
            object(PHPExcel_CachedObjectStorage_Memory)[6]
              ...
          private 'rowDimensions' => 
            array (size=0)
              ...
          private 'defaultRowDimension' => 
            object(PHPExcel_Worksheet_RowDimension)[14]
              ...
          private 'columnDimensions' => 
            array (size=3)
              ...
          private 'defaultColumnDimension' => 
            object(PHPExcel_Worksheet_ColumnDimension)[15]
              ...
          private 'drawingCollection' => 
            object(ArrayObject)[11]
              ...
          private 'chartCollection' => 
            object(ArrayObject)[12]
              ...
          private 'title' => string 'Worksheet' (length=9)
          private 'sheetState' => string 'visible' (length=7)
          private 'pageSetup' => 
            object(PHPExcel_Worksheet_PageSetup)[7]
              ...
          private 'pageMargins' => 
            object(PHPExcel_Worksheet_PageMargins)[8]
              ...
          private 'headerFooter' => 
            object(PHPExcel_Worksheet_HeaderFooter)[9]
              ...
          private 'sheetView' => 
            object(PHPExcel_Worksheet_SheetView)[10]
              ...
          private 'protection' => 
            object(PHPExcel_Worksheet_Protection)[13]
              ...
          private 'styles' => 
            array (size=0)
              ...
          private 'conditionalStylesCollection' => 
            array (size=0)
              ...
          private 'cellCollectionIsSorted' => boolean false
          private 'breaks' => 
            array (size=0)
              ...
          private 'mergeCells' => 
            array (size=1)
              ...
          private 'protectedCells' => 
            array (size=1)
              ...
          private 'autoFilter' => 
            object(PHPExcel_Worksheet_AutoFilter)[16]
              ...
          private 'freezePane' => string '' (length=0)
          private 'showGridlines' => boolean true
          private 'printGridlines' => boolean false
          private 'showRowColHeaders' => boolean true
          private 'showSummaryBelow' => boolean true
          private 'showSummaryRight' => boolean true
          private 'comments' => 
            array (size=3)
              ...
          private 'activeCell' => string 'E27' (length=3)
          private 'selectedCells' => string 'E27' (length=3)
          private 'cachedHighestColumn' => string 'E' (length=1)
          private 'cachedHighestRow' => string '28' (length=2)
          private 'rightToLeft' => boolean false
          private 'hyperlinkCollection' => 
            array (size=2)
              ...
          private 'dataValidationCollection' => 
            array (size=0)
              ...
          private 'tabColor' => null
          private 'dirty' => boolean false
          private 'hash' => string 'f14d89c698b0853de7405487abda9c1c' (length=32)
          private 'codeName' => string 'Worksheet' (length=9)
  private 'calculationEngine' => 
    object(PHPExcel_Calculation)[2]
      private 'workbook' => 
        &object(PHPExcel)[1]
      private 'calculationCache' => 
        array (size=0)
          empty
      private 'calculationCacheEnabled' => boolean true
      private 'debugLog' => null
      public 'suppressFormulaErrors' => boolean false
      public 'formulaError' => null
      private 'cyclicReferenceStack' => 
        object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
          private 'stack' => 
            array (size=0)
              ...
      private 'cellStack' => 
        array (size=0)
          empty
      private 'cyclicFormulaCounter' => int 1
      private 'cyclicFormulaCell' => string '' (length=0)
      public 'cyclicFormulaCount' => int 1
      private 'delta' => float 1.0E-14
      public '_debugLog' => 
        object(PHPExcel_CalcEngine_Logger)[4]
          private 'writeDebugLog' => boolean false
          private 'echoDebugLog' => boolean false
          private 'debugLog' => 
            array (size=0)
              ...
          private 'cellStack' => 
            object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
              ...
  private 'activeSheetIndex' => int 0
  private 'namedRanges' => 
    array (size=0)
      empty
  private 'cellXfSupervisor' => 
    object(PHPExcel_Style)[19]
      protected 'font' => 
        object(PHPExcel_Style_Font)[20]
          protected 'name' => string 'Calibri' (length=7)
          protected 'size' => int 11
          protected 'bold' => boolean false
          protected 'italic' => boolean false
          protected 'superScript' => boolean false
          protected 'subScript' => boolean false
          protected 'underline' => string 'none' (length=4)
          protected 'strikethrough' => boolean false
          protected 'color' => 
            object(PHPExcel_Style_Color)[21]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'fill' => 
        object(PHPExcel_Style_Fill)[22]
          protected 'fillType' => string 'none' (length=4)
          protected 'rotation' => int 0
          protected 'startColor' => 
            object(PHPExcel_Style_Color)[23]
              ...
          protected 'endColor' => 
            object(PHPExcel_Style_Color)[24]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'borders' => 
        object(PHPExcel_Style_Borders)[25]
          protected 'left' => 
            object(PHPExcel_Style_Border)[26]
              ...
          protected 'right' => 
            object(PHPExcel_Style_Border)[28]
              ...
          protected 'top' => 
            object(PHPExcel_Style_Border)[30]
              ...
          protected 'bottom' => 
            object(PHPExcel_Style_Border)[32]
              ...
          protected 'diagonal' => 
            object(PHPExcel_Style_Border)[34]
              ...
          protected 'diagonalDirection' => int 0
          protected 'allBorders' => 
            object(PHPExcel_Style_Border)[36]
              ...
          protected 'outline' => 
            object(PHPExcel_Style_Border)[38]
              ...
          protected 'inside' => 
            object(PHPExcel_Style_Border)[40]
              ...
          protected 'vertical' => 
            object(PHPExcel_Style_Border)[42]
              ...
          protected 'horizontal' => 
            object(PHPExcel_Style_Border)[44]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'alignment' => 
        object(PHPExcel_Style_Alignment)[46]
          protected 'horizontal' => string 'general' (length=7)
          protected 'vertical' => string 'bottom' (length=6)
          protected 'textRotation' => int 0
          protected 'wrapText' => boolean false
          protected 'shrinkToFit' => boolean false
          protected 'indent' => int 0
          protected 'readorder' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'numberFormat' => 
        object(PHPExcel_Style_NumberFormat)[47]
          protected 'formatCode' => string 'General' (length=7)
          protected 'builtInFormatCode' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'conditionalStyles' => 
        array (size=0)
          empty
      protected 'protection' => 
        object(PHPExcel_Style_Protection)[48]
          protected 'locked' => string 'inherit' (length=7)
          protected 'hidden' => string 'inherit' (length=7)
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'index' => null
      protected 'quotePrefix' => boolean false
      protected 'isSupervisor' => boolean true
      protected 'parent' => 
        &object(PHPExcel)[1]
  private 'cellXfCollection' => 
    array (size=40)
      0 => 
        object(PHPExcel_Style)[49]
          protected 'font' => 
            object(PHPExcel_Style_Font)[50]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[52]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[55]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[66]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[67]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[68]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      1 => 
        object(PHPExcel_Style)[92]
          protected 'font' => 
            object(PHPExcel_Style_Font)[93]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[95]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[98]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[109]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[110]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[111]
              ...
          protected 'index' => int 1
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      2 => 
        object(PHPExcel_Style)[183]
          protected 'font' => 
            object(PHPExcel_Style_Font)[184]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[186]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[189]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[200]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[201]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[202]
              ...
          protected 'index' => int 2
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      3 => 
        object(PHPExcel_Style)[206]
          protected 'font' => 
            object(PHPExcel_Style_Font)[207]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[209]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[212]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[223]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[224]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[225]
              ...
          protected 'index' => int 3
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      4 => 
        object(PHPExcel_Style)[226]
          protected 'font' => 
            object(PHPExcel_Style_Font)[227]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[229]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[232]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[243]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[244]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[245]
              ...
          protected 'index' => int 4
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      5 => 
        object(PHPExcel_Style)[246]
          protected 'font' => 
            object(PHPExcel_Style_Font)[247]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[249]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[252]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[263]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[264]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[265]
              ...
          protected 'index' => int 5
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      6 => 
        object(PHPExcel_Style)[266]
          protected 'font' => 
            object(PHPExcel_Style_Font)[267]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[269]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[272]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[283]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[284]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[285]
              ...
          protected 'index' => int 6
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      7 => 
        object(PHPExcel_Style)[286]
          protected 'font' => 
            object(PHPExcel_Style_Font)[287]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[289]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[292]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[303]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[304]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[305]
              ...
          protected 'index' => int 7
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      8 => 
        object(PHPExcel_Style)[306]
          protected 'font' => 
            object(PHPExcel_Style_Font)[307]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[309]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[312]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[323]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[324]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[325]
              ...
          protected 'index' => int 8
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      9 => 
        object(PHPExcel_Style)[326]
          protected 'font' => 
            object(PHPExcel_Style_Font)[327]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[329]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[332]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[343]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[344]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[345]
              ...
          protected 'index' => int 9
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      10 => 
        object(PHPExcel_Style)[346]
          protected 'font' => 
            object(PHPExcel_Style_Font)[347]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[349]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[352]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[363]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[364]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[365]
              ...
          protected 'index' => int 10
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      11 => 
        object(PHPExcel_Style)[366]
          protected 'font' => 
            object(PHPExcel_Style_Font)[367]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[369]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[372]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[383]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[384]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[385]
              ...
          protected 'index' => int 11
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      12 => 
        object(PHPExcel_Style)[386]
          protected 'font' => 
            object(PHPExcel_Style_Font)[387]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[389]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[392]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[403]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[404]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[405]
              ...
          protected 'index' => int 12
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      13 => 
        object(PHPExcel_Style)[406]
          protected 'font' => 
            object(PHPExcel_Style_Font)[425]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[423]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[422]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[410]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[407]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[408]
              ...
          protected 'index' => int 13
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      14 => 
        object(PHPExcel_Style)[426]
          protected 'font' => 
            object(PHPExcel_Style_Font)[427]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[429]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[432]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[443]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[444]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[445]
              ...
          protected 'index' => int 14
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      15 => 
        object(PHPExcel_Style)[446]
          protected 'font' => 
            object(PHPExcel_Style_Font)[447]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[449]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[452]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[463]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[464]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[465]
              ...
          protected 'index' => int 15
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      16 => 
        object(PHPExcel_Style)[466]
          protected 'font' => 
            object(PHPExcel_Style_Font)[467]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[469]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[472]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[483]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[484]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[485]
              ...
          protected 'index' => int 16
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      17 => 
        object(PHPExcel_Style)[486]
          protected 'font' => 
            object(PHPExcel_Style_Font)[487]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[489]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[492]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[503]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[504]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[505]
              ...
          protected 'index' => int 17
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      18 => 
        object(PHPExcel_Style)[510]
          protected 'font' => 
            object(PHPExcel_Style_Font)[511]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[513]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[516]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[527]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[528]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[529]
              ...
          protected 'index' => int 18
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      19 => 
        object(PHPExcel_Style)[531]
          protected 'font' => 
            object(PHPExcel_Style_Font)[532]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[534]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[537]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[548]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[549]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[550]
              ...
          protected 'index' => int 19
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      20 => 
        object(PHPExcel_Style)[551]
          protected 'font' => 
            object(PHPExcel_Style_Font)[552]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[554]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[557]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[568]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[569]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[570]
              ...
          protected 'index' => int 20
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      21 => 
        object(PHPExcel_Style)[620]
          protected 'font' => 
            object(PHPExcel_Style_Font)[609]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[619]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[614]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[583]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[602]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[601]
              ...
          protected 'index' => int 21
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      22 => 
        object(PHPExcel_Style)[600]
          protected 'font' => 
            object(PHPExcel_Style_Font)[589]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[599]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[594]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[623]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[624]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[625]
              ...
          protected 'index' => int 22
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      23 => 
        object(PHPExcel_Style)[626]
          protected 'font' => 
            object(PHPExcel_Style_Font)[627]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[629]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[632]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[643]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[644]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[645]
              ...
          protected 'index' => int 23
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      24 => 
        object(PHPExcel_Style)[646]
          protected 'font' => 
            object(PHPExcel_Style_Font)[647]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[649]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[652]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[663]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[664]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[665]
              ...
          protected 'index' => int 24
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      25 => 
        object(PHPExcel_Style)[666]
          protected 'font' => 
            object(PHPExcel_Style_Font)[667]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[669]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[672]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[683]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[684]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[685]
              ...
          protected 'index' => int 25
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      26 => 
        object(PHPExcel_Style)[686]
          protected 'font' => 
            object(PHPExcel_Style_Font)[687]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[689]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[692]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[703]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[704]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[705]
              ...
          protected 'index' => int 26
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      27 => 
        object(PHPExcel_Style)[708]
          protected 'font' => 
            object(PHPExcel_Style_Font)[709]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[711]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[714]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[725]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[726]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[727]
              ...
          protected 'index' => int 27
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      28 => 
        object(PHPExcel_Style)[728]
          protected 'font' => 
            object(PHPExcel_Style_Font)[729]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[731]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[734]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[745]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[746]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[747]
              ...
          protected 'index' => int 28
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      29 => 
        object(PHPExcel_Style)[748]
          protected 'font' => 
            object(PHPExcel_Style_Font)[749]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[751]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[754]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[765]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[766]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[767]
              ...
          protected 'index' => int 29
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      30 => 
        object(PHPExcel_Style)[768]
          protected 'font' => 
            object(PHPExcel_Style_Font)[769]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[771]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[774]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[785]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[786]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[787]
              ...
          protected 'index' => int 30
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      31 => 
        object(PHPExcel_Style)[788]
          protected 'font' => 
            object(PHPExcel_Style_Font)[789]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[791]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[794]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[805]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[806]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[807]
              ...
          protected 'index' => int 31
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      32 => 
        object(PHPExcel_Style)[808]
          protected 'font' => 
            object(PHPExcel_Style_Font)[809]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[811]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[814]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[825]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[826]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[827]
              ...
          protected 'index' => int 32
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      33 => 
        object(PHPExcel_Style)[828]
          protected 'font' => 
            object(PHPExcel_Style_Font)[829]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[831]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[834]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[845]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[846]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[847]
              ...
          protected 'index' => int 33
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      34 => 
        object(PHPExcel_Style)[848]
          protected 'font' => 
            object(PHPExcel_Style_Font)[849]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[851]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[854]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[865]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[866]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[867]
              ...
          protected 'index' => int 34
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      35 => 
        object(PHPExcel_Style)[868]
          protected 'font' => 
            object(PHPExcel_Style_Font)[869]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[871]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[874]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[885]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[886]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[887]
              ...
          protected 'index' => int 35
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      36 => 
        object(PHPExcel_Style)[888]
          protected 'font' => 
            object(PHPExcel_Style_Font)[890]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[892]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[893]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[894]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[907]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[906]
              ...
          protected 'index' => int 36
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      37 => 
        object(PHPExcel_Style)[908]
          protected 'font' => 
            object(PHPExcel_Style_Font)[909]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[911]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[914]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[925]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[926]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[927]
              ...
          protected 'index' => int 37
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      38 => 
        object(PHPExcel_Style)[928]
          protected 'font' => 
            object(PHPExcel_Style_Font)[929]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[931]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[934]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[945]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[946]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[947]
              ...
          protected 'index' => int 38
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      39 => 
        object(PHPExcel_Style)[948]
          protected 'font' => 
            object(PHPExcel_Style_Font)[949]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[951]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[954]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[965]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[966]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[967]
              ...
          protected 'index' => int 39
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'cellStyleXfCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Style)[69]
          protected 'font' => 
            object(PHPExcel_Style_Font)[70]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[72]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[75]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[86]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[87]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[88]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'hasMacros' => boolean false
  private 'macrosCode' => null
  private 'macrosCertificate' => null
  private 'ribbonXMLData' => null
  private 'ribbonBinObjects' => null
$objPayable =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:292:
object(PHPExcel_RichText_Run)[176]
  private 'font' => 
    object(PHPExcel_Style_Font)[177]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean true
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[179]
          protected 'argb' => string 'FF008000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
$objRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:292:
object(PHPExcel_RichText)[174]
  private 'richTextElements' => 
    array (size=3)
      0 => 
        object(PHPExcel_RichText_TextElement)[175]
          private 'text' => string 'This invoice is ' (length=16)
      1 => 
        object(PHPExcel_RichText_Run)[176]
          private 'font' => 
            object(PHPExcel_Style_Font)[177]
              ...
          private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
      2 => 
        object(PHPExcel_RichText_TextElement)[178]
          private 'text' => string ', unless specified otherwise on the invoice.' (length=44)
$sLloremIpsum =
Undefined
$styleThickBrownBorderOutline =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:292:
array (size=1)
  'borders' => 
    array (size=1)
      'outline' => 
        array (size=2)
          'style' => string 'thick' (length=5)
          'color' => 
            array (size=1)
              ...
$styleThinBlackBorderOutline =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:292:
array (size=1)
  'borders' => 
    array (size=1)
      'outline' => 
        array (size=2)
          'style' => string 'thin' (length=4)
          'color' => 
            array (size=1)
              ...
EOL03:10:28 Add a drawing to the worksheet
( ! ) Warning: Use of undefined constant EOL - assumed 'EOL' (this will throw an Error in a future version of PHP) in C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php on line 305
Call Stack
#TimeMemoryFunctionLocation
10.0020532768{main}( )...\05featuredemo.inc.php:0
Variables in local scope (#1)
$objCommentRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:305:
object(PHPExcel_RichText_Run)[165]
  private 'font' => 
    object(PHPExcel_Style_Font)[166]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean false
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[167]
          protected 'argb' => string 'FF000000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'PHPExcel:' (length=9)
$objDrawing =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:305:
object(PHPExcel_Worksheet_Drawing)[972]
  private 'path' => string './images/paid.png' (length=17)
  private 'imageIndex' (PHPExcel_Worksheet_BaseDrawing) => int 2
  protected 'name' => string 'Paid' (length=4)
  protected 'description' => string 'Paid' (length=4)
  protected 'worksheet' => 
    object(PHPExcel_Worksheet)[5]
      private 'parent' => 
        object(PHPExcel)[1]
          private 'uniqueID' => string '67d4efa3712bb' (length=13)
          private 'properties' => 
            object(PHPExcel_DocumentProperties)[17]
              ...
          private 'security' => 
            object(PHPExcel_DocumentSecurity)[18]
              ...
          private 'workSheetCollection' => 
            array (size=1)
              ...
          private 'calculationEngine' => 
            object(PHPExcel_Calculation)[2]
              ...
          private 'activeSheetIndex' => int 0
          private 'namedRanges' => 
            array (size=0)
              ...
          private 'cellXfSupervisor' => 
            object(PHPExcel_Style)[19]
              ...
          private 'cellXfCollection' => 
            array (size=40)
              ...
          private 'cellStyleXfCollection' => 
            array (size=1)
              ...
          private 'hasMacros' => boolean false
          private 'macrosCode' => null
          private 'macrosCertificate' => null
          private 'ribbonXMLData' => null
          private 'ribbonBinObjects' => null
      private 'cellCollection' => 
        object(PHPExcel_CachedObjectStorage_Memory)[6]
          protected 'parent' => 
            &object(PHPExcel_Worksheet)[5]
          protected 'currentObject' => null
          protected 'currentObjectID' => string 'B15' (length=3)
          protected 'currentCellIsDirty' => boolean true
          protected 'cellCache' => 
            array (size=56)
              ...
      private 'rowDimensions' => 
        array (size=0)
          empty
      private 'defaultRowDimension' => 
        object(PHPExcel_Worksheet_RowDimension)[14]
          private 'rowIndex' => null
          private 'height' => int -1
          private 'zeroHeight' => boolean false
          private 'visible' (PHPExcel_Worksheet_Dimension) => boolean true
          private 'outlineLevel' (PHPExcel_Worksheet_Dimension) => int 0
          private 'collapsed' (PHPExcel_Worksheet_Dimension) => boolean false
          private 'xfIndex' (PHPExcel_Worksheet_Dimension) => null
      private 'columnDimensions' => 
        array (size=3)
          'B' => 
            object(PHPExcel_Worksheet_ColumnDimension)[203]
              ...
          'D' => 
            object(PHPExcel_Worksheet_ColumnDimension)[204]
              ...
          'E' => 
            object(PHPExcel_Worksheet_ColumnDimension)[205]
              ...
      private 'defaultColumnDimension' => 
        object(PHPExcel_Worksheet_ColumnDimension)[15]
          private 'columnIndex' => null
          private 'width' => int -1
          private 'autoSize' => boolean false
          private 'visible' (PHPExcel_Worksheet_Dimension) => boolean true
          private 'outlineLevel' (PHPExcel_Worksheet_Dimension) => int 0
          private 'collapsed' (PHPExcel_Worksheet_Dimension) => boolean false
          private 'xfIndex' (PHPExcel_Worksheet_Dimension) => int 0
      private 'drawingCollection' => 
        object(ArrayObject)[11]
          private 'storage' => 
            array (size=2)
              ...
      private 'chartCollection' => 
        object(ArrayObject)[12]
          private 'storage' => 
            array (size=0)
              ...
      private 'title' => string 'Worksheet' (length=9)
      private 'sheetState' => string 'visible' (length=7)
      private 'pageSetup' => 
        object(PHPExcel_Worksheet_PageSetup)[7]
          private 'paperSize' => int 1
          private 'orientation' => string 'default' (length=7)
          private 'scale' => int 100
          private 'fitToPage' => boolean false
          private 'fitToHeight' => int 1
          private 'fitToWidth' => int 1
          private 'columnsToRepeatAtLeft' => 
            array (size=2)
              ...
          private 'rowsToRepeatAtTop' => 
            array (size=2)
              ...
          private 'horizontalCentered' => boolean false
          private 'verticalCentered' => boolean false
          private 'printArea' => null
          private 'firstPageNumber' => null
      private 'pageMargins' => 
        object(PHPExcel_Worksheet_PageMargins)[8]
          private 'left' => float 0.7
          private 'right' => float 0.7
          private 'top' => float 0.75
          private 'bottom' => float 0.75
          private 'header' => float 0.3
          private 'footer' => float 0.3
      private 'headerFooter' => 
        object(PHPExcel_Worksheet_HeaderFooter)[9]
          private 'oddHeader' => string '' (length=0)
          private 'oddFooter' => string '' (length=0)
          private 'evenHeader' => string '' (length=0)
          private 'evenFooter' => string '' (length=0)
          private 'firstHeader' => string '' (length=0)
          private 'firstFooter' => string '' (length=0)
          private 'differentOddEven' => boolean false
          private 'differentFirst' => boolean false
          private 'scaleWithDocument' => boolean true
          private 'alignWithMargins' => boolean true
          private 'headerFooterImages' => 
            array (size=0)
              ...
      private 'sheetView' => 
        object(PHPExcel_Worksheet_SheetView)[10]
          private 'zoomScale' => int 100
          private 'zoomScaleNormal' => int 100
          private 'sheetviewType' => string 'normal' (length=6)
      private 'protection' => 
        object(PHPExcel_Worksheet_Protection)[13]
          private 'sheet' => boolean true
          private 'objects' => boolean false
          private 'scenarios' => boolean false
          private 'formatCells' => boolean false
          private 'formatColumns' => boolean false
          private 'formatRows' => boolean false
          private 'insertColumns' => boolean false
          private 'insertRows' => boolean false
          private 'insertHyperlinks' => boolean false
          private 'deleteColumns' => boolean false
          private 'deleteRows' => boolean false
          private 'selectLockedCells' => boolean false
          private 'sort' => boolean false
          private 'autoFilter' => boolean false
          private 'pivotTables' => boolean false
          private 'selectUnlockedCells' => boolean false
          private 'password' => string '' (length=0)
      private 'styles' => 
        array (size=0)
          empty
      private 'conditionalStylesCollection' => 
        array (size=0)
          empty
      private 'cellCollectionIsSorted' => boolean false
      private 'breaks' => 
        array (size=0)
          empty
      private 'mergeCells' => 
        array (size=1)
          'A18:E22' => string 'A18:E22' (length=7)
      private 'protectedCells' => 
        array (size=1)
          'A3:E13' => string '8053' (length=4)
      private 'autoFilter' => 
        object(PHPExcel_Worksheet_AutoFilter)[16]
          private 'workSheet' => 
            &object(PHPExcel_Worksheet)[5]
          private 'range' => null
          private 'columns' => 
            array (size=0)
              ...
      private 'freezePane' => string '' (length=0)
      private 'showGridlines' => boolean true
      private 'printGridlines' => boolean false
      private 'showRowColHeaders' => boolean true
      private 'showSummaryBelow' => boolean true
      private 'showSummaryRight' => boolean true
      private 'comments' => 
        array (size=3)
          'E11' => 
            object(PHPExcel_Comment)[138]
              ...
          'E12' => 
            object(PHPExcel_Comment)[150]
              ...
          'E13' => 
            object(PHPExcel_Comment)[162]
              ...
      private 'activeCell' => string 'E27' (length=3)
      private 'selectedCells' => string 'E27' (length=3)
      private 'cachedHighestColumn' => string 'E' (length=1)
      private 'cachedHighestRow' => string '28' (length=2)
      private 'rightToLeft' => boolean false
      private 'hyperlinkCollection' => 
        array (size=2)
          'E26' => 
            object(PHPExcel_Cell_Hyperlink)[969]
              ...
          'E27' => 
            object(PHPExcel_Cell_Hyperlink)[989]
              ...
      private 'dataValidationCollection' => 
        array (size=0)
          empty
      private 'tabColor' => null
      private 'dirty' => boolean false
      private 'hash' => string 'f14d89c698b0853de7405487abda9c1c' (length=32)
      private 'codeName' => string 'Worksheet' (length=9)
  protected 'coordinates' => string 'B15' (length=3)
  protected 'offsetX' => int 110
  protected 'offsetY' => int 0
  protected 'width' => int 152
  protected 'height' => int 42
  protected 'resizeProportional' => boolean true
  protected 'rotation' => int 25
  protected 'shadow' => 
    object(PHPExcel_Worksheet_Drawing_Shadow)[984]
      private 'visible' => boolean true
      private 'blurRadius' => int 6
      private 'distance' => int 2
      private 'direction' => int 45
      private 'alignment' => string 'br' (length=2)
      private 'color' => 
        object(PHPExcel_Style_Color)[974]
          protected 'argb' => string 'FF000000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      private 'alpha' => int 50
$objPHPExcel =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:305:
object(PHPExcel)[1]
  private 'uniqueID' => string '67d4efa3712bb' (length=13)
  private 'properties' => 
    object(PHPExcel_DocumentProperties)[17]
      private 'creator' => string 'Maarten Balliauw' (length=16)
      private 'lastModifiedBy' => string 'Maarten Balliauw' (length=16)
      private 'created' => int 1742008227
      private 'modified' => int 1742008227
      private 'title' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'description' => string 'Test document for Office 2007 XLSX, generated using PHP classes.' (length=64)
      private 'subject' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'keywords' => string 'office 2007 openxml php' (length=23)
      private 'category' => string 'Test result file' (length=16)
      private 'manager' => string '' (length=0)
      private 'company' => string 'Microsoft Corporation' (length=21)
      private 'customProperties' => 
        array (size=0)
          empty
  private 'security' => 
    object(PHPExcel_DocumentSecurity)[18]
      private 'lockRevision' => boolean false
      private 'lockStructure' => boolean false
      private 'lockWindows' => boolean false
      private 'revisionsPassword' => string '' (length=0)
      private 'workbookPassword' => string '' (length=0)
  private 'workSheetCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Worksheet)[5]
          private 'parent' => 
            &object(PHPExcel)[1]
          private 'cellCollection' => 
            object(PHPExcel_CachedObjectStorage_Memory)[6]
              ...
          private 'rowDimensions' => 
            array (size=0)
              ...
          private 'defaultRowDimension' => 
            object(PHPExcel_Worksheet_RowDimension)[14]
              ...
          private 'columnDimensions' => 
            array (size=3)
              ...
          private 'defaultColumnDimension' => 
            object(PHPExcel_Worksheet_ColumnDimension)[15]
              ...
          private 'drawingCollection' => 
            object(ArrayObject)[11]
              ...
          private 'chartCollection' => 
            object(ArrayObject)[12]
              ...
          private 'title' => string 'Worksheet' (length=9)
          private 'sheetState' => string 'visible' (length=7)
          private 'pageSetup' => 
            object(PHPExcel_Worksheet_PageSetup)[7]
              ...
          private 'pageMargins' => 
            object(PHPExcel_Worksheet_PageMargins)[8]
              ...
          private 'headerFooter' => 
            object(PHPExcel_Worksheet_HeaderFooter)[9]
              ...
          private 'sheetView' => 
            object(PHPExcel_Worksheet_SheetView)[10]
              ...
          private 'protection' => 
            object(PHPExcel_Worksheet_Protection)[13]
              ...
          private 'styles' => 
            array (size=0)
              ...
          private 'conditionalStylesCollection' => 
            array (size=0)
              ...
          private 'cellCollectionIsSorted' => boolean false
          private 'breaks' => 
            array (size=0)
              ...
          private 'mergeCells' => 
            array (size=1)
              ...
          private 'protectedCells' => 
            array (size=1)
              ...
          private 'autoFilter' => 
            object(PHPExcel_Worksheet_AutoFilter)[16]
              ...
          private 'freezePane' => string '' (length=0)
          private 'showGridlines' => boolean true
          private 'printGridlines' => boolean false
          private 'showRowColHeaders' => boolean true
          private 'showSummaryBelow' => boolean true
          private 'showSummaryRight' => boolean true
          private 'comments' => 
            array (size=3)
              ...
          private 'activeCell' => string 'E27' (length=3)
          private 'selectedCells' => string 'E27' (length=3)
          private 'cachedHighestColumn' => string 'E' (length=1)
          private 'cachedHighestRow' => string '28' (length=2)
          private 'rightToLeft' => boolean false
          private 'hyperlinkCollection' => 
            array (size=2)
              ...
          private 'dataValidationCollection' => 
            array (size=0)
              ...
          private 'tabColor' => null
          private 'dirty' => boolean false
          private 'hash' => string 'f14d89c698b0853de7405487abda9c1c' (length=32)
          private 'codeName' => string 'Worksheet' (length=9)
  private 'calculationEngine' => 
    object(PHPExcel_Calculation)[2]
      private 'workbook' => 
        &object(PHPExcel)[1]
      private 'calculationCache' => 
        array (size=0)
          empty
      private 'calculationCacheEnabled' => boolean true
      private 'debugLog' => null
      public 'suppressFormulaErrors' => boolean false
      public 'formulaError' => null
      private 'cyclicReferenceStack' => 
        object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
          private 'stack' => 
            array (size=0)
              ...
      private 'cellStack' => 
        array (size=0)
          empty
      private 'cyclicFormulaCounter' => int 1
      private 'cyclicFormulaCell' => string '' (length=0)
      public 'cyclicFormulaCount' => int 1
      private 'delta' => float 1.0E-14
      public '_debugLog' => 
        object(PHPExcel_CalcEngine_Logger)[4]
          private 'writeDebugLog' => boolean false
          private 'echoDebugLog' => boolean false
          private 'debugLog' => 
            array (size=0)
              ...
          private 'cellStack' => 
            object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
              ...
  private 'activeSheetIndex' => int 0
  private 'namedRanges' => 
    array (size=0)
      empty
  private 'cellXfSupervisor' => 
    object(PHPExcel_Style)[19]
      protected 'font' => 
        object(PHPExcel_Style_Font)[20]
          protected 'name' => string 'Calibri' (length=7)
          protected 'size' => int 11
          protected 'bold' => boolean false
          protected 'italic' => boolean false
          protected 'superScript' => boolean false
          protected 'subScript' => boolean false
          protected 'underline' => string 'none' (length=4)
          protected 'strikethrough' => boolean false
          protected 'color' => 
            object(PHPExcel_Style_Color)[21]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'fill' => 
        object(PHPExcel_Style_Fill)[22]
          protected 'fillType' => string 'none' (length=4)
          protected 'rotation' => int 0
          protected 'startColor' => 
            object(PHPExcel_Style_Color)[23]
              ...
          protected 'endColor' => 
            object(PHPExcel_Style_Color)[24]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'borders' => 
        object(PHPExcel_Style_Borders)[25]
          protected 'left' => 
            object(PHPExcel_Style_Border)[26]
              ...
          protected 'right' => 
            object(PHPExcel_Style_Border)[28]
              ...
          protected 'top' => 
            object(PHPExcel_Style_Border)[30]
              ...
          protected 'bottom' => 
            object(PHPExcel_Style_Border)[32]
              ...
          protected 'diagonal' => 
            object(PHPExcel_Style_Border)[34]
              ...
          protected 'diagonalDirection' => int 0
          protected 'allBorders' => 
            object(PHPExcel_Style_Border)[36]
              ...
          protected 'outline' => 
            object(PHPExcel_Style_Border)[38]
              ...
          protected 'inside' => 
            object(PHPExcel_Style_Border)[40]
              ...
          protected 'vertical' => 
            object(PHPExcel_Style_Border)[42]
              ...
          protected 'horizontal' => 
            object(PHPExcel_Style_Border)[44]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'alignment' => 
        object(PHPExcel_Style_Alignment)[46]
          protected 'horizontal' => string 'general' (length=7)
          protected 'vertical' => string 'bottom' (length=6)
          protected 'textRotation' => int 0
          protected 'wrapText' => boolean false
          protected 'shrinkToFit' => boolean false
          protected 'indent' => int 0
          protected 'readorder' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'numberFormat' => 
        object(PHPExcel_Style_NumberFormat)[47]
          protected 'formatCode' => string 'General' (length=7)
          protected 'builtInFormatCode' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'conditionalStyles' => 
        array (size=0)
          empty
      protected 'protection' => 
        object(PHPExcel_Style_Protection)[48]
          protected 'locked' => string 'inherit' (length=7)
          protected 'hidden' => string 'inherit' (length=7)
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'index' => null
      protected 'quotePrefix' => boolean false
      protected 'isSupervisor' => boolean true
      protected 'parent' => 
        &object(PHPExcel)[1]
  private 'cellXfCollection' => 
    array (size=40)
      0 => 
        object(PHPExcel_Style)[49]
          protected 'font' => 
            object(PHPExcel_Style_Font)[50]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[52]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[55]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[66]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[67]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[68]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      1 => 
        object(PHPExcel_Style)[92]
          protected 'font' => 
            object(PHPExcel_Style_Font)[93]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[95]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[98]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[109]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[110]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[111]
              ...
          protected 'index' => int 1
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      2 => 
        object(PHPExcel_Style)[183]
          protected 'font' => 
            object(PHPExcel_Style_Font)[184]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[186]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[189]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[200]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[201]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[202]
              ...
          protected 'index' => int 2
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      3 => 
        object(PHPExcel_Style)[206]
          protected 'font' => 
            object(PHPExcel_Style_Font)[207]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[209]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[212]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[223]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[224]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[225]
              ...
          protected 'index' => int 3
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      4 => 
        object(PHPExcel_Style)[226]
          protected 'font' => 
            object(PHPExcel_Style_Font)[227]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[229]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[232]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[243]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[244]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[245]
              ...
          protected 'index' => int 4
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      5 => 
        object(PHPExcel_Style)[246]
          protected 'font' => 
            object(PHPExcel_Style_Font)[247]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[249]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[252]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[263]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[264]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[265]
              ...
          protected 'index' => int 5
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      6 => 
        object(PHPExcel_Style)[266]
          protected 'font' => 
            object(PHPExcel_Style_Font)[267]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[269]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[272]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[283]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[284]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[285]
              ...
          protected 'index' => int 6
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      7 => 
        object(PHPExcel_Style)[286]
          protected 'font' => 
            object(PHPExcel_Style_Font)[287]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[289]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[292]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[303]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[304]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[305]
              ...
          protected 'index' => int 7
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      8 => 
        object(PHPExcel_Style)[306]
          protected 'font' => 
            object(PHPExcel_Style_Font)[307]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[309]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[312]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[323]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[324]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[325]
              ...
          protected 'index' => int 8
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      9 => 
        object(PHPExcel_Style)[326]
          protected 'font' => 
            object(PHPExcel_Style_Font)[327]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[329]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[332]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[343]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[344]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[345]
              ...
          protected 'index' => int 9
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      10 => 
        object(PHPExcel_Style)[346]
          protected 'font' => 
            object(PHPExcel_Style_Font)[347]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[349]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[352]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[363]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[364]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[365]
              ...
          protected 'index' => int 10
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      11 => 
        object(PHPExcel_Style)[366]
          protected 'font' => 
            object(PHPExcel_Style_Font)[367]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[369]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[372]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[383]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[384]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[385]
              ...
          protected 'index' => int 11
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      12 => 
        object(PHPExcel_Style)[386]
          protected 'font' => 
            object(PHPExcel_Style_Font)[387]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[389]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[392]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[403]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[404]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[405]
              ...
          protected 'index' => int 12
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      13 => 
        object(PHPExcel_Style)[406]
          protected 'font' => 
            object(PHPExcel_Style_Font)[425]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[423]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[422]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[410]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[407]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[408]
              ...
          protected 'index' => int 13
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      14 => 
        object(PHPExcel_Style)[426]
          protected 'font' => 
            object(PHPExcel_Style_Font)[427]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[429]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[432]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[443]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[444]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[445]
              ...
          protected 'index' => int 14
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      15 => 
        object(PHPExcel_Style)[446]
          protected 'font' => 
            object(PHPExcel_Style_Font)[447]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[449]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[452]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[463]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[464]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[465]
              ...
          protected 'index' => int 15
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      16 => 
        object(PHPExcel_Style)[466]
          protected 'font' => 
            object(PHPExcel_Style_Font)[467]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[469]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[472]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[483]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[484]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[485]
              ...
          protected 'index' => int 16
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      17 => 
        object(PHPExcel_Style)[486]
          protected 'font' => 
            object(PHPExcel_Style_Font)[487]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[489]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[492]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[503]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[504]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[505]
              ...
          protected 'index' => int 17
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      18 => 
        object(PHPExcel_Style)[510]
          protected 'font' => 
            object(PHPExcel_Style_Font)[511]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[513]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[516]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[527]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[528]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[529]
              ...
          protected 'index' => int 18
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      19 => 
        object(PHPExcel_Style)[531]
          protected 'font' => 
            object(PHPExcel_Style_Font)[532]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[534]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[537]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[548]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[549]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[550]
              ...
          protected 'index' => int 19
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      20 => 
        object(PHPExcel_Style)[551]
          protected 'font' => 
            object(PHPExcel_Style_Font)[552]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[554]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[557]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[568]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[569]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[570]
              ...
          protected 'index' => int 20
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      21 => 
        object(PHPExcel_Style)[620]
          protected 'font' => 
            object(PHPExcel_Style_Font)[609]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[619]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[614]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[583]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[602]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[601]
              ...
          protected 'index' => int 21
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      22 => 
        object(PHPExcel_Style)[600]
          protected 'font' => 
            object(PHPExcel_Style_Font)[589]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[599]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[594]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[623]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[624]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[625]
              ...
          protected 'index' => int 22
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      23 => 
        object(PHPExcel_Style)[626]
          protected 'font' => 
            object(PHPExcel_Style_Font)[627]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[629]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[632]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[643]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[644]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[645]
              ...
          protected 'index' => int 23
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      24 => 
        object(PHPExcel_Style)[646]
          protected 'font' => 
            object(PHPExcel_Style_Font)[647]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[649]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[652]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[663]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[664]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[665]
              ...
          protected 'index' => int 24
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      25 => 
        object(PHPExcel_Style)[666]
          protected 'font' => 
            object(PHPExcel_Style_Font)[667]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[669]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[672]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[683]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[684]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[685]
              ...
          protected 'index' => int 25
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      26 => 
        object(PHPExcel_Style)[686]
          protected 'font' => 
            object(PHPExcel_Style_Font)[687]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[689]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[692]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[703]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[704]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[705]
              ...
          protected 'index' => int 26
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      27 => 
        object(PHPExcel_Style)[708]
          protected 'font' => 
            object(PHPExcel_Style_Font)[709]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[711]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[714]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[725]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[726]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[727]
              ...
          protected 'index' => int 27
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      28 => 
        object(PHPExcel_Style)[728]
          protected 'font' => 
            object(PHPExcel_Style_Font)[729]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[731]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[734]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[745]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[746]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[747]
              ...
          protected 'index' => int 28
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      29 => 
        object(PHPExcel_Style)[748]
          protected 'font' => 
            object(PHPExcel_Style_Font)[749]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[751]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[754]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[765]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[766]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[767]
              ...
          protected 'index' => int 29
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      30 => 
        object(PHPExcel_Style)[768]
          protected 'font' => 
            object(PHPExcel_Style_Font)[769]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[771]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[774]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[785]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[786]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[787]
              ...
          protected 'index' => int 30
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      31 => 
        object(PHPExcel_Style)[788]
          protected 'font' => 
            object(PHPExcel_Style_Font)[789]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[791]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[794]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[805]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[806]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[807]
              ...
          protected 'index' => int 31
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      32 => 
        object(PHPExcel_Style)[808]
          protected 'font' => 
            object(PHPExcel_Style_Font)[809]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[811]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[814]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[825]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[826]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[827]
              ...
          protected 'index' => int 32
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      33 => 
        object(PHPExcel_Style)[828]
          protected 'font' => 
            object(PHPExcel_Style_Font)[829]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[831]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[834]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[845]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[846]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[847]
              ...
          protected 'index' => int 33
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      34 => 
        object(PHPExcel_Style)[848]
          protected 'font' => 
            object(PHPExcel_Style_Font)[849]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[851]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[854]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[865]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[866]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[867]
              ...
          protected 'index' => int 34
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      35 => 
        object(PHPExcel_Style)[868]
          protected 'font' => 
            object(PHPExcel_Style_Font)[869]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[871]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[874]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[885]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[886]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[887]
              ...
          protected 'index' => int 35
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      36 => 
        object(PHPExcel_Style)[888]
          protected 'font' => 
            object(PHPExcel_Style_Font)[890]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[892]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[893]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[894]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[907]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[906]
              ...
          protected 'index' => int 36
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      37 => 
        object(PHPExcel_Style)[908]
          protected 'font' => 
            object(PHPExcel_Style_Font)[909]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[911]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[914]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[925]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[926]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[927]
              ...
          protected 'index' => int 37
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      38 => 
        object(PHPExcel_Style)[928]
          protected 'font' => 
            object(PHPExcel_Style_Font)[929]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[931]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[934]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[945]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[946]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[947]
              ...
          protected 'index' => int 38
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      39 => 
        object(PHPExcel_Style)[948]
          protected 'font' => 
            object(PHPExcel_Style_Font)[949]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[951]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[954]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[965]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[966]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[967]
              ...
          protected 'index' => int 39
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'cellStyleXfCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Style)[69]
          protected 'font' => 
            object(PHPExcel_Style_Font)[70]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[72]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[75]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[86]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[87]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[88]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'hasMacros' => boolean false
  private 'macrosCode' => null
  private 'macrosCertificate' => null
  private 'ribbonXMLData' => null
  private 'ribbonBinObjects' => null
$objPayable =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:305:
object(PHPExcel_RichText_Run)[176]
  private 'font' => 
    object(PHPExcel_Style_Font)[177]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean true
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[179]
          protected 'argb' => string 'FF008000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
$objRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:305:
object(PHPExcel_RichText)[174]
  private 'richTextElements' => 
    array (size=3)
      0 => 
        object(PHPExcel_RichText_TextElement)[175]
          private 'text' => string 'This invoice is ' (length=16)
      1 => 
        object(PHPExcel_RichText_Run)[176]
          private 'font' => 
            object(PHPExcel_Style_Font)[177]
              ...
          private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
      2 => 
        object(PHPExcel_RichText_TextElement)[178]
          private 'text' => string ', unless specified otherwise on the invoice.' (length=44)
$sLloremIpsum =
Undefined
$styleThickBrownBorderOutline =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:305:
array (size=1)
  'borders' => 
    array (size=1)
      'outline' => 
        array (size=2)
          'style' => string 'thick' (length=5)
          'color' => 
            array (size=1)
              ...
$styleThinBlackBorderOutline =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:305:
array (size=1)
  'borders' => 
    array (size=1)
      'outline' => 
        array (size=2)
          'style' => string 'thin' (length=4)
          'color' => 
            array (size=1)
              ...
EOL03:10:28 Play around with inserting and removing rows and columns
( ! ) Warning: Use of undefined constant EOL - assumed 'EOL' (this will throw an Error in a future version of PHP) in C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php on line 316
Call Stack
#TimeMemoryFunctionLocation
10.0020532768{main}( )...\05featuredemo.inc.php:0
Variables in local scope (#1)
$objCommentRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:316:
object(PHPExcel_RichText_Run)[165]
  private 'font' => 
    object(PHPExcel_Style_Font)[166]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean false
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[167]
          protected 'argb' => string 'FF000000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'PHPExcel:' (length=9)
$objDrawing =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:316:
object(PHPExcel_Worksheet_Drawing)[973]
  private 'path' => string './images/phpexcel_logo.gif' (length=26)
  private 'imageIndex' (PHPExcel_Worksheet_BaseDrawing) => int 3
  protected 'name' => string 'PHPExcel logo' (length=13)
  protected 'description' => string 'PHPExcel logo' (length=13)
  protected 'worksheet' => 
    object(PHPExcel_Worksheet)[5]
      private 'parent' => 
        object(PHPExcel)[1]
          private 'uniqueID' => string '67d4efa3712bb' (length=13)
          private 'properties' => 
            object(PHPExcel_DocumentProperties)[17]
              ...
          private 'security' => 
            object(PHPExcel_DocumentSecurity)[18]
              ...
          private 'workSheetCollection' => 
            array (size=1)
              ...
          private 'calculationEngine' => 
            object(PHPExcel_Calculation)[2]
              ...
          private 'activeSheetIndex' => int 0
          private 'namedRanges' => 
            array (size=0)
              ...
          private 'cellXfSupervisor' => 
            object(PHPExcel_Style)[19]
              ...
          private 'cellXfCollection' => 
            array (size=40)
              ...
          private 'cellStyleXfCollection' => 
            array (size=1)
              ...
          private 'hasMacros' => boolean false
          private 'macrosCode' => null
          private 'macrosCertificate' => null
          private 'ribbonXMLData' => null
          private 'ribbonBinObjects' => null
      private 'cellCollection' => 
        object(PHPExcel_CachedObjectStorage_Memory)[6]
          protected 'parent' => 
            &object(PHPExcel_Worksheet)[5]
          protected 'currentObject' => null
          protected 'currentObjectID' => string 'D24' (length=3)
          protected 'currentCellIsDirty' => boolean true
          protected 'cellCache' => 
            array (size=57)
              ...
      private 'rowDimensions' => 
        array (size=0)
          empty
      private 'defaultRowDimension' => 
        object(PHPExcel_Worksheet_RowDimension)[14]
          private 'rowIndex' => null
          private 'height' => int -1
          private 'zeroHeight' => boolean false
          private 'visible' (PHPExcel_Worksheet_Dimension) => boolean true
          private 'outlineLevel' (PHPExcel_Worksheet_Dimension) => int 0
          private 'collapsed' (PHPExcel_Worksheet_Dimension) => boolean false
          private 'xfIndex' (PHPExcel_Worksheet_Dimension) => null
      private 'columnDimensions' => 
        array (size=3)
          'B' => 
            object(PHPExcel_Worksheet_ColumnDimension)[203]
              ...
          'D' => 
            object(PHPExcel_Worksheet_ColumnDimension)[204]
              ...
          'E' => 
            object(PHPExcel_Worksheet_ColumnDimension)[205]
              ...
      private 'defaultColumnDimension' => 
        object(PHPExcel_Worksheet_ColumnDimension)[15]
          private 'columnIndex' => null
          private 'width' => int -1
          private 'autoSize' => boolean false
          private 'visible' (PHPExcel_Worksheet_Dimension) => boolean true
          private 'outlineLevel' (PHPExcel_Worksheet_Dimension) => int 0
          private 'collapsed' (PHPExcel_Worksheet_Dimension) => boolean false
          private 'xfIndex' (PHPExcel_Worksheet_Dimension) => int 0
      private 'drawingCollection' => 
        object(ArrayObject)[11]
          private 'storage' => 
            array (size=3)
              ...
      private 'chartCollection' => 
        object(ArrayObject)[12]
          private 'storage' => 
            array (size=0)
              ...
      private 'title' => string 'Worksheet' (length=9)
      private 'sheetState' => string 'visible' (length=7)
      private 'pageSetup' => 
        object(PHPExcel_Worksheet_PageSetup)[7]
          private 'paperSize' => int 1
          private 'orientation' => string 'default' (length=7)
          private 'scale' => int 100
          private 'fitToPage' => boolean false
          private 'fitToHeight' => int 1
          private 'fitToWidth' => int 1
          private 'columnsToRepeatAtLeft' => 
            array (size=2)
              ...
          private 'rowsToRepeatAtTop' => 
            array (size=2)
              ...
          private 'horizontalCentered' => boolean false
          private 'verticalCentered' => boolean false
          private 'printArea' => null
          private 'firstPageNumber' => null
      private 'pageMargins' => 
        object(PHPExcel_Worksheet_PageMargins)[8]
          private 'left' => float 0.7
          private 'right' => float 0.7
          private 'top' => float 0.75
          private 'bottom' => float 0.75
          private 'header' => float 0.3
          private 'footer' => float 0.3
      private 'headerFooter' => 
        object(PHPExcel_Worksheet_HeaderFooter)[9]
          private 'oddHeader' => string '' (length=0)
          private 'oddFooter' => string '' (length=0)
          private 'evenHeader' => string '' (length=0)
          private 'evenFooter' => string '' (length=0)
          private 'firstHeader' => string '' (length=0)
          private 'firstFooter' => string '' (length=0)
          private 'differentOddEven' => boolean false
          private 'differentFirst' => boolean false
          private 'scaleWithDocument' => boolean true
          private 'alignWithMargins' => boolean true
          private 'headerFooterImages' => 
            array (size=0)
              ...
      private 'sheetView' => 
        object(PHPExcel_Worksheet_SheetView)[10]
          private 'zoomScale' => int 100
          private 'zoomScaleNormal' => int 100
          private 'sheetviewType' => string 'normal' (length=6)
      private 'protection' => 
        object(PHPExcel_Worksheet_Protection)[13]
          private 'sheet' => boolean true
          private 'objects' => boolean false
          private 'scenarios' => boolean false
          private 'formatCells' => boolean false
          private 'formatColumns' => boolean false
          private 'formatRows' => boolean false
          private 'insertColumns' => boolean false
          private 'insertRows' => boolean false
          private 'insertHyperlinks' => boolean false
          private 'deleteColumns' => boolean false
          private 'deleteRows' => boolean false
          private 'selectLockedCells' => boolean false
          private 'sort' => boolean false
          private 'autoFilter' => boolean false
          private 'pivotTables' => boolean false
          private 'selectUnlockedCells' => boolean false
          private 'password' => string '' (length=0)
      private 'styles' => 
        array (size=0)
          empty
      private 'conditionalStylesCollection' => 
        array (size=0)
          empty
      private 'cellCollectionIsSorted' => boolean false
      private 'breaks' => 
        array (size=0)
          empty
      private 'mergeCells' => 
        array (size=1)
          'A18:E22' => string 'A18:E22' (length=7)
      private 'protectedCells' => 
        array (size=1)
          'A3:E13' => string '8053' (length=4)
      private 'autoFilter' => 
        object(PHPExcel_Worksheet_AutoFilter)[16]
          private 'workSheet' => 
            &object(PHPExcel_Worksheet)[5]
          private 'range' => null
          private 'columns' => 
            array (size=0)
              ...
      private 'freezePane' => string '' (length=0)
      private 'showGridlines' => boolean true
      private 'printGridlines' => boolean false
      private 'showRowColHeaders' => boolean true
      private 'showSummaryBelow' => boolean true
      private 'showSummaryRight' => boolean true
      private 'comments' => 
        array (size=3)
          'E11' => 
            object(PHPExcel_Comment)[138]
              ...
          'E12' => 
            object(PHPExcel_Comment)[150]
              ...
          'E13' => 
            object(PHPExcel_Comment)[162]
              ...
      private 'activeCell' => string 'E27' (length=3)
      private 'selectedCells' => string 'E27' (length=3)
      private 'cachedHighestColumn' => string 'E' (length=1)
      private 'cachedHighestRow' => string '28' (length=2)
      private 'rightToLeft' => boolean false
      private 'hyperlinkCollection' => 
        array (size=2)
          'E26' => 
            object(PHPExcel_Cell_Hyperlink)[969]
              ...
          'E27' => 
            object(PHPExcel_Cell_Hyperlink)[989]
              ...
      private 'dataValidationCollection' => 
        array (size=0)
          empty
      private 'tabColor' => null
      private 'dirty' => boolean false
      private 'hash' => string 'f14d89c698b0853de7405487abda9c1c' (length=32)
      private 'codeName' => string 'Worksheet' (length=9)
  protected 'coordinates' => string 'D24' (length=3)
  protected 'offsetX' => int 10
  protected 'offsetY' => int 0
  protected 'width' => float 157
  protected 'height' => int 36
  protected 'resizeProportional' => boolean true
  protected 'rotation' => int 0
  protected 'shadow' => 
    object(PHPExcel_Worksheet_Drawing_Shadow)[975]
      private 'visible' => boolean false
      private 'blurRadius' => int 6
      private 'distance' => int 2
      private 'direction' => int 0
      private 'alignment' => string 'br' (length=2)
      private 'color' => 
        object(PHPExcel_Style_Color)[977]
          protected 'argb' => string 'FF000000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      private 'alpha' => int 50
$objPHPExcel =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:316:
object(PHPExcel)[1]
  private 'uniqueID' => string '67d4efa3712bb' (length=13)
  private 'properties' => 
    object(PHPExcel_DocumentProperties)[17]
      private 'creator' => string 'Maarten Balliauw' (length=16)
      private 'lastModifiedBy' => string 'Maarten Balliauw' (length=16)
      private 'created' => int 1742008227
      private 'modified' => int 1742008227
      private 'title' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'description' => string 'Test document for Office 2007 XLSX, generated using PHP classes.' (length=64)
      private 'subject' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'keywords' => string 'office 2007 openxml php' (length=23)
      private 'category' => string 'Test result file' (length=16)
      private 'manager' => string '' (length=0)
      private 'company' => string 'Microsoft Corporation' (length=21)
      private 'customProperties' => 
        array (size=0)
          empty
  private 'security' => 
    object(PHPExcel_DocumentSecurity)[18]
      private 'lockRevision' => boolean false
      private 'lockStructure' => boolean false
      private 'lockWindows' => boolean false
      private 'revisionsPassword' => string '' (length=0)
      private 'workbookPassword' => string '' (length=0)
  private 'workSheetCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Worksheet)[5]
          private 'parent' => 
            &object(PHPExcel)[1]
          private 'cellCollection' => 
            object(PHPExcel_CachedObjectStorage_Memory)[6]
              ...
          private 'rowDimensions' => 
            array (size=0)
              ...
          private 'defaultRowDimension' => 
            object(PHPExcel_Worksheet_RowDimension)[14]
              ...
          private 'columnDimensions' => 
            array (size=3)
              ...
          private 'defaultColumnDimension' => 
            object(PHPExcel_Worksheet_ColumnDimension)[15]
              ...
          private 'drawingCollection' => 
            object(ArrayObject)[11]
              ...
          private 'chartCollection' => 
            object(ArrayObject)[12]
              ...
          private 'title' => string 'Worksheet' (length=9)
          private 'sheetState' => string 'visible' (length=7)
          private 'pageSetup' => 
            object(PHPExcel_Worksheet_PageSetup)[7]
              ...
          private 'pageMargins' => 
            object(PHPExcel_Worksheet_PageMargins)[8]
              ...
          private 'headerFooter' => 
            object(PHPExcel_Worksheet_HeaderFooter)[9]
              ...
          private 'sheetView' => 
            object(PHPExcel_Worksheet_SheetView)[10]
              ...
          private 'protection' => 
            object(PHPExcel_Worksheet_Protection)[13]
              ...
          private 'styles' => 
            array (size=0)
              ...
          private 'conditionalStylesCollection' => 
            array (size=0)
              ...
          private 'cellCollectionIsSorted' => boolean false
          private 'breaks' => 
            array (size=0)
              ...
          private 'mergeCells' => 
            array (size=1)
              ...
          private 'protectedCells' => 
            array (size=1)
              ...
          private 'autoFilter' => 
            object(PHPExcel_Worksheet_AutoFilter)[16]
              ...
          private 'freezePane' => string '' (length=0)
          private 'showGridlines' => boolean true
          private 'printGridlines' => boolean false
          private 'showRowColHeaders' => boolean true
          private 'showSummaryBelow' => boolean true
          private 'showSummaryRight' => boolean true
          private 'comments' => 
            array (size=3)
              ...
          private 'activeCell' => string 'E27' (length=3)
          private 'selectedCells' => string 'E27' (length=3)
          private 'cachedHighestColumn' => string 'E' (length=1)
          private 'cachedHighestRow' => string '28' (length=2)
          private 'rightToLeft' => boolean false
          private 'hyperlinkCollection' => 
            array (size=2)
              ...
          private 'dataValidationCollection' => 
            array (size=0)
              ...
          private 'tabColor' => null
          private 'dirty' => boolean false
          private 'hash' => string 'f14d89c698b0853de7405487abda9c1c' (length=32)
          private 'codeName' => string 'Worksheet' (length=9)
  private 'calculationEngine' => 
    object(PHPExcel_Calculation)[2]
      private 'workbook' => 
        &object(PHPExcel)[1]
      private 'calculationCache' => 
        array (size=0)
          empty
      private 'calculationCacheEnabled' => boolean true
      private 'debugLog' => null
      public 'suppressFormulaErrors' => boolean false
      public 'formulaError' => null
      private 'cyclicReferenceStack' => 
        object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
          private 'stack' => 
            array (size=0)
              ...
      private 'cellStack' => 
        array (size=0)
          empty
      private 'cyclicFormulaCounter' => int 1
      private 'cyclicFormulaCell' => string '' (length=0)
      public 'cyclicFormulaCount' => int 1
      private 'delta' => float 1.0E-14
      public '_debugLog' => 
        object(PHPExcel_CalcEngine_Logger)[4]
          private 'writeDebugLog' => boolean false
          private 'echoDebugLog' => boolean false
          private 'debugLog' => 
            array (size=0)
              ...
          private 'cellStack' => 
            object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
              ...
  private 'activeSheetIndex' => int 0
  private 'namedRanges' => 
    array (size=0)
      empty
  private 'cellXfSupervisor' => 
    object(PHPExcel_Style)[19]
      protected 'font' => 
        object(PHPExcel_Style_Font)[20]
          protected 'name' => string 'Calibri' (length=7)
          protected 'size' => int 11
          protected 'bold' => boolean false
          protected 'italic' => boolean false
          protected 'superScript' => boolean false
          protected 'subScript' => boolean false
          protected 'underline' => string 'none' (length=4)
          protected 'strikethrough' => boolean false
          protected 'color' => 
            object(PHPExcel_Style_Color)[21]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'fill' => 
        object(PHPExcel_Style_Fill)[22]
          protected 'fillType' => string 'none' (length=4)
          protected 'rotation' => int 0
          protected 'startColor' => 
            object(PHPExcel_Style_Color)[23]
              ...
          protected 'endColor' => 
            object(PHPExcel_Style_Color)[24]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'borders' => 
        object(PHPExcel_Style_Borders)[25]
          protected 'left' => 
            object(PHPExcel_Style_Border)[26]
              ...
          protected 'right' => 
            object(PHPExcel_Style_Border)[28]
              ...
          protected 'top' => 
            object(PHPExcel_Style_Border)[30]
              ...
          protected 'bottom' => 
            object(PHPExcel_Style_Border)[32]
              ...
          protected 'diagonal' => 
            object(PHPExcel_Style_Border)[34]
              ...
          protected 'diagonalDirection' => int 0
          protected 'allBorders' => 
            object(PHPExcel_Style_Border)[36]
              ...
          protected 'outline' => 
            object(PHPExcel_Style_Border)[38]
              ...
          protected 'inside' => 
            object(PHPExcel_Style_Border)[40]
              ...
          protected 'vertical' => 
            object(PHPExcel_Style_Border)[42]
              ...
          protected 'horizontal' => 
            object(PHPExcel_Style_Border)[44]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'alignment' => 
        object(PHPExcel_Style_Alignment)[46]
          protected 'horizontal' => string 'general' (length=7)
          protected 'vertical' => string 'bottom' (length=6)
          protected 'textRotation' => int 0
          protected 'wrapText' => boolean false
          protected 'shrinkToFit' => boolean false
          protected 'indent' => int 0
          protected 'readorder' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'numberFormat' => 
        object(PHPExcel_Style_NumberFormat)[47]
          protected 'formatCode' => string 'General' (length=7)
          protected 'builtInFormatCode' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'conditionalStyles' => 
        array (size=0)
          empty
      protected 'protection' => 
        object(PHPExcel_Style_Protection)[48]
          protected 'locked' => string 'inherit' (length=7)
          protected 'hidden' => string 'inherit' (length=7)
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'index' => null
      protected 'quotePrefix' => boolean false
      protected 'isSupervisor' => boolean true
      protected 'parent' => 
        &object(PHPExcel)[1]
  private 'cellXfCollection' => 
    array (size=40)
      0 => 
        object(PHPExcel_Style)[49]
          protected 'font' => 
            object(PHPExcel_Style_Font)[50]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[52]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[55]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[66]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[67]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[68]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      1 => 
        object(PHPExcel_Style)[92]
          protected 'font' => 
            object(PHPExcel_Style_Font)[93]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[95]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[98]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[109]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[110]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[111]
              ...
          protected 'index' => int 1
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      2 => 
        object(PHPExcel_Style)[183]
          protected 'font' => 
            object(PHPExcel_Style_Font)[184]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[186]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[189]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[200]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[201]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[202]
              ...
          protected 'index' => int 2
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      3 => 
        object(PHPExcel_Style)[206]
          protected 'font' => 
            object(PHPExcel_Style_Font)[207]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[209]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[212]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[223]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[224]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[225]
              ...
          protected 'index' => int 3
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      4 => 
        object(PHPExcel_Style)[226]
          protected 'font' => 
            object(PHPExcel_Style_Font)[227]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[229]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[232]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[243]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[244]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[245]
              ...
          protected 'index' => int 4
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      5 => 
        object(PHPExcel_Style)[246]
          protected 'font' => 
            object(PHPExcel_Style_Font)[247]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[249]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[252]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[263]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[264]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[265]
              ...
          protected 'index' => int 5
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      6 => 
        object(PHPExcel_Style)[266]
          protected 'font' => 
            object(PHPExcel_Style_Font)[267]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[269]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[272]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[283]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[284]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[285]
              ...
          protected 'index' => int 6
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      7 => 
        object(PHPExcel_Style)[286]
          protected 'font' => 
            object(PHPExcel_Style_Font)[287]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[289]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[292]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[303]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[304]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[305]
              ...
          protected 'index' => int 7
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      8 => 
        object(PHPExcel_Style)[306]
          protected 'font' => 
            object(PHPExcel_Style_Font)[307]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[309]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[312]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[323]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[324]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[325]
              ...
          protected 'index' => int 8
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      9 => 
        object(PHPExcel_Style)[326]
          protected 'font' => 
            object(PHPExcel_Style_Font)[327]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[329]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[332]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[343]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[344]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[345]
              ...
          protected 'index' => int 9
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      10 => 
        object(PHPExcel_Style)[346]
          protected 'font' => 
            object(PHPExcel_Style_Font)[347]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[349]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[352]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[363]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[364]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[365]
              ...
          protected 'index' => int 10
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      11 => 
        object(PHPExcel_Style)[366]
          protected 'font' => 
            object(PHPExcel_Style_Font)[367]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[369]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[372]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[383]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[384]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[385]
              ...
          protected 'index' => int 11
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      12 => 
        object(PHPExcel_Style)[386]
          protected 'font' => 
            object(PHPExcel_Style_Font)[387]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[389]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[392]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[403]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[404]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[405]
              ...
          protected 'index' => int 12
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      13 => 
        object(PHPExcel_Style)[406]
          protected 'font' => 
            object(PHPExcel_Style_Font)[425]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[423]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[422]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[410]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[407]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[408]
              ...
          protected 'index' => int 13
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      14 => 
        object(PHPExcel_Style)[426]
          protected 'font' => 
            object(PHPExcel_Style_Font)[427]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[429]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[432]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[443]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[444]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[445]
              ...
          protected 'index' => int 14
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      15 => 
        object(PHPExcel_Style)[446]
          protected 'font' => 
            object(PHPExcel_Style_Font)[447]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[449]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[452]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[463]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[464]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[465]
              ...
          protected 'index' => int 15
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      16 => 
        object(PHPExcel_Style)[466]
          protected 'font' => 
            object(PHPExcel_Style_Font)[467]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[469]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[472]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[483]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[484]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[485]
              ...
          protected 'index' => int 16
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      17 => 
        object(PHPExcel_Style)[486]
          protected 'font' => 
            object(PHPExcel_Style_Font)[487]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[489]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[492]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[503]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[504]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[505]
              ...
          protected 'index' => int 17
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      18 => 
        object(PHPExcel_Style)[510]
          protected 'font' => 
            object(PHPExcel_Style_Font)[511]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[513]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[516]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[527]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[528]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[529]
              ...
          protected 'index' => int 18
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      19 => 
        object(PHPExcel_Style)[531]
          protected 'font' => 
            object(PHPExcel_Style_Font)[532]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[534]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[537]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[548]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[549]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[550]
              ...
          protected 'index' => int 19
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      20 => 
        object(PHPExcel_Style)[551]
          protected 'font' => 
            object(PHPExcel_Style_Font)[552]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[554]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[557]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[568]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[569]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[570]
              ...
          protected 'index' => int 20
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      21 => 
        object(PHPExcel_Style)[620]
          protected 'font' => 
            object(PHPExcel_Style_Font)[609]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[619]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[614]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[583]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[602]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[601]
              ...
          protected 'index' => int 21
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      22 => 
        object(PHPExcel_Style)[600]
          protected 'font' => 
            object(PHPExcel_Style_Font)[589]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[599]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[594]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[623]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[624]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[625]
              ...
          protected 'index' => int 22
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      23 => 
        object(PHPExcel_Style)[626]
          protected 'font' => 
            object(PHPExcel_Style_Font)[627]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[629]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[632]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[643]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[644]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[645]
              ...
          protected 'index' => int 23
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      24 => 
        object(PHPExcel_Style)[646]
          protected 'font' => 
            object(PHPExcel_Style_Font)[647]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[649]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[652]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[663]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[664]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[665]
              ...
          protected 'index' => int 24
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      25 => 
        object(PHPExcel_Style)[666]
          protected 'font' => 
            object(PHPExcel_Style_Font)[667]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[669]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[672]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[683]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[684]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[685]
              ...
          protected 'index' => int 25
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      26 => 
        object(PHPExcel_Style)[686]
          protected 'font' => 
            object(PHPExcel_Style_Font)[687]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[689]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[692]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[703]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[704]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[705]
              ...
          protected 'index' => int 26
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      27 => 
        object(PHPExcel_Style)[708]
          protected 'font' => 
            object(PHPExcel_Style_Font)[709]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[711]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[714]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[725]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[726]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[727]
              ...
          protected 'index' => int 27
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      28 => 
        object(PHPExcel_Style)[728]
          protected 'font' => 
            object(PHPExcel_Style_Font)[729]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[731]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[734]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[745]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[746]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[747]
              ...
          protected 'index' => int 28
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      29 => 
        object(PHPExcel_Style)[748]
          protected 'font' => 
            object(PHPExcel_Style_Font)[749]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[751]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[754]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[765]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[766]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[767]
              ...
          protected 'index' => int 29
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      30 => 
        object(PHPExcel_Style)[768]
          protected 'font' => 
            object(PHPExcel_Style_Font)[769]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[771]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[774]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[785]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[786]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[787]
              ...
          protected 'index' => int 30
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      31 => 
        object(PHPExcel_Style)[788]
          protected 'font' => 
            object(PHPExcel_Style_Font)[789]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[791]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[794]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[805]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[806]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[807]
              ...
          protected 'index' => int 31
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      32 => 
        object(PHPExcel_Style)[808]
          protected 'font' => 
            object(PHPExcel_Style_Font)[809]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[811]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[814]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[825]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[826]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[827]
              ...
          protected 'index' => int 32
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      33 => 
        object(PHPExcel_Style)[828]
          protected 'font' => 
            object(PHPExcel_Style_Font)[829]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[831]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[834]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[845]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[846]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[847]
              ...
          protected 'index' => int 33
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      34 => 
        object(PHPExcel_Style)[848]
          protected 'font' => 
            object(PHPExcel_Style_Font)[849]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[851]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[854]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[865]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[866]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[867]
              ...
          protected 'index' => int 34
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      35 => 
        object(PHPExcel_Style)[868]
          protected 'font' => 
            object(PHPExcel_Style_Font)[869]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[871]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[874]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[885]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[886]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[887]
              ...
          protected 'index' => int 35
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      36 => 
        object(PHPExcel_Style)[888]
          protected 'font' => 
            object(PHPExcel_Style_Font)[890]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[892]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[893]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[894]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[907]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[906]
              ...
          protected 'index' => int 36
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      37 => 
        object(PHPExcel_Style)[908]
          protected 'font' => 
            object(PHPExcel_Style_Font)[909]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[911]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[914]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[925]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[926]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[927]
              ...
          protected 'index' => int 37
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      38 => 
        object(PHPExcel_Style)[928]
          protected 'font' => 
            object(PHPExcel_Style_Font)[929]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[931]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[934]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[945]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[946]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[947]
              ...
          protected 'index' => int 38
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      39 => 
        object(PHPExcel_Style)[948]
          protected 'font' => 
            object(PHPExcel_Style_Font)[949]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[951]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[954]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[965]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[966]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[967]
              ...
          protected 'index' => int 39
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'cellStyleXfCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Style)[69]
          protected 'font' => 
            object(PHPExcel_Style_Font)[70]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[72]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[75]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[86]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[87]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[88]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'hasMacros' => boolean false
  private 'macrosCode' => null
  private 'macrosCertificate' => null
  private 'ribbonXMLData' => null
  private 'ribbonBinObjects' => null
$objPayable =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:316:
object(PHPExcel_RichText_Run)[176]
  private 'font' => 
    object(PHPExcel_Style_Font)[177]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean true
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[179]
          protected 'argb' => string 'FF008000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
$objRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:316:
object(PHPExcel_RichText)[174]
  private 'richTextElements' => 
    array (size=3)
      0 => 
        object(PHPExcel_RichText_TextElement)[175]
          private 'text' => string 'This invoice is ' (length=16)
      1 => 
        object(PHPExcel_RichText_Run)[176]
          private 'font' => 
            object(PHPExcel_Style_Font)[177]
              ...
          private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
      2 => 
        object(PHPExcel_RichText_TextElement)[178]
          private 'text' => string ', unless specified otherwise on the invoice.' (length=44)
$sLloremIpsum =
Undefined
$styleThickBrownBorderOutline =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:316:
array (size=1)
  'borders' => 
    array (size=1)
      'outline' => 
        array (size=2)
          'style' => string 'thick' (length=5)
          'color' => 
            array (size=1)
              ...
$styleThinBlackBorderOutline =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:316:
array (size=1)
  'borders' => 
    array (size=1)
      'outline' => 
        array (size=2)
          'style' => string 'thin' (length=4)
          'color' => 
            array (size=1)
              ...
EOL03:10:28 Set header/footer
( ! ) Warning: Use of undefined constant EOL - assumed 'EOL' (this will throw an Error in a future version of PHP) in C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php on line 323
Call Stack
#TimeMemoryFunctionLocation
10.0020532768{main}( )...\05featuredemo.inc.php:0
Variables in local scope (#1)
$objCommentRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:323:
object(PHPExcel_RichText_Run)[165]
  private 'font' => 
    object(PHPExcel_Style_Font)[166]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean false
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[167]
          protected 'argb' => string 'FF000000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'PHPExcel:' (length=9)
$objDrawing =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:323:
object(PHPExcel_Worksheet_Drawing)[973]
  private 'path' => string './images/phpexcel_logo.gif' (length=26)
  private 'imageIndex' (PHPExcel_Worksheet_BaseDrawing) => int 3
  protected 'name' => string 'PHPExcel logo' (length=13)
  protected 'description' => string 'PHPExcel logo' (length=13)
  protected 'worksheet' => 
    object(PHPExcel_Worksheet)[5]
      private 'parent' => 
        object(PHPExcel)[1]
          private 'uniqueID' => string '67d4efa3712bb' (length=13)
          private 'properties' => 
            object(PHPExcel_DocumentProperties)[17]
              ...
          private 'security' => 
            object(PHPExcel_DocumentSecurity)[18]
              ...
          private 'workSheetCollection' => 
            array (size=1)
              ...
          private 'calculationEngine' => 
            object(PHPExcel_Calculation)[2]
              ...
          private 'activeSheetIndex' => int 0
          private 'namedRanges' => 
            array (size=0)
              ...
          private 'cellXfSupervisor' => 
            object(PHPExcel_Style)[19]
              ...
          private 'cellXfCollection' => 
            array (size=40)
              ...
          private 'cellStyleXfCollection' => 
            array (size=1)
              ...
          private 'hasMacros' => boolean false
          private 'macrosCode' => null
          private 'macrosCertificate' => null
          private 'ribbonXMLData' => null
          private 'ribbonBinObjects' => null
      private 'cellCollection' => 
        object(PHPExcel_CachedObjectStorage_Memory)[6]
          protected 'parent' => 
            &object(PHPExcel_Worksheet)[5]
          protected 'currentObject' => null
          protected 'currentObjectID' => string 'A1' (length=2)
          protected 'currentCellIsDirty' => boolean false
          protected 'cellCache' => 
            array (size=76)
              ...
      private 'rowDimensions' => 
        array (size=0)
          empty
      private 'defaultRowDimension' => 
        object(PHPExcel_Worksheet_RowDimension)[14]
          private 'rowIndex' => null
          private 'height' => int -1
          private 'zeroHeight' => boolean false
          private 'visible' (PHPExcel_Worksheet_Dimension) => boolean true
          private 'outlineLevel' (PHPExcel_Worksheet_Dimension) => int 0
          private 'collapsed' (PHPExcel_Worksheet_Dimension) => boolean false
          private 'xfIndex' (PHPExcel_Worksheet_Dimension) => null
      private 'columnDimensions' => 
        array (size=3)
          'B' => 
            object(PHPExcel_Worksheet_ColumnDimension)[203]
              ...
          'D' => 
            object(PHPExcel_Worksheet_ColumnDimension)[204]
              ...
          'E' => 
            object(PHPExcel_Worksheet_ColumnDimension)[205]
              ...
      private 'defaultColumnDimension' => 
        object(PHPExcel_Worksheet_ColumnDimension)[15]
          private 'columnIndex' => null
          private 'width' => int -1
          private 'autoSize' => boolean false
          private 'visible' (PHPExcel_Worksheet_Dimension) => boolean true
          private 'outlineLevel' (PHPExcel_Worksheet_Dimension) => int 0
          private 'collapsed' (PHPExcel_Worksheet_Dimension) => boolean false
          private 'xfIndex' (PHPExcel_Worksheet_Dimension) => int 0
      private 'drawingCollection' => 
        object(ArrayObject)[11]
          private 'storage' => 
            array (size=3)
              ...
      private 'chartCollection' => 
        object(ArrayObject)[12]
          private 'storage' => 
            array (size=0)
              ...
      private 'title' => string 'Worksheet' (length=9)
      private 'sheetState' => string 'visible' (length=7)
      private 'pageSetup' => 
        object(PHPExcel_Worksheet_PageSetup)[7]
          private 'paperSize' => int 1
          private 'orientation' => string 'default' (length=7)
          private 'scale' => int 100
          private 'fitToPage' => boolean false
          private 'fitToHeight' => int 1
          private 'fitToWidth' => int 1
          private 'columnsToRepeatAtLeft' => 
            array (size=2)
              ...
          private 'rowsToRepeatAtTop' => 
            array (size=2)
              ...
          private 'horizontalCentered' => boolean false
          private 'verticalCentered' => boolean false
          private 'printArea' => null
          private 'firstPageNumber' => null
      private 'pageMargins' => 
        object(PHPExcel_Worksheet_PageMargins)[8]
          private 'left' => float 0.7
          private 'right' => float 0.7
          private 'top' => float 0.75
          private 'bottom' => float 0.75
          private 'header' => float 0.3
          private 'footer' => float 0.3
      private 'headerFooter' => 
        object(PHPExcel_Worksheet_HeaderFooter)[9]
          private 'oddHeader' => string '' (length=0)
          private 'oddFooter' => string '' (length=0)
          private 'evenHeader' => string '' (length=0)
          private 'evenFooter' => string '' (length=0)
          private 'firstHeader' => string '' (length=0)
          private 'firstFooter' => string '' (length=0)
          private 'differentOddEven' => boolean false
          private 'differentFirst' => boolean false
          private 'scaleWithDocument' => boolean true
          private 'alignWithMargins' => boolean true
          private 'headerFooterImages' => 
            array (size=0)
              ...
      private 'sheetView' => 
        object(PHPExcel_Worksheet_SheetView)[10]
          private 'zoomScale' => int 100
          private 'zoomScaleNormal' => int 100
          private 'sheetviewType' => string 'normal' (length=6)
      private 'protection' => 
        object(PHPExcel_Worksheet_Protection)[13]
          private 'sheet' => boolean true
          private 'objects' => boolean false
          private 'scenarios' => boolean false
          private 'formatCells' => boolean false
          private 'formatColumns' => boolean false
          private 'formatRows' => boolean false
          private 'insertColumns' => boolean false
          private 'insertRows' => boolean false
          private 'insertHyperlinks' => boolean false
          private 'deleteColumns' => boolean false
          private 'deleteRows' => boolean false
          private 'selectLockedCells' => boolean false
          private 'sort' => boolean false
          private 'autoFilter' => boolean false
          private 'pivotTables' => boolean false
          private 'selectUnlockedCells' => boolean false
          private 'password' => string '' (length=0)
      private 'styles' => 
        array (size=0)
          empty
      private 'conditionalStylesCollection' => 
        array (size=0)
          empty
      private 'cellCollectionIsSorted' => boolean false
      private 'breaks' => 
        array (size=0)
          empty
      private 'mergeCells' => 
        array (size=1)
          'A18:E22' => string 'A18:E22' (length=7)
      private 'protectedCells' => 
        array (size=1)
          'A3:E13' => string '8053' (length=4)
      private 'autoFilter' => 
        object(PHPExcel_Worksheet_AutoFilter)[16]
          private 'workSheet' => 
            &object(PHPExcel_Worksheet)[5]
          private 'range' => null
          private 'columns' => 
            array (size=0)
              ...
      private 'freezePane' => string '' (length=0)
      private 'showGridlines' => boolean true
      private 'printGridlines' => boolean false
      private 'showRowColHeaders' => boolean true
      private 'showSummaryBelow' => boolean true
      private 'showSummaryRight' => boolean true
      private 'comments' => 
        array (size=3)
          'E11' => 
            object(PHPExcel_Comment)[138]
              ...
          'E12' => 
            object(PHPExcel_Comment)[150]
              ...
          'E13' => 
            object(PHPExcel_Comment)[162]
              ...
      private 'activeCell' => string 'E27' (length=3)
      private 'selectedCells' => string 'E27' (length=3)
      private 'cachedHighestColumn' => string 'I' (length=1)
      private 'cachedHighestRow' => int 28
      private 'rightToLeft' => boolean false
      private 'hyperlinkCollection' => 
        array (size=2)
          'E26' => 
            object(PHPExcel_Cell_Hyperlink)[969]
              ...
          'E27' => 
            object(PHPExcel_Cell_Hyperlink)[989]
              ...
      private 'dataValidationCollection' => 
        array (size=0)
          empty
      private 'tabColor' => null
      private 'dirty' => boolean false
      private 'hash' => string 'f14d89c698b0853de7405487abda9c1c' (length=32)
      private 'codeName' => string 'Worksheet' (length=9)
  protected 'coordinates' => string 'D24' (length=3)
  protected 'offsetX' => int 10
  protected 'offsetY' => int 0
  protected 'width' => float 157
  protected 'height' => int 36
  protected 'resizeProportional' => boolean true
  protected 'rotation' => int 0
  protected 'shadow' => 
    object(PHPExcel_Worksheet_Drawing_Shadow)[975]
      private 'visible' => boolean false
      private 'blurRadius' => int 6
      private 'distance' => int 2
      private 'direction' => int 0
      private 'alignment' => string 'br' (length=2)
      private 'color' => 
        object(PHPExcel_Style_Color)[977]
          protected 'argb' => string 'FF000000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      private 'alpha' => int 50
$objPHPExcel =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:323:
object(PHPExcel)[1]
  private 'uniqueID' => string '67d4efa3712bb' (length=13)
  private 'properties' => 
    object(PHPExcel_DocumentProperties)[17]
      private 'creator' => string 'Maarten Balliauw' (length=16)
      private 'lastModifiedBy' => string 'Maarten Balliauw' (length=16)
      private 'created' => int 1742008227
      private 'modified' => int 1742008227
      private 'title' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'description' => string 'Test document for Office 2007 XLSX, generated using PHP classes.' (length=64)
      private 'subject' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'keywords' => string 'office 2007 openxml php' (length=23)
      private 'category' => string 'Test result file' (length=16)
      private 'manager' => string '' (length=0)
      private 'company' => string 'Microsoft Corporation' (length=21)
      private 'customProperties' => 
        array (size=0)
          empty
  private 'security' => 
    object(PHPExcel_DocumentSecurity)[18]
      private 'lockRevision' => boolean false
      private 'lockStructure' => boolean false
      private 'lockWindows' => boolean false
      private 'revisionsPassword' => string '' (length=0)
      private 'workbookPassword' => string '' (length=0)
  private 'workSheetCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Worksheet)[5]
          private 'parent' => 
            &object(PHPExcel)[1]
          private 'cellCollection' => 
            object(PHPExcel_CachedObjectStorage_Memory)[6]
              ...
          private 'rowDimensions' => 
            array (size=0)
              ...
          private 'defaultRowDimension' => 
            object(PHPExcel_Worksheet_RowDimension)[14]
              ...
          private 'columnDimensions' => 
            array (size=3)
              ...
          private 'defaultColumnDimension' => 
            object(PHPExcel_Worksheet_ColumnDimension)[15]
              ...
          private 'drawingCollection' => 
            object(ArrayObject)[11]
              ...
          private 'chartCollection' => 
            object(ArrayObject)[12]
              ...
          private 'title' => string 'Worksheet' (length=9)
          private 'sheetState' => string 'visible' (length=7)
          private 'pageSetup' => 
            object(PHPExcel_Worksheet_PageSetup)[7]
              ...
          private 'pageMargins' => 
            object(PHPExcel_Worksheet_PageMargins)[8]
              ...
          private 'headerFooter' => 
            object(PHPExcel_Worksheet_HeaderFooter)[9]
              ...
          private 'sheetView' => 
            object(PHPExcel_Worksheet_SheetView)[10]
              ...
          private 'protection' => 
            object(PHPExcel_Worksheet_Protection)[13]
              ...
          private 'styles' => 
            array (size=0)
              ...
          private 'conditionalStylesCollection' => 
            array (size=0)
              ...
          private 'cellCollectionIsSorted' => boolean false
          private 'breaks' => 
            array (size=0)
              ...
          private 'mergeCells' => 
            array (size=1)
              ...
          private 'protectedCells' => 
            array (size=1)
              ...
          private 'autoFilter' => 
            object(PHPExcel_Worksheet_AutoFilter)[16]
              ...
          private 'freezePane' => string '' (length=0)
          private 'showGridlines' => boolean true
          private 'printGridlines' => boolean false
          private 'showRowColHeaders' => boolean true
          private 'showSummaryBelow' => boolean true
          private 'showSummaryRight' => boolean true
          private 'comments' => 
            array (size=3)
              ...
          private 'activeCell' => string 'E27' (length=3)
          private 'selectedCells' => string 'E27' (length=3)
          private 'cachedHighestColumn' => string 'I' (length=1)
          private 'cachedHighestRow' => int 28
          private 'rightToLeft' => boolean false
          private 'hyperlinkCollection' => 
            array (size=2)
              ...
          private 'dataValidationCollection' => 
            array (size=0)
              ...
          private 'tabColor' => null
          private 'dirty' => boolean false
          private 'hash' => string 'f14d89c698b0853de7405487abda9c1c' (length=32)
          private 'codeName' => string 'Worksheet' (length=9)
  private 'calculationEngine' => 
    object(PHPExcel_Calculation)[2]
      private 'workbook' => 
        &object(PHPExcel)[1]
      private 'calculationCache' => 
        array (size=0)
          empty
      private 'calculationCacheEnabled' => boolean true
      private 'debugLog' => null
      public 'suppressFormulaErrors' => boolean false
      public 'formulaError' => null
      private 'cyclicReferenceStack' => 
        object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
          private 'stack' => 
            array (size=0)
              ...
      private 'cellStack' => 
        array (size=0)
          empty
      private 'cyclicFormulaCounter' => int 1
      private 'cyclicFormulaCell' => string '' (length=0)
      public 'cyclicFormulaCount' => int 1
      private 'delta' => float 1.0E-14
      public '_debugLog' => 
        object(PHPExcel_CalcEngine_Logger)[4]
          private 'writeDebugLog' => boolean false
          private 'echoDebugLog' => boolean false
          private 'debugLog' => 
            array (size=0)
              ...
          private 'cellStack' => 
            object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
              ...
  private 'activeSheetIndex' => int 0
  private 'namedRanges' => 
    array (size=0)
      empty
  private 'cellXfSupervisor' => 
    object(PHPExcel_Style)[19]
      protected 'font' => 
        object(PHPExcel_Style_Font)[20]
          protected 'name' => string 'Calibri' (length=7)
          protected 'size' => int 11
          protected 'bold' => boolean false
          protected 'italic' => boolean false
          protected 'superScript' => boolean false
          protected 'subScript' => boolean false
          protected 'underline' => string 'none' (length=4)
          protected 'strikethrough' => boolean false
          protected 'color' => 
            object(PHPExcel_Style_Color)[21]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'fill' => 
        object(PHPExcel_Style_Fill)[22]
          protected 'fillType' => string 'none' (length=4)
          protected 'rotation' => int 0
          protected 'startColor' => 
            object(PHPExcel_Style_Color)[23]
              ...
          protected 'endColor' => 
            object(PHPExcel_Style_Color)[24]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'borders' => 
        object(PHPExcel_Style_Borders)[25]
          protected 'left' => 
            object(PHPExcel_Style_Border)[26]
              ...
          protected 'right' => 
            object(PHPExcel_Style_Border)[28]
              ...
          protected 'top' => 
            object(PHPExcel_Style_Border)[30]
              ...
          protected 'bottom' => 
            object(PHPExcel_Style_Border)[32]
              ...
          protected 'diagonal' => 
            object(PHPExcel_Style_Border)[34]
              ...
          protected 'diagonalDirection' => int 0
          protected 'allBorders' => 
            object(PHPExcel_Style_Border)[36]
              ...
          protected 'outline' => 
            object(PHPExcel_Style_Border)[38]
              ...
          protected 'inside' => 
            object(PHPExcel_Style_Border)[40]
              ...
          protected 'vertical' => 
            object(PHPExcel_Style_Border)[42]
              ...
          protected 'horizontal' => 
            object(PHPExcel_Style_Border)[44]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'alignment' => 
        object(PHPExcel_Style_Alignment)[46]
          protected 'horizontal' => string 'general' (length=7)
          protected 'vertical' => string 'bottom' (length=6)
          protected 'textRotation' => int 0
          protected 'wrapText' => boolean false
          protected 'shrinkToFit' => boolean false
          protected 'indent' => int 0
          protected 'readorder' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'numberFormat' => 
        object(PHPExcel_Style_NumberFormat)[47]
          protected 'formatCode' => string 'General' (length=7)
          protected 'builtInFormatCode' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'conditionalStyles' => 
        array (size=0)
          empty
      protected 'protection' => 
        object(PHPExcel_Style_Protection)[48]
          protected 'locked' => string 'inherit' (length=7)
          protected 'hidden' => string 'inherit' (length=7)
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'index' => null
      protected 'quotePrefix' => boolean false
      protected 'isSupervisor' => boolean true
      protected 'parent' => 
        &object(PHPExcel)[1]
  private 'cellXfCollection' => 
    array (size=40)
      0 => 
        object(PHPExcel_Style)[49]
          protected 'font' => 
            object(PHPExcel_Style_Font)[50]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[52]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[55]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[66]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[67]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[68]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      1 => 
        object(PHPExcel_Style)[92]
          protected 'font' => 
            object(PHPExcel_Style_Font)[93]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[95]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[98]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[109]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[110]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[111]
              ...
          protected 'index' => int 1
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      2 => 
        object(PHPExcel_Style)[183]
          protected 'font' => 
            object(PHPExcel_Style_Font)[184]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[186]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[189]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[200]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[201]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[202]
              ...
          protected 'index' => int 2
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      3 => 
        object(PHPExcel_Style)[206]
          protected 'font' => 
            object(PHPExcel_Style_Font)[207]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[209]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[212]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[223]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[224]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[225]
              ...
          protected 'index' => int 3
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      4 => 
        object(PHPExcel_Style)[226]
          protected 'font' => 
            object(PHPExcel_Style_Font)[227]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[229]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[232]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[243]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[244]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[245]
              ...
          protected 'index' => int 4
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      5 => 
        object(PHPExcel_Style)[246]
          protected 'font' => 
            object(PHPExcel_Style_Font)[247]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[249]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[252]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[263]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[264]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[265]
              ...
          protected 'index' => int 5
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      6 => 
        object(PHPExcel_Style)[266]
          protected 'font' => 
            object(PHPExcel_Style_Font)[267]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[269]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[272]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[283]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[284]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[285]
              ...
          protected 'index' => int 6
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      7 => 
        object(PHPExcel_Style)[286]
          protected 'font' => 
            object(PHPExcel_Style_Font)[287]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[289]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[292]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[303]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[304]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[305]
              ...
          protected 'index' => int 7
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      8 => 
        object(PHPExcel_Style)[306]
          protected 'font' => 
            object(PHPExcel_Style_Font)[307]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[309]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[312]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[323]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[324]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[325]
              ...
          protected 'index' => int 8
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      9 => 
        object(PHPExcel_Style)[326]
          protected 'font' => 
            object(PHPExcel_Style_Font)[327]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[329]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[332]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[343]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[344]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[345]
              ...
          protected 'index' => int 9
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      10 => 
        object(PHPExcel_Style)[346]
          protected 'font' => 
            object(PHPExcel_Style_Font)[347]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[349]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[352]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[363]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[364]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[365]
              ...
          protected 'index' => int 10
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      11 => 
        object(PHPExcel_Style)[366]
          protected 'font' => 
            object(PHPExcel_Style_Font)[367]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[369]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[372]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[383]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[384]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[385]
              ...
          protected 'index' => int 11
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      12 => 
        object(PHPExcel_Style)[386]
          protected 'font' => 
            object(PHPExcel_Style_Font)[387]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[389]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[392]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[403]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[404]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[405]
              ...
          protected 'index' => int 12
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      13 => 
        object(PHPExcel_Style)[406]
          protected 'font' => 
            object(PHPExcel_Style_Font)[425]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[423]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[422]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[410]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[407]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[408]
              ...
          protected 'index' => int 13
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      14 => 
        object(PHPExcel_Style)[426]
          protected 'font' => 
            object(PHPExcel_Style_Font)[427]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[429]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[432]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[443]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[444]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[445]
              ...
          protected 'index' => int 14
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      15 => 
        object(PHPExcel_Style)[446]
          protected 'font' => 
            object(PHPExcel_Style_Font)[447]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[449]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[452]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[463]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[464]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[465]
              ...
          protected 'index' => int 15
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      16 => 
        object(PHPExcel_Style)[466]
          protected 'font' => 
            object(PHPExcel_Style_Font)[467]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[469]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[472]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[483]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[484]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[485]
              ...
          protected 'index' => int 16
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      17 => 
        object(PHPExcel_Style)[486]
          protected 'font' => 
            object(PHPExcel_Style_Font)[487]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[489]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[492]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[503]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[504]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[505]
              ...
          protected 'index' => int 17
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      18 => 
        object(PHPExcel_Style)[510]
          protected 'font' => 
            object(PHPExcel_Style_Font)[511]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[513]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[516]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[527]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[528]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[529]
              ...
          protected 'index' => int 18
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      19 => 
        object(PHPExcel_Style)[531]
          protected 'font' => 
            object(PHPExcel_Style_Font)[532]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[534]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[537]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[548]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[549]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[550]
              ...
          protected 'index' => int 19
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      20 => 
        object(PHPExcel_Style)[551]
          protected 'font' => 
            object(PHPExcel_Style_Font)[552]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[554]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[557]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[568]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[569]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[570]
              ...
          protected 'index' => int 20
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      21 => 
        object(PHPExcel_Style)[620]
          protected 'font' => 
            object(PHPExcel_Style_Font)[609]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[619]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[614]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[583]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[602]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[601]
              ...
          protected 'index' => int 21
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      22 => 
        object(PHPExcel_Style)[600]
          protected 'font' => 
            object(PHPExcel_Style_Font)[589]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[599]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[594]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[623]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[624]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[625]
              ...
          protected 'index' => int 22
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      23 => 
        object(PHPExcel_Style)[626]
          protected 'font' => 
            object(PHPExcel_Style_Font)[627]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[629]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[632]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[643]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[644]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[645]
              ...
          protected 'index' => int 23
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      24 => 
        object(PHPExcel_Style)[646]
          protected 'font' => 
            object(PHPExcel_Style_Font)[647]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[649]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[652]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[663]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[664]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[665]
              ...
          protected 'index' => int 24
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      25 => 
        object(PHPExcel_Style)[666]
          protected 'font' => 
            object(PHPExcel_Style_Font)[667]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[669]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[672]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[683]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[684]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[685]
              ...
          protected 'index' => int 25
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      26 => 
        object(PHPExcel_Style)[686]
          protected 'font' => 
            object(PHPExcel_Style_Font)[687]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[689]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[692]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[703]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[704]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[705]
              ...
          protected 'index' => int 26
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      27 => 
        object(PHPExcel_Style)[708]
          protected 'font' => 
            object(PHPExcel_Style_Font)[709]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[711]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[714]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[725]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[726]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[727]
              ...
          protected 'index' => int 27
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      28 => 
        object(PHPExcel_Style)[728]
          protected 'font' => 
            object(PHPExcel_Style_Font)[729]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[731]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[734]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[745]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[746]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[747]
              ...
          protected 'index' => int 28
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      29 => 
        object(PHPExcel_Style)[748]
          protected 'font' => 
            object(PHPExcel_Style_Font)[749]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[751]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[754]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[765]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[766]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[767]
              ...
          protected 'index' => int 29
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      30 => 
        object(PHPExcel_Style)[768]
          protected 'font' => 
            object(PHPExcel_Style_Font)[769]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[771]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[774]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[785]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[786]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[787]
              ...
          protected 'index' => int 30
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      31 => 
        object(PHPExcel_Style)[788]
          protected 'font' => 
            object(PHPExcel_Style_Font)[789]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[791]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[794]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[805]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[806]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[807]
              ...
          protected 'index' => int 31
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      32 => 
        object(PHPExcel_Style)[808]
          protected 'font' => 
            object(PHPExcel_Style_Font)[809]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[811]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[814]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[825]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[826]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[827]
              ...
          protected 'index' => int 32
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      33 => 
        object(PHPExcel_Style)[828]
          protected 'font' => 
            object(PHPExcel_Style_Font)[829]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[831]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[834]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[845]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[846]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[847]
              ...
          protected 'index' => int 33
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      34 => 
        object(PHPExcel_Style)[848]
          protected 'font' => 
            object(PHPExcel_Style_Font)[849]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[851]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[854]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[865]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[866]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[867]
              ...
          protected 'index' => int 34
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      35 => 
        object(PHPExcel_Style)[868]
          protected 'font' => 
            object(PHPExcel_Style_Font)[869]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[871]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[874]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[885]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[886]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[887]
              ...
          protected 'index' => int 35
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      36 => 
        object(PHPExcel_Style)[888]
          protected 'font' => 
            object(PHPExcel_Style_Font)[890]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[892]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[893]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[894]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[907]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[906]
              ...
          protected 'index' => int 36
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      37 => 
        object(PHPExcel_Style)[908]
          protected 'font' => 
            object(PHPExcel_Style_Font)[909]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[911]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[914]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[925]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[926]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[927]
              ...
          protected 'index' => int 37
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      38 => 
        object(PHPExcel_Style)[928]
          protected 'font' => 
            object(PHPExcel_Style_Font)[929]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[931]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[934]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[945]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[946]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[947]
              ...
          protected 'index' => int 38
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      39 => 
        object(PHPExcel_Style)[948]
          protected 'font' => 
            object(PHPExcel_Style_Font)[949]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[951]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[954]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[965]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[966]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[967]
              ...
          protected 'index' => int 39
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'cellStyleXfCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Style)[69]
          protected 'font' => 
            object(PHPExcel_Style_Font)[70]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[72]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[75]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[86]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[87]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[88]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'hasMacros' => boolean false
  private 'macrosCode' => null
  private 'macrosCertificate' => null
  private 'ribbonXMLData' => null
  private 'ribbonBinObjects' => null
$objPayable =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:323:
object(PHPExcel_RichText_Run)[176]
  private 'font' => 
    object(PHPExcel_Style_Font)[177]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean true
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[179]
          protected 'argb' => string 'FF008000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
$objRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:323:
object(PHPExcel_RichText)[174]
  private 'richTextElements' => 
    array (size=3)
      0 => 
        object(PHPExcel_RichText_TextElement)[175]
          private 'text' => string 'This invoice is ' (length=16)
      1 => 
        object(PHPExcel_RichText_Run)[176]
          private 'font' => 
            object(PHPExcel_Style_Font)[177]
              ...
          private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
      2 => 
        object(PHPExcel_RichText_TextElement)[178]
          private 'text' => string ', unless specified otherwise on the invoice.' (length=44)
$sLloremIpsum =
Undefined
$styleThickBrownBorderOutline =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:323:
array (size=1)
  'borders' => 
    array (size=1)
      'outline' => 
        array (size=2)
          'style' => string 'thick' (length=5)
          'color' => 
            array (size=1)
              ...
$styleThinBlackBorderOutline =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:323:
array (size=1)
  'borders' => 
    array (size=1)
      'outline' => 
        array (size=2)
          'style' => string 'thin' (length=4)
          'color' => 
            array (size=1)
              ...
EOL03:10:28 Set page orientation and size
( ! ) Warning: Use of undefined constant EOL - assumed 'EOL' (this will throw an Error in a future version of PHP) in C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php on line 328
Call Stack
#TimeMemoryFunctionLocation
10.0020532768{main}( )...\05featuredemo.inc.php:0
Variables in local scope (#1)
$objCommentRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:328:
object(PHPExcel_RichText_Run)[165]
  private 'font' => 
    object(PHPExcel_Style_Font)[166]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean false
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[167]
          protected 'argb' => string 'FF000000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'PHPExcel:' (length=9)
$objDrawing =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:328:
object(PHPExcel_Worksheet_Drawing)[973]
  private 'path' => string './images/phpexcel_logo.gif' (length=26)
  private 'imageIndex' (PHPExcel_Worksheet_BaseDrawing) => int 3
  protected 'name' => string 'PHPExcel logo' (length=13)
  protected 'description' => string 'PHPExcel logo' (length=13)
  protected 'worksheet' => 
    object(PHPExcel_Worksheet)[5]
      private 'parent' => 
        object(PHPExcel)[1]
          private 'uniqueID' => string '67d4efa3712bb' (length=13)
          private 'properties' => 
            object(PHPExcel_DocumentProperties)[17]
              ...
          private 'security' => 
            object(PHPExcel_DocumentSecurity)[18]
              ...
          private 'workSheetCollection' => 
            array (size=1)
              ...
          private 'calculationEngine' => 
            object(PHPExcel_Calculation)[2]
              ...
          private 'activeSheetIndex' => int 0
          private 'namedRanges' => 
            array (size=0)
              ...
          private 'cellXfSupervisor' => 
            object(PHPExcel_Style)[19]
              ...
          private 'cellXfCollection' => 
            array (size=40)
              ...
          private 'cellStyleXfCollection' => 
            array (size=1)
              ...
          private 'hasMacros' => boolean false
          private 'macrosCode' => null
          private 'macrosCertificate' => null
          private 'ribbonXMLData' => null
          private 'ribbonBinObjects' => null
      private 'cellCollection' => 
        object(PHPExcel_CachedObjectStorage_Memory)[6]
          protected 'parent' => 
            &object(PHPExcel_Worksheet)[5]
          protected 'currentObject' => null
          protected 'currentObjectID' => string 'A1' (length=2)
          protected 'currentCellIsDirty' => boolean false
          protected 'cellCache' => 
            array (size=76)
              ...
      private 'rowDimensions' => 
        array (size=0)
          empty
      private 'defaultRowDimension' => 
        object(PHPExcel_Worksheet_RowDimension)[14]
          private 'rowIndex' => null
          private 'height' => int -1
          private 'zeroHeight' => boolean false
          private 'visible' (PHPExcel_Worksheet_Dimension) => boolean true
          private 'outlineLevel' (PHPExcel_Worksheet_Dimension) => int 0
          private 'collapsed' (PHPExcel_Worksheet_Dimension) => boolean false
          private 'xfIndex' (PHPExcel_Worksheet_Dimension) => null
      private 'columnDimensions' => 
        array (size=3)
          'B' => 
            object(PHPExcel_Worksheet_ColumnDimension)[203]
              ...
          'D' => 
            object(PHPExcel_Worksheet_ColumnDimension)[204]
              ...
          'E' => 
            object(PHPExcel_Worksheet_ColumnDimension)[205]
              ...
      private 'defaultColumnDimension' => 
        object(PHPExcel_Worksheet_ColumnDimension)[15]
          private 'columnIndex' => null
          private 'width' => int -1
          private 'autoSize' => boolean false
          private 'visible' (PHPExcel_Worksheet_Dimension) => boolean true
          private 'outlineLevel' (PHPExcel_Worksheet_Dimension) => int 0
          private 'collapsed' (PHPExcel_Worksheet_Dimension) => boolean false
          private 'xfIndex' (PHPExcel_Worksheet_Dimension) => int 0
      private 'drawingCollection' => 
        object(ArrayObject)[11]
          private 'storage' => 
            array (size=3)
              ...
      private 'chartCollection' => 
        object(ArrayObject)[12]
          private 'storage' => 
            array (size=0)
              ...
      private 'title' => string 'Worksheet' (length=9)
      private 'sheetState' => string 'visible' (length=7)
      private 'pageSetup' => 
        object(PHPExcel_Worksheet_PageSetup)[7]
          private 'paperSize' => int 1
          private 'orientation' => string 'default' (length=7)
          private 'scale' => int 100
          private 'fitToPage' => boolean false
          private 'fitToHeight' => int 1
          private 'fitToWidth' => int 1
          private 'columnsToRepeatAtLeft' => 
            array (size=2)
              ...
          private 'rowsToRepeatAtTop' => 
            array (size=2)
              ...
          private 'horizontalCentered' => boolean false
          private 'verticalCentered' => boolean false
          private 'printArea' => null
          private 'firstPageNumber' => null
      private 'pageMargins' => 
        object(PHPExcel_Worksheet_PageMargins)[8]
          private 'left' => float 0.7
          private 'right' => float 0.7
          private 'top' => float 0.75
          private 'bottom' => float 0.75
          private 'header' => float 0.3
          private 'footer' => float 0.3
      private 'headerFooter' => 
        object(PHPExcel_Worksheet_HeaderFooter)[9]
          private 'oddHeader' => string '&L&BInvoice&RPrinted on &D' (length=26)
          private 'oddFooter' => string '&L&BOffice 2007 XLSX Test Document&RPage &P of &N' (length=49)
          private 'evenHeader' => string '' (length=0)
          private 'evenFooter' => string '' (length=0)
          private 'firstHeader' => string '' (length=0)
          private 'firstFooter' => string '' (length=0)
          private 'differentOddEven' => boolean false
          private 'differentFirst' => boolean false
          private 'scaleWithDocument' => boolean true
          private 'alignWithMargins' => boolean true
          private 'headerFooterImages' => 
            array (size=0)
              ...
      private 'sheetView' => 
        object(PHPExcel_Worksheet_SheetView)[10]
          private 'zoomScale' => int 100
          private 'zoomScaleNormal' => int 100
          private 'sheetviewType' => string 'normal' (length=6)
      private 'protection' => 
        object(PHPExcel_Worksheet_Protection)[13]
          private 'sheet' => boolean true
          private 'objects' => boolean false
          private 'scenarios' => boolean false
          private 'formatCells' => boolean false
          private 'formatColumns' => boolean false
          private 'formatRows' => boolean false
          private 'insertColumns' => boolean false
          private 'insertRows' => boolean false
          private 'insertHyperlinks' => boolean false
          private 'deleteColumns' => boolean false
          private 'deleteRows' => boolean false
          private 'selectLockedCells' => boolean false
          private 'sort' => boolean false
          private 'autoFilter' => boolean false
          private 'pivotTables' => boolean false
          private 'selectUnlockedCells' => boolean false
          private 'password' => string '' (length=0)
      private 'styles' => 
        array (size=0)
          empty
      private 'conditionalStylesCollection' => 
        array (size=0)
          empty
      private 'cellCollectionIsSorted' => boolean false
      private 'breaks' => 
        array (size=0)
          empty
      private 'mergeCells' => 
        array (size=1)
          'A18:E22' => string 'A18:E22' (length=7)
      private 'protectedCells' => 
        array (size=1)
          'A3:E13' => string '8053' (length=4)
      private 'autoFilter' => 
        object(PHPExcel_Worksheet_AutoFilter)[16]
          private 'workSheet' => 
            &object(PHPExcel_Worksheet)[5]
          private 'range' => null
          private 'columns' => 
            array (size=0)
              ...
      private 'freezePane' => string '' (length=0)
      private 'showGridlines' => boolean true
      private 'printGridlines' => boolean false
      private 'showRowColHeaders' => boolean true
      private 'showSummaryBelow' => boolean true
      private 'showSummaryRight' => boolean true
      private 'comments' => 
        array (size=3)
          'E11' => 
            object(PHPExcel_Comment)[138]
              ...
          'E12' => 
            object(PHPExcel_Comment)[150]
              ...
          'E13' => 
            object(PHPExcel_Comment)[162]
              ...
      private 'activeCell' => string 'E27' (length=3)
      private 'selectedCells' => string 'E27' (length=3)
      private 'cachedHighestColumn' => string 'I' (length=1)
      private 'cachedHighestRow' => int 28
      private 'rightToLeft' => boolean false
      private 'hyperlinkCollection' => 
        array (size=2)
          'E26' => 
            object(PHPExcel_Cell_Hyperlink)[969]
              ...
          'E27' => 
            object(PHPExcel_Cell_Hyperlink)[989]
              ...
      private 'dataValidationCollection' => 
        array (size=0)
          empty
      private 'tabColor' => null
      private 'dirty' => boolean false
      private 'hash' => string 'f14d89c698b0853de7405487abda9c1c' (length=32)
      private 'codeName' => string 'Worksheet' (length=9)
  protected 'coordinates' => string 'D24' (length=3)
  protected 'offsetX' => int 10
  protected 'offsetY' => int 0
  protected 'width' => float 157
  protected 'height' => int 36
  protected 'resizeProportional' => boolean true
  protected 'rotation' => int 0
  protected 'shadow' => 
    object(PHPExcel_Worksheet_Drawing_Shadow)[975]
      private 'visible' => boolean false
      private 'blurRadius' => int 6
      private 'distance' => int 2
      private 'direction' => int 0
      private 'alignment' => string 'br' (length=2)
      private 'color' => 
        object(PHPExcel_Style_Color)[977]
          protected 'argb' => string 'FF000000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      private 'alpha' => int 50
$objPHPExcel =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:328:
object(PHPExcel)[1]
  private 'uniqueID' => string '67d4efa3712bb' (length=13)
  private 'properties' => 
    object(PHPExcel_DocumentProperties)[17]
      private 'creator' => string 'Maarten Balliauw' (length=16)
      private 'lastModifiedBy' => string 'Maarten Balliauw' (length=16)
      private 'created' => int 1742008227
      private 'modified' => int 1742008227
      private 'title' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'description' => string 'Test document for Office 2007 XLSX, generated using PHP classes.' (length=64)
      private 'subject' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'keywords' => string 'office 2007 openxml php' (length=23)
      private 'category' => string 'Test result file' (length=16)
      private 'manager' => string '' (length=0)
      private 'company' => string 'Microsoft Corporation' (length=21)
      private 'customProperties' => 
        array (size=0)
          empty
  private 'security' => 
    object(PHPExcel_DocumentSecurity)[18]
      private 'lockRevision' => boolean false
      private 'lockStructure' => boolean false
      private 'lockWindows' => boolean false
      private 'revisionsPassword' => string '' (length=0)
      private 'workbookPassword' => string '' (length=0)
  private 'workSheetCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Worksheet)[5]
          private 'parent' => 
            &object(PHPExcel)[1]
          private 'cellCollection' => 
            object(PHPExcel_CachedObjectStorage_Memory)[6]
              ...
          private 'rowDimensions' => 
            array (size=0)
              ...
          private 'defaultRowDimension' => 
            object(PHPExcel_Worksheet_RowDimension)[14]
              ...
          private 'columnDimensions' => 
            array (size=3)
              ...
          private 'defaultColumnDimension' => 
            object(PHPExcel_Worksheet_ColumnDimension)[15]
              ...
          private 'drawingCollection' => 
            object(ArrayObject)[11]
              ...
          private 'chartCollection' => 
            object(ArrayObject)[12]
              ...
          private 'title' => string 'Worksheet' (length=9)
          private 'sheetState' => string 'visible' (length=7)
          private 'pageSetup' => 
            object(PHPExcel_Worksheet_PageSetup)[7]
              ...
          private 'pageMargins' => 
            object(PHPExcel_Worksheet_PageMargins)[8]
              ...
          private 'headerFooter' => 
            object(PHPExcel_Worksheet_HeaderFooter)[9]
              ...
          private 'sheetView' => 
            object(PHPExcel_Worksheet_SheetView)[10]
              ...
          private 'protection' => 
            object(PHPExcel_Worksheet_Protection)[13]
              ...
          private 'styles' => 
            array (size=0)
              ...
          private 'conditionalStylesCollection' => 
            array (size=0)
              ...
          private 'cellCollectionIsSorted' => boolean false
          private 'breaks' => 
            array (size=0)
              ...
          private 'mergeCells' => 
            array (size=1)
              ...
          private 'protectedCells' => 
            array (size=1)
              ...
          private 'autoFilter' => 
            object(PHPExcel_Worksheet_AutoFilter)[16]
              ...
          private 'freezePane' => string '' (length=0)
          private 'showGridlines' => boolean true
          private 'printGridlines' => boolean false
          private 'showRowColHeaders' => boolean true
          private 'showSummaryBelow' => boolean true
          private 'showSummaryRight' => boolean true
          private 'comments' => 
            array (size=3)
              ...
          private 'activeCell' => string 'E27' (length=3)
          private 'selectedCells' => string 'E27' (length=3)
          private 'cachedHighestColumn' => string 'I' (length=1)
          private 'cachedHighestRow' => int 28
          private 'rightToLeft' => boolean false
          private 'hyperlinkCollection' => 
            array (size=2)
              ...
          private 'dataValidationCollection' => 
            array (size=0)
              ...
          private 'tabColor' => null
          private 'dirty' => boolean false
          private 'hash' => string 'f14d89c698b0853de7405487abda9c1c' (length=32)
          private 'codeName' => string 'Worksheet' (length=9)
  private 'calculationEngine' => 
    object(PHPExcel_Calculation)[2]
      private 'workbook' => 
        &object(PHPExcel)[1]
      private 'calculationCache' => 
        array (size=0)
          empty
      private 'calculationCacheEnabled' => boolean true
      private 'debugLog' => null
      public 'suppressFormulaErrors' => boolean false
      public 'formulaError' => null
      private 'cyclicReferenceStack' => 
        object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
          private 'stack' => 
            array (size=0)
              ...
      private 'cellStack' => 
        array (size=0)
          empty
      private 'cyclicFormulaCounter' => int 1
      private 'cyclicFormulaCell' => string '' (length=0)
      public 'cyclicFormulaCount' => int 1
      private 'delta' => float 1.0E-14
      public '_debugLog' => 
        object(PHPExcel_CalcEngine_Logger)[4]
          private 'writeDebugLog' => boolean false
          private 'echoDebugLog' => boolean false
          private 'debugLog' => 
            array (size=0)
              ...
          private 'cellStack' => 
            object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
              ...
  private 'activeSheetIndex' => int 0
  private 'namedRanges' => 
    array (size=0)
      empty
  private 'cellXfSupervisor' => 
    object(PHPExcel_Style)[19]
      protected 'font' => 
        object(PHPExcel_Style_Font)[20]
          protected 'name' => string 'Calibri' (length=7)
          protected 'size' => int 11
          protected 'bold' => boolean false
          protected 'italic' => boolean false
          protected 'superScript' => boolean false
          protected 'subScript' => boolean false
          protected 'underline' => string 'none' (length=4)
          protected 'strikethrough' => boolean false
          protected 'color' => 
            object(PHPExcel_Style_Color)[21]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'fill' => 
        object(PHPExcel_Style_Fill)[22]
          protected 'fillType' => string 'none' (length=4)
          protected 'rotation' => int 0
          protected 'startColor' => 
            object(PHPExcel_Style_Color)[23]
              ...
          protected 'endColor' => 
            object(PHPExcel_Style_Color)[24]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'borders' => 
        object(PHPExcel_Style_Borders)[25]
          protected 'left' => 
            object(PHPExcel_Style_Border)[26]
              ...
          protected 'right' => 
            object(PHPExcel_Style_Border)[28]
              ...
          protected 'top' => 
            object(PHPExcel_Style_Border)[30]
              ...
          protected 'bottom' => 
            object(PHPExcel_Style_Border)[32]
              ...
          protected 'diagonal' => 
            object(PHPExcel_Style_Border)[34]
              ...
          protected 'diagonalDirection' => int 0
          protected 'allBorders' => 
            object(PHPExcel_Style_Border)[36]
              ...
          protected 'outline' => 
            object(PHPExcel_Style_Border)[38]
              ...
          protected 'inside' => 
            object(PHPExcel_Style_Border)[40]
              ...
          protected 'vertical' => 
            object(PHPExcel_Style_Border)[42]
              ...
          protected 'horizontal' => 
            object(PHPExcel_Style_Border)[44]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'alignment' => 
        object(PHPExcel_Style_Alignment)[46]
          protected 'horizontal' => string 'general' (length=7)
          protected 'vertical' => string 'bottom' (length=6)
          protected 'textRotation' => int 0
          protected 'wrapText' => boolean false
          protected 'shrinkToFit' => boolean false
          protected 'indent' => int 0
          protected 'readorder' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'numberFormat' => 
        object(PHPExcel_Style_NumberFormat)[47]
          protected 'formatCode' => string 'General' (length=7)
          protected 'builtInFormatCode' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'conditionalStyles' => 
        array (size=0)
          empty
      protected 'protection' => 
        object(PHPExcel_Style_Protection)[48]
          protected 'locked' => string 'inherit' (length=7)
          protected 'hidden' => string 'inherit' (length=7)
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'index' => null
      protected 'quotePrefix' => boolean false
      protected 'isSupervisor' => boolean true
      protected 'parent' => 
        &object(PHPExcel)[1]
  private 'cellXfCollection' => 
    array (size=40)
      0 => 
        object(PHPExcel_Style)[49]
          protected 'font' => 
            object(PHPExcel_Style_Font)[50]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[52]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[55]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[66]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[67]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[68]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      1 => 
        object(PHPExcel_Style)[92]
          protected 'font' => 
            object(PHPExcel_Style_Font)[93]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[95]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[98]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[109]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[110]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[111]
              ...
          protected 'index' => int 1
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      2 => 
        object(PHPExcel_Style)[183]
          protected 'font' => 
            object(PHPExcel_Style_Font)[184]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[186]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[189]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[200]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[201]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[202]
              ...
          protected 'index' => int 2
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      3 => 
        object(PHPExcel_Style)[206]
          protected 'font' => 
            object(PHPExcel_Style_Font)[207]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[209]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[212]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[223]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[224]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[225]
              ...
          protected 'index' => int 3
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      4 => 
        object(PHPExcel_Style)[226]
          protected 'font' => 
            object(PHPExcel_Style_Font)[227]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[229]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[232]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[243]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[244]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[245]
              ...
          protected 'index' => int 4
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      5 => 
        object(PHPExcel_Style)[246]
          protected 'font' => 
            object(PHPExcel_Style_Font)[247]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[249]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[252]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[263]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[264]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[265]
              ...
          protected 'index' => int 5
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      6 => 
        object(PHPExcel_Style)[266]
          protected 'font' => 
            object(PHPExcel_Style_Font)[267]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[269]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[272]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[283]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[284]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[285]
              ...
          protected 'index' => int 6
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      7 => 
        object(PHPExcel_Style)[286]
          protected 'font' => 
            object(PHPExcel_Style_Font)[287]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[289]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[292]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[303]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[304]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[305]
              ...
          protected 'index' => int 7
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      8 => 
        object(PHPExcel_Style)[306]
          protected 'font' => 
            object(PHPExcel_Style_Font)[307]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[309]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[312]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[323]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[324]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[325]
              ...
          protected 'index' => int 8
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      9 => 
        object(PHPExcel_Style)[326]
          protected 'font' => 
            object(PHPExcel_Style_Font)[327]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[329]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[332]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[343]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[344]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[345]
              ...
          protected 'index' => int 9
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      10 => 
        object(PHPExcel_Style)[346]
          protected 'font' => 
            object(PHPExcel_Style_Font)[347]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[349]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[352]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[363]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[364]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[365]
              ...
          protected 'index' => int 10
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      11 => 
        object(PHPExcel_Style)[366]
          protected 'font' => 
            object(PHPExcel_Style_Font)[367]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[369]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[372]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[383]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[384]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[385]
              ...
          protected 'index' => int 11
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      12 => 
        object(PHPExcel_Style)[386]
          protected 'font' => 
            object(PHPExcel_Style_Font)[387]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[389]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[392]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[403]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[404]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[405]
              ...
          protected 'index' => int 12
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      13 => 
        object(PHPExcel_Style)[406]
          protected 'font' => 
            object(PHPExcel_Style_Font)[425]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[423]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[422]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[410]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[407]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[408]
              ...
          protected 'index' => int 13
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      14 => 
        object(PHPExcel_Style)[426]
          protected 'font' => 
            object(PHPExcel_Style_Font)[427]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[429]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[432]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[443]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[444]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[445]
              ...
          protected 'index' => int 14
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      15 => 
        object(PHPExcel_Style)[446]
          protected 'font' => 
            object(PHPExcel_Style_Font)[447]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[449]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[452]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[463]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[464]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[465]
              ...
          protected 'index' => int 15
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      16 => 
        object(PHPExcel_Style)[466]
          protected 'font' => 
            object(PHPExcel_Style_Font)[467]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[469]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[472]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[483]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[484]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[485]
              ...
          protected 'index' => int 16
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      17 => 
        object(PHPExcel_Style)[486]
          protected 'font' => 
            object(PHPExcel_Style_Font)[487]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[489]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[492]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[503]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[504]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[505]
              ...
          protected 'index' => int 17
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      18 => 
        object(PHPExcel_Style)[510]
          protected 'font' => 
            object(PHPExcel_Style_Font)[511]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[513]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[516]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[527]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[528]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[529]
              ...
          protected 'index' => int 18
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      19 => 
        object(PHPExcel_Style)[531]
          protected 'font' => 
            object(PHPExcel_Style_Font)[532]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[534]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[537]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[548]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[549]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[550]
              ...
          protected 'index' => int 19
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      20 => 
        object(PHPExcel_Style)[551]
          protected 'font' => 
            object(PHPExcel_Style_Font)[552]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[554]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[557]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[568]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[569]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[570]
              ...
          protected 'index' => int 20
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      21 => 
        object(PHPExcel_Style)[620]
          protected 'font' => 
            object(PHPExcel_Style_Font)[609]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[619]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[614]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[583]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[602]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[601]
              ...
          protected 'index' => int 21
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      22 => 
        object(PHPExcel_Style)[600]
          protected 'font' => 
            object(PHPExcel_Style_Font)[589]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[599]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[594]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[623]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[624]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[625]
              ...
          protected 'index' => int 22
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      23 => 
        object(PHPExcel_Style)[626]
          protected 'font' => 
            object(PHPExcel_Style_Font)[627]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[629]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[632]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[643]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[644]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[645]
              ...
          protected 'index' => int 23
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      24 => 
        object(PHPExcel_Style)[646]
          protected 'font' => 
            object(PHPExcel_Style_Font)[647]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[649]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[652]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[663]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[664]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[665]
              ...
          protected 'index' => int 24
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      25 => 
        object(PHPExcel_Style)[666]
          protected 'font' => 
            object(PHPExcel_Style_Font)[667]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[669]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[672]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[683]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[684]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[685]
              ...
          protected 'index' => int 25
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      26 => 
        object(PHPExcel_Style)[686]
          protected 'font' => 
            object(PHPExcel_Style_Font)[687]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[689]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[692]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[703]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[704]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[705]
              ...
          protected 'index' => int 26
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      27 => 
        object(PHPExcel_Style)[708]
          protected 'font' => 
            object(PHPExcel_Style_Font)[709]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[711]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[714]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[725]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[726]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[727]
              ...
          protected 'index' => int 27
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      28 => 
        object(PHPExcel_Style)[728]
          protected 'font' => 
            object(PHPExcel_Style_Font)[729]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[731]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[734]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[745]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[746]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[747]
              ...
          protected 'index' => int 28
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      29 => 
        object(PHPExcel_Style)[748]
          protected 'font' => 
            object(PHPExcel_Style_Font)[749]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[751]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[754]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[765]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[766]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[767]
              ...
          protected 'index' => int 29
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      30 => 
        object(PHPExcel_Style)[768]
          protected 'font' => 
            object(PHPExcel_Style_Font)[769]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[771]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[774]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[785]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[786]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[787]
              ...
          protected 'index' => int 30
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      31 => 
        object(PHPExcel_Style)[788]
          protected 'font' => 
            object(PHPExcel_Style_Font)[789]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[791]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[794]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[805]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[806]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[807]
              ...
          protected 'index' => int 31
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      32 => 
        object(PHPExcel_Style)[808]
          protected 'font' => 
            object(PHPExcel_Style_Font)[809]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[811]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[814]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[825]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[826]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[827]
              ...
          protected 'index' => int 32
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      33 => 
        object(PHPExcel_Style)[828]
          protected 'font' => 
            object(PHPExcel_Style_Font)[829]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[831]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[834]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[845]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[846]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[847]
              ...
          protected 'index' => int 33
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      34 => 
        object(PHPExcel_Style)[848]
          protected 'font' => 
            object(PHPExcel_Style_Font)[849]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[851]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[854]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[865]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[866]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[867]
              ...
          protected 'index' => int 34
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      35 => 
        object(PHPExcel_Style)[868]
          protected 'font' => 
            object(PHPExcel_Style_Font)[869]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[871]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[874]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[885]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[886]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[887]
              ...
          protected 'index' => int 35
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      36 => 
        object(PHPExcel_Style)[888]
          protected 'font' => 
            object(PHPExcel_Style_Font)[890]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[892]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[893]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[894]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[907]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[906]
              ...
          protected 'index' => int 36
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      37 => 
        object(PHPExcel_Style)[908]
          protected 'font' => 
            object(PHPExcel_Style_Font)[909]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[911]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[914]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[925]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[926]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[927]
              ...
          protected 'index' => int 37
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      38 => 
        object(PHPExcel_Style)[928]
          protected 'font' => 
            object(PHPExcel_Style_Font)[929]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[931]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[934]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[945]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[946]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[947]
              ...
          protected 'index' => int 38
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      39 => 
        object(PHPExcel_Style)[948]
          protected 'font' => 
            object(PHPExcel_Style_Font)[949]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[951]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[954]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[965]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[966]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[967]
              ...
          protected 'index' => int 39
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'cellStyleXfCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Style)[69]
          protected 'font' => 
            object(PHPExcel_Style_Font)[70]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[72]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[75]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[86]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[87]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[88]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'hasMacros' => boolean false
  private 'macrosCode' => null
  private 'macrosCertificate' => null
  private 'ribbonXMLData' => null
  private 'ribbonBinObjects' => null
$objPayable =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:328:
object(PHPExcel_RichText_Run)[176]
  private 'font' => 
    object(PHPExcel_Style_Font)[177]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean true
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[179]
          protected 'argb' => string 'FF008000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
$objRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:328:
object(PHPExcel_RichText)[174]
  private 'richTextElements' => 
    array (size=3)
      0 => 
        object(PHPExcel_RichText_TextElement)[175]
          private 'text' => string 'This invoice is ' (length=16)
      1 => 
        object(PHPExcel_RichText_Run)[176]
          private 'font' => 
            object(PHPExcel_Style_Font)[177]
              ...
          private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
      2 => 
        object(PHPExcel_RichText_TextElement)[178]
          private 'text' => string ', unless specified otherwise on the invoice.' (length=44)
$sLloremIpsum =
Undefined
$styleThickBrownBorderOutline =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:328:
array (size=1)
  'borders' => 
    array (size=1)
      'outline' => 
        array (size=2)
          'style' => string 'thick' (length=5)
          'color' => 
            array (size=1)
              ...
$styleThinBlackBorderOutline =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:328:
array (size=1)
  'borders' => 
    array (size=1)
      'outline' => 
        array (size=2)
          'style' => string 'thin' (length=4)
          'color' => 
            array (size=1)
              ...
EOL03:10:29 Rename first worksheet
( ! ) Warning: Use of undefined constant EOL - assumed 'EOL' (this will throw an Error in a future version of PHP) in C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php on line 333
Call Stack
#TimeMemoryFunctionLocation
10.0020532768{main}( )...\05featuredemo.inc.php:0
Variables in local scope (#1)
$objCommentRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:333:
object(PHPExcel_RichText_Run)[165]
  private 'font' => 
    object(PHPExcel_Style_Font)[166]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean false
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[167]
          protected 'argb' => string 'FF000000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'PHPExcel:' (length=9)
$objDrawing =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:333:
object(PHPExcel_Worksheet_Drawing)[973]
  private 'path' => string './images/phpexcel_logo.gif' (length=26)
  private 'imageIndex' (PHPExcel_Worksheet_BaseDrawing) => int 3
  protected 'name' => string 'PHPExcel logo' (length=13)
  protected 'description' => string 'PHPExcel logo' (length=13)
  protected 'worksheet' => 
    object(PHPExcel_Worksheet)[5]
      private 'parent' => 
        object(PHPExcel)[1]
          private 'uniqueID' => string '67d4efa3712bb' (length=13)
          private 'properties' => 
            object(PHPExcel_DocumentProperties)[17]
              ...
          private 'security' => 
            object(PHPExcel_DocumentSecurity)[18]
              ...
          private 'workSheetCollection' => 
            array (size=1)
              ...
          private 'calculationEngine' => 
            object(PHPExcel_Calculation)[2]
              ...
          private 'activeSheetIndex' => int 0
          private 'namedRanges' => 
            array (size=0)
              ...
          private 'cellXfSupervisor' => 
            object(PHPExcel_Style)[19]
              ...
          private 'cellXfCollection' => 
            array (size=40)
              ...
          private 'cellStyleXfCollection' => 
            array (size=1)
              ...
          private 'hasMacros' => boolean false
          private 'macrosCode' => null
          private 'macrosCertificate' => null
          private 'ribbonXMLData' => null
          private 'ribbonBinObjects' => null
      private 'cellCollection' => 
        object(PHPExcel_CachedObjectStorage_Memory)[6]
          protected 'parent' => 
            &object(PHPExcel_Worksheet)[5]
          protected 'currentObject' => null
          protected 'currentObjectID' => string 'A1' (length=2)
          protected 'currentCellIsDirty' => boolean false
          protected 'cellCache' => 
            array (size=76)
              ...
      private 'rowDimensions' => 
        array (size=0)
          empty
      private 'defaultRowDimension' => 
        object(PHPExcel_Worksheet_RowDimension)[14]
          private 'rowIndex' => null
          private 'height' => int -1
          private 'zeroHeight' => boolean false
          private 'visible' (PHPExcel_Worksheet_Dimension) => boolean true
          private 'outlineLevel' (PHPExcel_Worksheet_Dimension) => int 0
          private 'collapsed' (PHPExcel_Worksheet_Dimension) => boolean false
          private 'xfIndex' (PHPExcel_Worksheet_Dimension) => null
      private 'columnDimensions' => 
        array (size=3)
          'B' => 
            object(PHPExcel_Worksheet_ColumnDimension)[203]
              ...
          'D' => 
            object(PHPExcel_Worksheet_ColumnDimension)[204]
              ...
          'E' => 
            object(PHPExcel_Worksheet_ColumnDimension)[205]
              ...
      private 'defaultColumnDimension' => 
        object(PHPExcel_Worksheet_ColumnDimension)[15]
          private 'columnIndex' => null
          private 'width' => int -1
          private 'autoSize' => boolean false
          private 'visible' (PHPExcel_Worksheet_Dimension) => boolean true
          private 'outlineLevel' (PHPExcel_Worksheet_Dimension) => int 0
          private 'collapsed' (PHPExcel_Worksheet_Dimension) => boolean false
          private 'xfIndex' (PHPExcel_Worksheet_Dimension) => int 0
      private 'drawingCollection' => 
        object(ArrayObject)[11]
          private 'storage' => 
            array (size=3)
              ...
      private 'chartCollection' => 
        object(ArrayObject)[12]
          private 'storage' => 
            array (size=0)
              ...
      private 'title' => string 'Worksheet' (length=9)
      private 'sheetState' => string 'visible' (length=7)
      private 'pageSetup' => 
        object(PHPExcel_Worksheet_PageSetup)[7]
          private 'paperSize' => int 9
          private 'orientation' => string 'portrait' (length=8)
          private 'scale' => int 100
          private 'fitToPage' => boolean false
          private 'fitToHeight' => int 1
          private 'fitToWidth' => int 1
          private 'columnsToRepeatAtLeft' => 
            array (size=2)
              ...
          private 'rowsToRepeatAtTop' => 
            array (size=2)
              ...
          private 'horizontalCentered' => boolean false
          private 'verticalCentered' => boolean false
          private 'printArea' => null
          private 'firstPageNumber' => null
      private 'pageMargins' => 
        object(PHPExcel_Worksheet_PageMargins)[8]
          private 'left' => float 0.7
          private 'right' => float 0.7
          private 'top' => float 0.75
          private 'bottom' => float 0.75
          private 'header' => float 0.3
          private 'footer' => float 0.3
      private 'headerFooter' => 
        object(PHPExcel_Worksheet_HeaderFooter)[9]
          private 'oddHeader' => string '&L&BInvoice&RPrinted on &D' (length=26)
          private 'oddFooter' => string '&L&BOffice 2007 XLSX Test Document&RPage &P of &N' (length=49)
          private 'evenHeader' => string '' (length=0)
          private 'evenFooter' => string '' (length=0)
          private 'firstHeader' => string '' (length=0)
          private 'firstFooter' => string '' (length=0)
          private 'differentOddEven' => boolean false
          private 'differentFirst' => boolean false
          private 'scaleWithDocument' => boolean true
          private 'alignWithMargins' => boolean true
          private 'headerFooterImages' => 
            array (size=0)
              ...
      private 'sheetView' => 
        object(PHPExcel_Worksheet_SheetView)[10]
          private 'zoomScale' => int 100
          private 'zoomScaleNormal' => int 100
          private 'sheetviewType' => string 'normal' (length=6)
      private 'protection' => 
        object(PHPExcel_Worksheet_Protection)[13]
          private 'sheet' => boolean true
          private 'objects' => boolean false
          private 'scenarios' => boolean false
          private 'formatCells' => boolean false
          private 'formatColumns' => boolean false
          private 'formatRows' => boolean false
          private 'insertColumns' => boolean false
          private 'insertRows' => boolean false
          private 'insertHyperlinks' => boolean false
          private 'deleteColumns' => boolean false
          private 'deleteRows' => boolean false
          private 'selectLockedCells' => boolean false
          private 'sort' => boolean false
          private 'autoFilter' => boolean false
          private 'pivotTables' => boolean false
          private 'selectUnlockedCells' => boolean false
          private 'password' => string '' (length=0)
      private 'styles' => 
        array (size=0)
          empty
      private 'conditionalStylesCollection' => 
        array (size=0)
          empty
      private 'cellCollectionIsSorted' => boolean false
      private 'breaks' => 
        array (size=0)
          empty
      private 'mergeCells' => 
        array (size=1)
          'A18:E22' => string 'A18:E22' (length=7)
      private 'protectedCells' => 
        array (size=1)
          'A3:E13' => string '8053' (length=4)
      private 'autoFilter' => 
        object(PHPExcel_Worksheet_AutoFilter)[16]
          private 'workSheet' => 
            &object(PHPExcel_Worksheet)[5]
          private 'range' => null
          private 'columns' => 
            array (size=0)
              ...
      private 'freezePane' => string '' (length=0)
      private 'showGridlines' => boolean true
      private 'printGridlines' => boolean false
      private 'showRowColHeaders' => boolean true
      private 'showSummaryBelow' => boolean true
      private 'showSummaryRight' => boolean true
      private 'comments' => 
        array (size=3)
          'E11' => 
            object(PHPExcel_Comment)[138]
              ...
          'E12' => 
            object(PHPExcel_Comment)[150]
              ...
          'E13' => 
            object(PHPExcel_Comment)[162]
              ...
      private 'activeCell' => string 'E27' (length=3)
      private 'selectedCells' => string 'E27' (length=3)
      private 'cachedHighestColumn' => string 'I' (length=1)
      private 'cachedHighestRow' => int 28
      private 'rightToLeft' => boolean false
      private 'hyperlinkCollection' => 
        array (size=2)
          'E26' => 
            object(PHPExcel_Cell_Hyperlink)[969]
              ...
          'E27' => 
            object(PHPExcel_Cell_Hyperlink)[989]
              ...
      private 'dataValidationCollection' => 
        array (size=0)
          empty
      private 'tabColor' => null
      private 'dirty' => boolean false
      private 'hash' => string 'f14d89c698b0853de7405487abda9c1c' (length=32)
      private 'codeName' => string 'Worksheet' (length=9)
  protected 'coordinates' => string 'D24' (length=3)
  protected 'offsetX' => int 10
  protected 'offsetY' => int 0
  protected 'width' => float 157
  protected 'height' => int 36
  protected 'resizeProportional' => boolean true
  protected 'rotation' => int 0
  protected 'shadow' => 
    object(PHPExcel_Worksheet_Drawing_Shadow)[975]
      private 'visible' => boolean false
      private 'blurRadius' => int 6
      private 'distance' => int 2
      private 'direction' => int 0
      private 'alignment' => string 'br' (length=2)
      private 'color' => 
        object(PHPExcel_Style_Color)[977]
          protected 'argb' => string 'FF000000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      private 'alpha' => int 50
$objPHPExcel =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:333:
object(PHPExcel)[1]
  private 'uniqueID' => string '67d4efa3712bb' (length=13)
  private 'properties' => 
    object(PHPExcel_DocumentProperties)[17]
      private 'creator' => string 'Maarten Balliauw' (length=16)
      private 'lastModifiedBy' => string 'Maarten Balliauw' (length=16)
      private 'created' => int 1742008227
      private 'modified' => int 1742008227
      private 'title' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'description' => string 'Test document for Office 2007 XLSX, generated using PHP classes.' (length=64)
      private 'subject' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'keywords' => string 'office 2007 openxml php' (length=23)
      private 'category' => string 'Test result file' (length=16)
      private 'manager' => string '' (length=0)
      private 'company' => string 'Microsoft Corporation' (length=21)
      private 'customProperties' => 
        array (size=0)
          empty
  private 'security' => 
    object(PHPExcel_DocumentSecurity)[18]
      private 'lockRevision' => boolean false
      private 'lockStructure' => boolean false
      private 'lockWindows' => boolean false
      private 'revisionsPassword' => string '' (length=0)
      private 'workbookPassword' => string '' (length=0)
  private 'workSheetCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Worksheet)[5]
          private 'parent' => 
            &object(PHPExcel)[1]
          private 'cellCollection' => 
            object(PHPExcel_CachedObjectStorage_Memory)[6]
              ...
          private 'rowDimensions' => 
            array (size=0)
              ...
          private 'defaultRowDimension' => 
            object(PHPExcel_Worksheet_RowDimension)[14]
              ...
          private 'columnDimensions' => 
            array (size=3)
              ...
          private 'defaultColumnDimension' => 
            object(PHPExcel_Worksheet_ColumnDimension)[15]
              ...
          private 'drawingCollection' => 
            object(ArrayObject)[11]
              ...
          private 'chartCollection' => 
            object(ArrayObject)[12]
              ...
          private 'title' => string 'Worksheet' (length=9)
          private 'sheetState' => string 'visible' (length=7)
          private 'pageSetup' => 
            object(PHPExcel_Worksheet_PageSetup)[7]
              ...
          private 'pageMargins' => 
            object(PHPExcel_Worksheet_PageMargins)[8]
              ...
          private 'headerFooter' => 
            object(PHPExcel_Worksheet_HeaderFooter)[9]
              ...
          private 'sheetView' => 
            object(PHPExcel_Worksheet_SheetView)[10]
              ...
          private 'protection' => 
            object(PHPExcel_Worksheet_Protection)[13]
              ...
          private 'styles' => 
            array (size=0)
              ...
          private 'conditionalStylesCollection' => 
            array (size=0)
              ...
          private 'cellCollectionIsSorted' => boolean false
          private 'breaks' => 
            array (size=0)
              ...
          private 'mergeCells' => 
            array (size=1)
              ...
          private 'protectedCells' => 
            array (size=1)
              ...
          private 'autoFilter' => 
            object(PHPExcel_Worksheet_AutoFilter)[16]
              ...
          private 'freezePane' => string '' (length=0)
          private 'showGridlines' => boolean true
          private 'printGridlines' => boolean false
          private 'showRowColHeaders' => boolean true
          private 'showSummaryBelow' => boolean true
          private 'showSummaryRight' => boolean true
          private 'comments' => 
            array (size=3)
              ...
          private 'activeCell' => string 'E27' (length=3)
          private 'selectedCells' => string 'E27' (length=3)
          private 'cachedHighestColumn' => string 'I' (length=1)
          private 'cachedHighestRow' => int 28
          private 'rightToLeft' => boolean false
          private 'hyperlinkCollection' => 
            array (size=2)
              ...
          private 'dataValidationCollection' => 
            array (size=0)
              ...
          private 'tabColor' => null
          private 'dirty' => boolean false
          private 'hash' => string 'f14d89c698b0853de7405487abda9c1c' (length=32)
          private 'codeName' => string 'Worksheet' (length=9)
  private 'calculationEngine' => 
    object(PHPExcel_Calculation)[2]
      private 'workbook' => 
        &object(PHPExcel)[1]
      private 'calculationCache' => 
        array (size=0)
          empty
      private 'calculationCacheEnabled' => boolean true
      private 'debugLog' => null
      public 'suppressFormulaErrors' => boolean false
      public 'formulaError' => null
      private 'cyclicReferenceStack' => 
        object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
          private 'stack' => 
            array (size=0)
              ...
      private 'cellStack' => 
        array (size=0)
          empty
      private 'cyclicFormulaCounter' => int 1
      private 'cyclicFormulaCell' => string '' (length=0)
      public 'cyclicFormulaCount' => int 1
      private 'delta' => float 1.0E-14
      public '_debugLog' => 
        object(PHPExcel_CalcEngine_Logger)[4]
          private 'writeDebugLog' => boolean false
          private 'echoDebugLog' => boolean false
          private 'debugLog' => 
            array (size=0)
              ...
          private 'cellStack' => 
            object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
              ...
  private 'activeSheetIndex' => int 0
  private 'namedRanges' => 
    array (size=0)
      empty
  private 'cellXfSupervisor' => 
    object(PHPExcel_Style)[19]
      protected 'font' => 
        object(PHPExcel_Style_Font)[20]
          protected 'name' => string 'Calibri' (length=7)
          protected 'size' => int 11
          protected 'bold' => boolean false
          protected 'italic' => boolean false
          protected 'superScript' => boolean false
          protected 'subScript' => boolean false
          protected 'underline' => string 'none' (length=4)
          protected 'strikethrough' => boolean false
          protected 'color' => 
            object(PHPExcel_Style_Color)[21]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'fill' => 
        object(PHPExcel_Style_Fill)[22]
          protected 'fillType' => string 'none' (length=4)
          protected 'rotation' => int 0
          protected 'startColor' => 
            object(PHPExcel_Style_Color)[23]
              ...
          protected 'endColor' => 
            object(PHPExcel_Style_Color)[24]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'borders' => 
        object(PHPExcel_Style_Borders)[25]
          protected 'left' => 
            object(PHPExcel_Style_Border)[26]
              ...
          protected 'right' => 
            object(PHPExcel_Style_Border)[28]
              ...
          protected 'top' => 
            object(PHPExcel_Style_Border)[30]
              ...
          protected 'bottom' => 
            object(PHPExcel_Style_Border)[32]
              ...
          protected 'diagonal' => 
            object(PHPExcel_Style_Border)[34]
              ...
          protected 'diagonalDirection' => int 0
          protected 'allBorders' => 
            object(PHPExcel_Style_Border)[36]
              ...
          protected 'outline' => 
            object(PHPExcel_Style_Border)[38]
              ...
          protected 'inside' => 
            object(PHPExcel_Style_Border)[40]
              ...
          protected 'vertical' => 
            object(PHPExcel_Style_Border)[42]
              ...
          protected 'horizontal' => 
            object(PHPExcel_Style_Border)[44]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'alignment' => 
        object(PHPExcel_Style_Alignment)[46]
          protected 'horizontal' => string 'general' (length=7)
          protected 'vertical' => string 'bottom' (length=6)
          protected 'textRotation' => int 0
          protected 'wrapText' => boolean false
          protected 'shrinkToFit' => boolean false
          protected 'indent' => int 0
          protected 'readorder' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'numberFormat' => 
        object(PHPExcel_Style_NumberFormat)[47]
          protected 'formatCode' => string 'General' (length=7)
          protected 'builtInFormatCode' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'conditionalStyles' => 
        array (size=0)
          empty
      protected 'protection' => 
        object(PHPExcel_Style_Protection)[48]
          protected 'locked' => string 'inherit' (length=7)
          protected 'hidden' => string 'inherit' (length=7)
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'index' => null
      protected 'quotePrefix' => boolean false
      protected 'isSupervisor' => boolean true
      protected 'parent' => 
        &object(PHPExcel)[1]
  private 'cellXfCollection' => 
    array (size=40)
      0 => 
        object(PHPExcel_Style)[49]
          protected 'font' => 
            object(PHPExcel_Style_Font)[50]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[52]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[55]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[66]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[67]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[68]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      1 => 
        object(PHPExcel_Style)[92]
          protected 'font' => 
            object(PHPExcel_Style_Font)[93]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[95]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[98]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[109]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[110]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[111]
              ...
          protected 'index' => int 1
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      2 => 
        object(PHPExcel_Style)[183]
          protected 'font' => 
            object(PHPExcel_Style_Font)[184]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[186]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[189]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[200]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[201]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[202]
              ...
          protected 'index' => int 2
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      3 => 
        object(PHPExcel_Style)[206]
          protected 'font' => 
            object(PHPExcel_Style_Font)[207]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[209]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[212]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[223]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[224]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[225]
              ...
          protected 'index' => int 3
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      4 => 
        object(PHPExcel_Style)[226]
          protected 'font' => 
            object(PHPExcel_Style_Font)[227]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[229]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[232]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[243]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[244]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[245]
              ...
          protected 'index' => int 4
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      5 => 
        object(PHPExcel_Style)[246]
          protected 'font' => 
            object(PHPExcel_Style_Font)[247]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[249]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[252]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[263]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[264]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[265]
              ...
          protected 'index' => int 5
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      6 => 
        object(PHPExcel_Style)[266]
          protected 'font' => 
            object(PHPExcel_Style_Font)[267]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[269]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[272]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[283]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[284]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[285]
              ...
          protected 'index' => int 6
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      7 => 
        object(PHPExcel_Style)[286]
          protected 'font' => 
            object(PHPExcel_Style_Font)[287]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[289]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[292]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[303]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[304]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[305]
              ...
          protected 'index' => int 7
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      8 => 
        object(PHPExcel_Style)[306]
          protected 'font' => 
            object(PHPExcel_Style_Font)[307]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[309]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[312]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[323]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[324]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[325]
              ...
          protected 'index' => int 8
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      9 => 
        object(PHPExcel_Style)[326]
          protected 'font' => 
            object(PHPExcel_Style_Font)[327]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[329]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[332]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[343]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[344]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[345]
              ...
          protected 'index' => int 9
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      10 => 
        object(PHPExcel_Style)[346]
          protected 'font' => 
            object(PHPExcel_Style_Font)[347]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[349]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[352]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[363]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[364]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[365]
              ...
          protected 'index' => int 10
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      11 => 
        object(PHPExcel_Style)[366]
          protected 'font' => 
            object(PHPExcel_Style_Font)[367]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[369]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[372]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[383]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[384]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[385]
              ...
          protected 'index' => int 11
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      12 => 
        object(PHPExcel_Style)[386]
          protected 'font' => 
            object(PHPExcel_Style_Font)[387]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[389]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[392]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[403]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[404]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[405]
              ...
          protected 'index' => int 12
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      13 => 
        object(PHPExcel_Style)[406]
          protected 'font' => 
            object(PHPExcel_Style_Font)[425]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[423]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[422]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[410]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[407]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[408]
              ...
          protected 'index' => int 13
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      14 => 
        object(PHPExcel_Style)[426]
          protected 'font' => 
            object(PHPExcel_Style_Font)[427]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[429]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[432]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[443]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[444]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[445]
              ...
          protected 'index' => int 14
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      15 => 
        object(PHPExcel_Style)[446]
          protected 'font' => 
            object(PHPExcel_Style_Font)[447]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[449]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[452]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[463]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[464]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[465]
              ...
          protected 'index' => int 15
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      16 => 
        object(PHPExcel_Style)[466]
          protected 'font' => 
            object(PHPExcel_Style_Font)[467]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[469]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[472]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[483]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[484]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[485]
              ...
          protected 'index' => int 16
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      17 => 
        object(PHPExcel_Style)[486]
          protected 'font' => 
            object(PHPExcel_Style_Font)[487]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[489]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[492]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[503]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[504]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[505]
              ...
          protected 'index' => int 17
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      18 => 
        object(PHPExcel_Style)[510]
          protected 'font' => 
            object(PHPExcel_Style_Font)[511]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[513]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[516]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[527]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[528]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[529]
              ...
          protected 'index' => int 18
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      19 => 
        object(PHPExcel_Style)[531]
          protected 'font' => 
            object(PHPExcel_Style_Font)[532]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[534]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[537]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[548]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[549]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[550]
              ...
          protected 'index' => int 19
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      20 => 
        object(PHPExcel_Style)[551]
          protected 'font' => 
            object(PHPExcel_Style_Font)[552]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[554]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[557]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[568]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[569]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[570]
              ...
          protected 'index' => int 20
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      21 => 
        object(PHPExcel_Style)[620]
          protected 'font' => 
            object(PHPExcel_Style_Font)[609]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[619]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[614]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[583]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[602]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[601]
              ...
          protected 'index' => int 21
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      22 => 
        object(PHPExcel_Style)[600]
          protected 'font' => 
            object(PHPExcel_Style_Font)[589]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[599]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[594]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[623]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[624]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[625]
              ...
          protected 'index' => int 22
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      23 => 
        object(PHPExcel_Style)[626]
          protected 'font' => 
            object(PHPExcel_Style_Font)[627]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[629]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[632]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[643]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[644]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[645]
              ...
          protected 'index' => int 23
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      24 => 
        object(PHPExcel_Style)[646]
          protected 'font' => 
            object(PHPExcel_Style_Font)[647]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[649]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[652]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[663]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[664]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[665]
              ...
          protected 'index' => int 24
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      25 => 
        object(PHPExcel_Style)[666]
          protected 'font' => 
            object(PHPExcel_Style_Font)[667]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[669]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[672]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[683]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[684]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[685]
              ...
          protected 'index' => int 25
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      26 => 
        object(PHPExcel_Style)[686]
          protected 'font' => 
            object(PHPExcel_Style_Font)[687]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[689]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[692]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[703]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[704]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[705]
              ...
          protected 'index' => int 26
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      27 => 
        object(PHPExcel_Style)[708]
          protected 'font' => 
            object(PHPExcel_Style_Font)[709]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[711]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[714]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[725]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[726]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[727]
              ...
          protected 'index' => int 27
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      28 => 
        object(PHPExcel_Style)[728]
          protected 'font' => 
            object(PHPExcel_Style_Font)[729]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[731]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[734]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[745]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[746]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[747]
              ...
          protected 'index' => int 28
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      29 => 
        object(PHPExcel_Style)[748]
          protected 'font' => 
            object(PHPExcel_Style_Font)[749]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[751]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[754]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[765]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[766]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[767]
              ...
          protected 'index' => int 29
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      30 => 
        object(PHPExcel_Style)[768]
          protected 'font' => 
            object(PHPExcel_Style_Font)[769]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[771]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[774]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[785]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[786]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[787]
              ...
          protected 'index' => int 30
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      31 => 
        object(PHPExcel_Style)[788]
          protected 'font' => 
            object(PHPExcel_Style_Font)[789]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[791]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[794]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[805]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[806]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[807]
              ...
          protected 'index' => int 31
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      32 => 
        object(PHPExcel_Style)[808]
          protected 'font' => 
            object(PHPExcel_Style_Font)[809]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[811]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[814]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[825]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[826]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[827]
              ...
          protected 'index' => int 32
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      33 => 
        object(PHPExcel_Style)[828]
          protected 'font' => 
            object(PHPExcel_Style_Font)[829]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[831]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[834]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[845]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[846]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[847]
              ...
          protected 'index' => int 33
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      34 => 
        object(PHPExcel_Style)[848]
          protected 'font' => 
            object(PHPExcel_Style_Font)[849]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[851]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[854]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[865]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[866]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[867]
              ...
          protected 'index' => int 34
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      35 => 
        object(PHPExcel_Style)[868]
          protected 'font' => 
            object(PHPExcel_Style_Font)[869]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[871]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[874]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[885]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[886]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[887]
              ...
          protected 'index' => int 35
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      36 => 
        object(PHPExcel_Style)[888]
          protected 'font' => 
            object(PHPExcel_Style_Font)[890]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[892]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[893]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[894]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[907]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[906]
              ...
          protected 'index' => int 36
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      37 => 
        object(PHPExcel_Style)[908]
          protected 'font' => 
            object(PHPExcel_Style_Font)[909]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[911]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[914]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[925]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[926]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[927]
              ...
          protected 'index' => int 37
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      38 => 
        object(PHPExcel_Style)[928]
          protected 'font' => 
            object(PHPExcel_Style_Font)[929]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[931]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[934]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[945]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[946]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[947]
              ...
          protected 'index' => int 38
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      39 => 
        object(PHPExcel_Style)[948]
          protected 'font' => 
            object(PHPExcel_Style_Font)[949]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[951]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[954]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[965]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[966]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[967]
              ...
          protected 'index' => int 39
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'cellStyleXfCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Style)[69]
          protected 'font' => 
            object(PHPExcel_Style_Font)[70]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[72]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[75]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[86]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[87]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[88]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'hasMacros' => boolean false
  private 'macrosCode' => null
  private 'macrosCertificate' => null
  private 'ribbonXMLData' => null
  private 'ribbonBinObjects' => null
$objPayable =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:333:
object(PHPExcel_RichText_Run)[176]
  private 'font' => 
    object(PHPExcel_Style_Font)[177]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean true
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[179]
          protected 'argb' => string 'FF008000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
$objRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:333:
object(PHPExcel_RichText)[174]
  private 'richTextElements' => 
    array (size=3)
      0 => 
        object(PHPExcel_RichText_TextElement)[175]
          private 'text' => string 'This invoice is ' (length=16)
      1 => 
        object(PHPExcel_RichText_Run)[176]
          private 'font' => 
            object(PHPExcel_Style_Font)[177]
              ...
          private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
      2 => 
        object(PHPExcel_RichText_TextElement)[178]
          private 'text' => string ', unless specified otherwise on the invoice.' (length=44)
$sLloremIpsum =
Undefined
$styleThickBrownBorderOutline =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:333:
array (size=1)
  'borders' => 
    array (size=1)
      'outline' => 
        array (size=2)
          'style' => string 'thick' (length=5)
          'color' => 
            array (size=1)
              ...
$styleThinBlackBorderOutline =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:333:
array (size=1)
  'borders' => 
    array (size=1)
      'outline' => 
        array (size=2)
          'style' => string 'thin' (length=4)
          'color' => 
            array (size=1)
              ...
EOL03:10:29 Create a second Worksheet object
( ! ) Warning: Use of undefined constant EOL - assumed 'EOL' (this will throw an Error in a future version of PHP) in C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php on line 338
Call Stack
#TimeMemoryFunctionLocation
10.0020532768{main}( )...\05featuredemo.inc.php:0
Variables in local scope (#1)
$objCommentRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:338:
object(PHPExcel_RichText_Run)[165]
  private 'font' => 
    object(PHPExcel_Style_Font)[166]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean false
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[167]
          protected 'argb' => string 'FF000000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'PHPExcel:' (length=9)
$objDrawing =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:338:
object(PHPExcel_Worksheet_Drawing)[973]
  private 'path' => string './images/phpexcel_logo.gif' (length=26)
  private 'imageIndex' (PHPExcel_Worksheet_BaseDrawing) => int 3
  protected 'name' => string 'PHPExcel logo' (length=13)
  protected 'description' => string 'PHPExcel logo' (length=13)
  protected 'worksheet' => 
    object(PHPExcel_Worksheet)[5]
      private 'parent' => 
        object(PHPExcel)[1]
          private 'uniqueID' => string '67d4efa3712bb' (length=13)
          private 'properties' => 
            object(PHPExcel_DocumentProperties)[17]
              ...
          private 'security' => 
            object(PHPExcel_DocumentSecurity)[18]
              ...
          private 'workSheetCollection' => 
            array (size=1)
              ...
          private 'calculationEngine' => 
            object(PHPExcel_Calculation)[2]
              ...
          private 'activeSheetIndex' => int 0
          private 'namedRanges' => 
            array (size=0)
              ...
          private 'cellXfSupervisor' => 
            object(PHPExcel_Style)[19]
              ...
          private 'cellXfCollection' => 
            array (size=40)
              ...
          private 'cellStyleXfCollection' => 
            array (size=1)
              ...
          private 'hasMacros' => boolean false
          private 'macrosCode' => null
          private 'macrosCertificate' => null
          private 'ribbonXMLData' => null
          private 'ribbonBinObjects' => null
      private 'cellCollection' => 
        object(PHPExcel_CachedObjectStorage_Memory)[6]
          protected 'parent' => 
            &object(PHPExcel_Worksheet)[5]
          protected 'currentObject' => null
          protected 'currentObjectID' => string 'E27' (length=3)
          protected 'currentCellIsDirty' => boolean false
          protected 'cellCache' => 
            array (size=76)
              ...
      private 'rowDimensions' => 
        array (size=0)
          empty
      private 'defaultRowDimension' => 
        object(PHPExcel_Worksheet_RowDimension)[14]
          private 'rowIndex' => null
          private 'height' => int -1
          private 'zeroHeight' => boolean false
          private 'visible' (PHPExcel_Worksheet_Dimension) => boolean true
          private 'outlineLevel' (PHPExcel_Worksheet_Dimension) => int 0
          private 'collapsed' (PHPExcel_Worksheet_Dimension) => boolean false
          private 'xfIndex' (PHPExcel_Worksheet_Dimension) => null
      private 'columnDimensions' => 
        array (size=3)
          'B' => 
            object(PHPExcel_Worksheet_ColumnDimension)[203]
              ...
          'D' => 
            object(PHPExcel_Worksheet_ColumnDimension)[204]
              ...
          'E' => 
            object(PHPExcel_Worksheet_ColumnDimension)[205]
              ...
      private 'defaultColumnDimension' => 
        object(PHPExcel_Worksheet_ColumnDimension)[15]
          private 'columnIndex' => null
          private 'width' => int -1
          private 'autoSize' => boolean false
          private 'visible' (PHPExcel_Worksheet_Dimension) => boolean true
          private 'outlineLevel' (PHPExcel_Worksheet_Dimension) => int 0
          private 'collapsed' (PHPExcel_Worksheet_Dimension) => boolean false
          private 'xfIndex' (PHPExcel_Worksheet_Dimension) => int 0
      private 'drawingCollection' => 
        object(ArrayObject)[11]
          private 'storage' => 
            array (size=3)
              ...
      private 'chartCollection' => 
        object(ArrayObject)[12]
          private 'storage' => 
            array (size=0)
              ...
      private 'title' => string 'Invoice' (length=7)
      private 'sheetState' => string 'visible' (length=7)
      private 'pageSetup' => 
        object(PHPExcel_Worksheet_PageSetup)[7]
          private 'paperSize' => int 9
          private 'orientation' => string 'portrait' (length=8)
          private 'scale' => int 100
          private 'fitToPage' => boolean false
          private 'fitToHeight' => int 1
          private 'fitToWidth' => int 1
          private 'columnsToRepeatAtLeft' => 
            array (size=2)
              ...
          private 'rowsToRepeatAtTop' => 
            array (size=2)
              ...
          private 'horizontalCentered' => boolean false
          private 'verticalCentered' => boolean false
          private 'printArea' => null
          private 'firstPageNumber' => null
      private 'pageMargins' => 
        object(PHPExcel_Worksheet_PageMargins)[8]
          private 'left' => float 0.7
          private 'right' => float 0.7
          private 'top' => float 0.75
          private 'bottom' => float 0.75
          private 'header' => float 0.3
          private 'footer' => float 0.3
      private 'headerFooter' => 
        object(PHPExcel_Worksheet_HeaderFooter)[9]
          private 'oddHeader' => string '&L&BInvoice&RPrinted on &D' (length=26)
          private 'oddFooter' => string '&L&BOffice 2007 XLSX Test Document&RPage &P of &N' (length=49)
          private 'evenHeader' => string '' (length=0)
          private 'evenFooter' => string '' (length=0)
          private 'firstHeader' => string '' (length=0)
          private 'firstFooter' => string '' (length=0)
          private 'differentOddEven' => boolean false
          private 'differentFirst' => boolean false
          private 'scaleWithDocument' => boolean true
          private 'alignWithMargins' => boolean true
          private 'headerFooterImages' => 
            array (size=0)
              ...
      private 'sheetView' => 
        object(PHPExcel_Worksheet_SheetView)[10]
          private 'zoomScale' => int 100
          private 'zoomScaleNormal' => int 100
          private 'sheetviewType' => string 'normal' (length=6)
      private 'protection' => 
        object(PHPExcel_Worksheet_Protection)[13]
          private 'sheet' => boolean true
          private 'objects' => boolean false
          private 'scenarios' => boolean false
          private 'formatCells' => boolean false
          private 'formatColumns' => boolean false
          private 'formatRows' => boolean false
          private 'insertColumns' => boolean false
          private 'insertRows' => boolean false
          private 'insertHyperlinks' => boolean false
          private 'deleteColumns' => boolean false
          private 'deleteRows' => boolean false
          private 'selectLockedCells' => boolean false
          private 'sort' => boolean false
          private 'autoFilter' => boolean false
          private 'pivotTables' => boolean false
          private 'selectUnlockedCells' => boolean false
          private 'password' => string '' (length=0)
      private 'styles' => 
        array (size=0)
          empty
      private 'conditionalStylesCollection' => 
        array (size=0)
          empty
      private 'cellCollectionIsSorted' => boolean false
      private 'breaks' => 
        array (size=0)
          empty
      private 'mergeCells' => 
        array (size=1)
          'A18:E22' => string 'A18:E22' (length=7)
      private 'protectedCells' => 
        array (size=1)
          'A3:E13' => string '8053' (length=4)
      private 'autoFilter' => 
        object(PHPExcel_Worksheet_AutoFilter)[16]
          private 'workSheet' => 
            &object(PHPExcel_Worksheet)[5]
          private 'range' => null
          private 'columns' => 
            array (size=0)
              ...
      private 'freezePane' => string '' (length=0)
      private 'showGridlines' => boolean true
      private 'printGridlines' => boolean false
      private 'showRowColHeaders' => boolean true
      private 'showSummaryBelow' => boolean true
      private 'showSummaryRight' => boolean true
      private 'comments' => 
        array (size=3)
          'E11' => 
            object(PHPExcel_Comment)[138]
              ...
          'E12' => 
            object(PHPExcel_Comment)[150]
              ...
          'E13' => 
            object(PHPExcel_Comment)[162]
              ...
      private 'activeCell' => string 'E27' (length=3)
      private 'selectedCells' => string 'E27' (length=3)
      private 'cachedHighestColumn' => string 'I' (length=1)
      private 'cachedHighestRow' => int 28
      private 'rightToLeft' => boolean false
      private 'hyperlinkCollection' => 
        array (size=2)
          'E26' => 
            object(PHPExcel_Cell_Hyperlink)[969]
              ...
          'E27' => 
            object(PHPExcel_Cell_Hyperlink)[989]
              ...
      private 'dataValidationCollection' => 
        array (size=0)
          empty
      private 'tabColor' => null
      private 'dirty' => boolean true
      private 'hash' => string 'f14d89c698b0853de7405487abda9c1c' (length=32)
      private 'codeName' => string 'Worksheet' (length=9)
  protected 'coordinates' => string 'D24' (length=3)
  protected 'offsetX' => int 10
  protected 'offsetY' => int 0
  protected 'width' => float 157
  protected 'height' => int 36
  protected 'resizeProportional' => boolean true
  protected 'rotation' => int 0
  protected 'shadow' => 
    object(PHPExcel_Worksheet_Drawing_Shadow)[975]
      private 'visible' => boolean false
      private 'blurRadius' => int 6
      private 'distance' => int 2
      private 'direction' => int 0
      private 'alignment' => string 'br' (length=2)
      private 'color' => 
        object(PHPExcel_Style_Color)[977]
          protected 'argb' => string 'FF000000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      private 'alpha' => int 50
$objPHPExcel =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:338:
object(PHPExcel)[1]
  private 'uniqueID' => string '67d4efa3712bb' (length=13)
  private 'properties' => 
    object(PHPExcel_DocumentProperties)[17]
      private 'creator' => string 'Maarten Balliauw' (length=16)
      private 'lastModifiedBy' => string 'Maarten Balliauw' (length=16)
      private 'created' => int 1742008227
      private 'modified' => int 1742008227
      private 'title' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'description' => string 'Test document for Office 2007 XLSX, generated using PHP classes.' (length=64)
      private 'subject' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'keywords' => string 'office 2007 openxml php' (length=23)
      private 'category' => string 'Test result file' (length=16)
      private 'manager' => string '' (length=0)
      private 'company' => string 'Microsoft Corporation' (length=21)
      private 'customProperties' => 
        array (size=0)
          empty
  private 'security' => 
    object(PHPExcel_DocumentSecurity)[18]
      private 'lockRevision' => boolean false
      private 'lockStructure' => boolean false
      private 'lockWindows' => boolean false
      private 'revisionsPassword' => string '' (length=0)
      private 'workbookPassword' => string '' (length=0)
  private 'workSheetCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Worksheet)[5]
          private 'parent' => 
            &object(PHPExcel)[1]
          private 'cellCollection' => 
            object(PHPExcel_CachedObjectStorage_Memory)[6]
              ...
          private 'rowDimensions' => 
            array (size=0)
              ...
          private 'defaultRowDimension' => 
            object(PHPExcel_Worksheet_RowDimension)[14]
              ...
          private 'columnDimensions' => 
            array (size=3)
              ...
          private 'defaultColumnDimension' => 
            object(PHPExcel_Worksheet_ColumnDimension)[15]
              ...
          private 'drawingCollection' => 
            object(ArrayObject)[11]
              ...
          private 'chartCollection' => 
            object(ArrayObject)[12]
              ...
          private 'title' => string 'Invoice' (length=7)
          private 'sheetState' => string 'visible' (length=7)
          private 'pageSetup' => 
            object(PHPExcel_Worksheet_PageSetup)[7]
              ...
          private 'pageMargins' => 
            object(PHPExcel_Worksheet_PageMargins)[8]
              ...
          private 'headerFooter' => 
            object(PHPExcel_Worksheet_HeaderFooter)[9]
              ...
          private 'sheetView' => 
            object(PHPExcel_Worksheet_SheetView)[10]
              ...
          private 'protection' => 
            object(PHPExcel_Worksheet_Protection)[13]
              ...
          private 'styles' => 
            array (size=0)
              ...
          private 'conditionalStylesCollection' => 
            array (size=0)
              ...
          private 'cellCollectionIsSorted' => boolean false
          private 'breaks' => 
            array (size=0)
              ...
          private 'mergeCells' => 
            array (size=1)
              ...
          private 'protectedCells' => 
            array (size=1)
              ...
          private 'autoFilter' => 
            object(PHPExcel_Worksheet_AutoFilter)[16]
              ...
          private 'freezePane' => string '' (length=0)
          private 'showGridlines' => boolean true
          private 'printGridlines' => boolean false
          private 'showRowColHeaders' => boolean true
          private 'showSummaryBelow' => boolean true
          private 'showSummaryRight' => boolean true
          private 'comments' => 
            array (size=3)
              ...
          private 'activeCell' => string 'E27' (length=3)
          private 'selectedCells' => string 'E27' (length=3)
          private 'cachedHighestColumn' => string 'I' (length=1)
          private 'cachedHighestRow' => int 28
          private 'rightToLeft' => boolean false
          private 'hyperlinkCollection' => 
            array (size=2)
              ...
          private 'dataValidationCollection' => 
            array (size=0)
              ...
          private 'tabColor' => null
          private 'dirty' => boolean true
          private 'hash' => string 'f14d89c698b0853de7405487abda9c1c' (length=32)
          private 'codeName' => string 'Worksheet' (length=9)
  private 'calculationEngine' => 
    object(PHPExcel_Calculation)[2]
      private 'workbook' => 
        &object(PHPExcel)[1]
      private 'calculationCache' => 
        array (size=0)
          empty
      private 'calculationCacheEnabled' => boolean true
      private 'debugLog' => null
      public 'suppressFormulaErrors' => boolean false
      public 'formulaError' => null
      private 'cyclicReferenceStack' => 
        object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
          private 'stack' => 
            array (size=0)
              ...
      private 'cellStack' => 
        array (size=0)
          empty
      private 'cyclicFormulaCounter' => int 1
      private 'cyclicFormulaCell' => string '' (length=0)
      public 'cyclicFormulaCount' => int 1
      private 'delta' => float 1.0E-14
      public '_debugLog' => 
        object(PHPExcel_CalcEngine_Logger)[4]
          private 'writeDebugLog' => boolean false
          private 'echoDebugLog' => boolean false
          private 'debugLog' => 
            array (size=0)
              ...
          private 'cellStack' => 
            object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
              ...
  private 'activeSheetIndex' => int 0
  private 'namedRanges' => 
    array (size=0)
      empty
  private 'cellXfSupervisor' => 
    object(PHPExcel_Style)[19]
      protected 'font' => 
        object(PHPExcel_Style_Font)[20]
          protected 'name' => string 'Calibri' (length=7)
          protected 'size' => int 11
          protected 'bold' => boolean false
          protected 'italic' => boolean false
          protected 'superScript' => boolean false
          protected 'subScript' => boolean false
          protected 'underline' => string 'none' (length=4)
          protected 'strikethrough' => boolean false
          protected 'color' => 
            object(PHPExcel_Style_Color)[21]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'fill' => 
        object(PHPExcel_Style_Fill)[22]
          protected 'fillType' => string 'none' (length=4)
          protected 'rotation' => int 0
          protected 'startColor' => 
            object(PHPExcel_Style_Color)[23]
              ...
          protected 'endColor' => 
            object(PHPExcel_Style_Color)[24]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'borders' => 
        object(PHPExcel_Style_Borders)[25]
          protected 'left' => 
            object(PHPExcel_Style_Border)[26]
              ...
          protected 'right' => 
            object(PHPExcel_Style_Border)[28]
              ...
          protected 'top' => 
            object(PHPExcel_Style_Border)[30]
              ...
          protected 'bottom' => 
            object(PHPExcel_Style_Border)[32]
              ...
          protected 'diagonal' => 
            object(PHPExcel_Style_Border)[34]
              ...
          protected 'diagonalDirection' => int 0
          protected 'allBorders' => 
            object(PHPExcel_Style_Border)[36]
              ...
          protected 'outline' => 
            object(PHPExcel_Style_Border)[38]
              ...
          protected 'inside' => 
            object(PHPExcel_Style_Border)[40]
              ...
          protected 'vertical' => 
            object(PHPExcel_Style_Border)[42]
              ...
          protected 'horizontal' => 
            object(PHPExcel_Style_Border)[44]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'alignment' => 
        object(PHPExcel_Style_Alignment)[46]
          protected 'horizontal' => string 'general' (length=7)
          protected 'vertical' => string 'bottom' (length=6)
          protected 'textRotation' => int 0
          protected 'wrapText' => boolean false
          protected 'shrinkToFit' => boolean false
          protected 'indent' => int 0
          protected 'readorder' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'numberFormat' => 
        object(PHPExcel_Style_NumberFormat)[47]
          protected 'formatCode' => string 'General' (length=7)
          protected 'builtInFormatCode' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'conditionalStyles' => 
        array (size=0)
          empty
      protected 'protection' => 
        object(PHPExcel_Style_Protection)[48]
          protected 'locked' => string 'inherit' (length=7)
          protected 'hidden' => string 'inherit' (length=7)
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'index' => null
      protected 'quotePrefix' => boolean false
      protected 'isSupervisor' => boolean true
      protected 'parent' => 
        &object(PHPExcel)[1]
  private 'cellXfCollection' => 
    array (size=40)
      0 => 
        object(PHPExcel_Style)[49]
          protected 'font' => 
            object(PHPExcel_Style_Font)[50]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[52]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[55]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[66]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[67]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[68]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      1 => 
        object(PHPExcel_Style)[92]
          protected 'font' => 
            object(PHPExcel_Style_Font)[93]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[95]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[98]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[109]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[110]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[111]
              ...
          protected 'index' => int 1
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      2 => 
        object(PHPExcel_Style)[183]
          protected 'font' => 
            object(PHPExcel_Style_Font)[184]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[186]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[189]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[200]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[201]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[202]
              ...
          protected 'index' => int 2
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      3 => 
        object(PHPExcel_Style)[206]
          protected 'font' => 
            object(PHPExcel_Style_Font)[207]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[209]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[212]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[223]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[224]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[225]
              ...
          protected 'index' => int 3
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      4 => 
        object(PHPExcel_Style)[226]
          protected 'font' => 
            object(PHPExcel_Style_Font)[227]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[229]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[232]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[243]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[244]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[245]
              ...
          protected 'index' => int 4
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      5 => 
        object(PHPExcel_Style)[246]
          protected 'font' => 
            object(PHPExcel_Style_Font)[247]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[249]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[252]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[263]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[264]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[265]
              ...
          protected 'index' => int 5
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      6 => 
        object(PHPExcel_Style)[266]
          protected 'font' => 
            object(PHPExcel_Style_Font)[267]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[269]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[272]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[283]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[284]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[285]
              ...
          protected 'index' => int 6
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      7 => 
        object(PHPExcel_Style)[286]
          protected 'font' => 
            object(PHPExcel_Style_Font)[287]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[289]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[292]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[303]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[304]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[305]
              ...
          protected 'index' => int 7
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      8 => 
        object(PHPExcel_Style)[306]
          protected 'font' => 
            object(PHPExcel_Style_Font)[307]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[309]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[312]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[323]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[324]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[325]
              ...
          protected 'index' => int 8
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      9 => 
        object(PHPExcel_Style)[326]
          protected 'font' => 
            object(PHPExcel_Style_Font)[327]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[329]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[332]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[343]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[344]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[345]
              ...
          protected 'index' => int 9
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      10 => 
        object(PHPExcel_Style)[346]
          protected 'font' => 
            object(PHPExcel_Style_Font)[347]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[349]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[352]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[363]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[364]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[365]
              ...
          protected 'index' => int 10
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      11 => 
        object(PHPExcel_Style)[366]
          protected 'font' => 
            object(PHPExcel_Style_Font)[367]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[369]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[372]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[383]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[384]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[385]
              ...
          protected 'index' => int 11
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      12 => 
        object(PHPExcel_Style)[386]
          protected 'font' => 
            object(PHPExcel_Style_Font)[387]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[389]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[392]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[403]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[404]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[405]
              ...
          protected 'index' => int 12
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      13 => 
        object(PHPExcel_Style)[406]
          protected 'font' => 
            object(PHPExcel_Style_Font)[425]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[423]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[422]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[410]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[407]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[408]
              ...
          protected 'index' => int 13
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      14 => 
        object(PHPExcel_Style)[426]
          protected 'font' => 
            object(PHPExcel_Style_Font)[427]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[429]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[432]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[443]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[444]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[445]
              ...
          protected 'index' => int 14
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      15 => 
        object(PHPExcel_Style)[446]
          protected 'font' => 
            object(PHPExcel_Style_Font)[447]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[449]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[452]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[463]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[464]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[465]
              ...
          protected 'index' => int 15
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      16 => 
        object(PHPExcel_Style)[466]
          protected 'font' => 
            object(PHPExcel_Style_Font)[467]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[469]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[472]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[483]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[484]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[485]
              ...
          protected 'index' => int 16
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      17 => 
        object(PHPExcel_Style)[486]
          protected 'font' => 
            object(PHPExcel_Style_Font)[487]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[489]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[492]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[503]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[504]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[505]
              ...
          protected 'index' => int 17
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      18 => 
        object(PHPExcel_Style)[510]
          protected 'font' => 
            object(PHPExcel_Style_Font)[511]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[513]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[516]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[527]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[528]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[529]
              ...
          protected 'index' => int 18
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      19 => 
        object(PHPExcel_Style)[531]
          protected 'font' => 
            object(PHPExcel_Style_Font)[532]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[534]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[537]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[548]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[549]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[550]
              ...
          protected 'index' => int 19
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      20 => 
        object(PHPExcel_Style)[551]
          protected 'font' => 
            object(PHPExcel_Style_Font)[552]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[554]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[557]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[568]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[569]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[570]
              ...
          protected 'index' => int 20
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      21 => 
        object(PHPExcel_Style)[620]
          protected 'font' => 
            object(PHPExcel_Style_Font)[609]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[619]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[614]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[583]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[602]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[601]
              ...
          protected 'index' => int 21
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      22 => 
        object(PHPExcel_Style)[600]
          protected 'font' => 
            object(PHPExcel_Style_Font)[589]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[599]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[594]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[623]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[624]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[625]
              ...
          protected 'index' => int 22
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      23 => 
        object(PHPExcel_Style)[626]
          protected 'font' => 
            object(PHPExcel_Style_Font)[627]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[629]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[632]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[643]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[644]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[645]
              ...
          protected 'index' => int 23
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      24 => 
        object(PHPExcel_Style)[646]
          protected 'font' => 
            object(PHPExcel_Style_Font)[647]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[649]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[652]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[663]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[664]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[665]
              ...
          protected 'index' => int 24
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      25 => 
        object(PHPExcel_Style)[666]
          protected 'font' => 
            object(PHPExcel_Style_Font)[667]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[669]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[672]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[683]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[684]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[685]
              ...
          protected 'index' => int 25
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      26 => 
        object(PHPExcel_Style)[686]
          protected 'font' => 
            object(PHPExcel_Style_Font)[687]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[689]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[692]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[703]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[704]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[705]
              ...
          protected 'index' => int 26
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      27 => 
        object(PHPExcel_Style)[708]
          protected 'font' => 
            object(PHPExcel_Style_Font)[709]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[711]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[714]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[725]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[726]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[727]
              ...
          protected 'index' => int 27
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      28 => 
        object(PHPExcel_Style)[728]
          protected 'font' => 
            object(PHPExcel_Style_Font)[729]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[731]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[734]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[745]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[746]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[747]
              ...
          protected 'index' => int 28
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      29 => 
        object(PHPExcel_Style)[748]
          protected 'font' => 
            object(PHPExcel_Style_Font)[749]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[751]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[754]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[765]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[766]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[767]
              ...
          protected 'index' => int 29
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      30 => 
        object(PHPExcel_Style)[768]
          protected 'font' => 
            object(PHPExcel_Style_Font)[769]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[771]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[774]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[785]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[786]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[787]
              ...
          protected 'index' => int 30
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      31 => 
        object(PHPExcel_Style)[788]
          protected 'font' => 
            object(PHPExcel_Style_Font)[789]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[791]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[794]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[805]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[806]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[807]
              ...
          protected 'index' => int 31
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      32 => 
        object(PHPExcel_Style)[808]
          protected 'font' => 
            object(PHPExcel_Style_Font)[809]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[811]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[814]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[825]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[826]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[827]
              ...
          protected 'index' => int 32
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      33 => 
        object(PHPExcel_Style)[828]
          protected 'font' => 
            object(PHPExcel_Style_Font)[829]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[831]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[834]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[845]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[846]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[847]
              ...
          protected 'index' => int 33
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      34 => 
        object(PHPExcel_Style)[848]
          protected 'font' => 
            object(PHPExcel_Style_Font)[849]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[851]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[854]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[865]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[866]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[867]
              ...
          protected 'index' => int 34
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      35 => 
        object(PHPExcel_Style)[868]
          protected 'font' => 
            object(PHPExcel_Style_Font)[869]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[871]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[874]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[885]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[886]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[887]
              ...
          protected 'index' => int 35
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      36 => 
        object(PHPExcel_Style)[888]
          protected 'font' => 
            object(PHPExcel_Style_Font)[890]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[892]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[893]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[894]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[907]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[906]
              ...
          protected 'index' => int 36
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      37 => 
        object(PHPExcel_Style)[908]
          protected 'font' => 
            object(PHPExcel_Style_Font)[909]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[911]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[914]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[925]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[926]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[927]
              ...
          protected 'index' => int 37
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      38 => 
        object(PHPExcel_Style)[928]
          protected 'font' => 
            object(PHPExcel_Style_Font)[929]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[931]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[934]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[945]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[946]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[947]
              ...
          protected 'index' => int 38
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      39 => 
        object(PHPExcel_Style)[948]
          protected 'font' => 
            object(PHPExcel_Style_Font)[949]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[951]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[954]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[965]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[966]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[967]
              ...
          protected 'index' => int 39
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'cellStyleXfCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Style)[69]
          protected 'font' => 
            object(PHPExcel_Style_Font)[70]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[72]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[75]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[86]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[87]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[88]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'hasMacros' => boolean false
  private 'macrosCode' => null
  private 'macrosCertificate' => null
  private 'ribbonXMLData' => null
  private 'ribbonBinObjects' => null
$objPayable =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:338:
object(PHPExcel_RichText_Run)[176]
  private 'font' => 
    object(PHPExcel_Style_Font)[177]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean true
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[179]
          protected 'argb' => string 'FF008000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
$objRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:338:
object(PHPExcel_RichText)[174]
  private 'richTextElements' => 
    array (size=3)
      0 => 
        object(PHPExcel_RichText_TextElement)[175]
          private 'text' => string 'This invoice is ' (length=16)
      1 => 
        object(PHPExcel_RichText_Run)[176]
          private 'font' => 
            object(PHPExcel_Style_Font)[177]
              ...
          private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
      2 => 
        object(PHPExcel_RichText_TextElement)[178]
          private 'text' => string ', unless specified otherwise on the invoice.' (length=44)
$sLloremIpsum =
Undefined
$styleThickBrownBorderOutline =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:338:
array (size=1)
  'borders' => 
    array (size=1)
      'outline' => 
        array (size=2)
          'style' => string 'thick' (length=5)
          'color' => 
            array (size=1)
              ...
$styleThinBlackBorderOutline =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:338:
array (size=1)
  'borders' => 
    array (size=1)
      'outline' => 
        array (size=2)
          'style' => string 'thin' (length=4)
          'color' => 
            array (size=1)
              ...
EOL03:10:29 Add some data
( ! ) Warning: Use of undefined constant EOL - assumed 'EOL' (this will throw an Error in a future version of PHP) in C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php on line 345
Call Stack
#TimeMemoryFunctionLocation
10.0020532768{main}( )...\05featuredemo.inc.php:0
Variables in local scope (#1)
$objCommentRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:345:
object(PHPExcel_RichText_Run)[165]
  private 'font' => 
    object(PHPExcel_Style_Font)[166]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean false
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[167]
          protected 'argb' => string 'FF000000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'PHPExcel:' (length=9)
$objDrawing =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:345:
object(PHPExcel_Worksheet_Drawing)[973]
  private 'path' => string './images/phpexcel_logo.gif' (length=26)
  private 'imageIndex' (PHPExcel_Worksheet_BaseDrawing) => int 3
  protected 'name' => string 'PHPExcel logo' (length=13)
  protected 'description' => string 'PHPExcel logo' (length=13)
  protected 'worksheet' => 
    object(PHPExcel_Worksheet)[5]
      private 'parent' => 
        object(PHPExcel)[1]
          private 'uniqueID' => string '67d4efa3712bb' (length=13)
          private 'properties' => 
            object(PHPExcel_DocumentProperties)[17]
              ...
          private 'security' => 
            object(PHPExcel_DocumentSecurity)[18]
              ...
          private 'workSheetCollection' => 
            array (size=2)
              ...
          private 'calculationEngine' => 
            object(PHPExcel_Calculation)[2]
              ...
          private 'activeSheetIndex' => int 0
          private 'namedRanges' => 
            array (size=0)
              ...
          private 'cellXfSupervisor' => 
            object(PHPExcel_Style)[19]
              ...
          private 'cellXfCollection' => 
            array (size=40)
              ...
          private 'cellStyleXfCollection' => 
            array (size=1)
              ...
          private 'hasMacros' => boolean false
          private 'macrosCode' => null
          private 'macrosCertificate' => null
          private 'ribbonXMLData' => null
          private 'ribbonBinObjects' => null
      private 'cellCollection' => 
        object(PHPExcel_CachedObjectStorage_Memory)[6]
          protected 'parent' => 
            &object(PHPExcel_Worksheet)[5]
          protected 'currentObject' => null
          protected 'currentObjectID' => string 'E27' (length=3)
          protected 'currentCellIsDirty' => boolean false
          protected 'cellCache' => 
            array (size=76)
              ...
      private 'rowDimensions' => 
        array (size=0)
          empty
      private 'defaultRowDimension' => 
        object(PHPExcel_Worksheet_RowDimension)[14]
          private 'rowIndex' => null
          private 'height' => int -1
          private 'zeroHeight' => boolean false
          private 'visible' (PHPExcel_Worksheet_Dimension) => boolean true
          private 'outlineLevel' (PHPExcel_Worksheet_Dimension) => int 0
          private 'collapsed' (PHPExcel_Worksheet_Dimension) => boolean false
          private 'xfIndex' (PHPExcel_Worksheet_Dimension) => null
      private 'columnDimensions' => 
        array (size=3)
          'B' => 
            object(PHPExcel_Worksheet_ColumnDimension)[203]
              ...
          'D' => 
            object(PHPExcel_Worksheet_ColumnDimension)[204]
              ...
          'E' => 
            object(PHPExcel_Worksheet_ColumnDimension)[205]
              ...
      private 'defaultColumnDimension' => 
        object(PHPExcel_Worksheet_ColumnDimension)[15]
          private 'columnIndex' => null
          private 'width' => int -1
          private 'autoSize' => boolean false
          private 'visible' (PHPExcel_Worksheet_Dimension) => boolean true
          private 'outlineLevel' (PHPExcel_Worksheet_Dimension) => int 0
          private 'collapsed' (PHPExcel_Worksheet_Dimension) => boolean false
          private 'xfIndex' (PHPExcel_Worksheet_Dimension) => int 0
      private 'drawingCollection' => 
        object(ArrayObject)[11]
          private 'storage' => 
            array (size=3)
              ...
      private 'chartCollection' => 
        object(ArrayObject)[12]
          private 'storage' => 
            array (size=0)
              ...
      private 'title' => string 'Invoice' (length=7)
      private 'sheetState' => string 'visible' (length=7)
      private 'pageSetup' => 
        object(PHPExcel_Worksheet_PageSetup)[7]
          private 'paperSize' => int 9
          private 'orientation' => string 'portrait' (length=8)
          private 'scale' => int 100
          private 'fitToPage' => boolean false
          private 'fitToHeight' => int 1
          private 'fitToWidth' => int 1
          private 'columnsToRepeatAtLeft' => 
            array (size=2)
              ...
          private 'rowsToRepeatAtTop' => 
            array (size=2)
              ...
          private 'horizontalCentered' => boolean false
          private 'verticalCentered' => boolean false
          private 'printArea' => null
          private 'firstPageNumber' => null
      private 'pageMargins' => 
        object(PHPExcel_Worksheet_PageMargins)[8]
          private 'left' => float 0.7
          private 'right' => float 0.7
          private 'top' => float 0.75
          private 'bottom' => float 0.75
          private 'header' => float 0.3
          private 'footer' => float 0.3
      private 'headerFooter' => 
        object(PHPExcel_Worksheet_HeaderFooter)[9]
          private 'oddHeader' => string '&L&BInvoice&RPrinted on &D' (length=26)
          private 'oddFooter' => string '&L&BOffice 2007 XLSX Test Document&RPage &P of &N' (length=49)
          private 'evenHeader' => string '' (length=0)
          private 'evenFooter' => string '' (length=0)
          private 'firstHeader' => string '' (length=0)
          private 'firstFooter' => string '' (length=0)
          private 'differentOddEven' => boolean false
          private 'differentFirst' => boolean false
          private 'scaleWithDocument' => boolean true
          private 'alignWithMargins' => boolean true
          private 'headerFooterImages' => 
            array (size=0)
              ...
      private 'sheetView' => 
        object(PHPExcel_Worksheet_SheetView)[10]
          private 'zoomScale' => int 100
          private 'zoomScaleNormal' => int 100
          private 'sheetviewType' => string 'normal' (length=6)
      private 'protection' => 
        object(PHPExcel_Worksheet_Protection)[13]
          private 'sheet' => boolean true
          private 'objects' => boolean false
          private 'scenarios' => boolean false
          private 'formatCells' => boolean false
          private 'formatColumns' => boolean false
          private 'formatRows' => boolean false
          private 'insertColumns' => boolean false
          private 'insertRows' => boolean false
          private 'insertHyperlinks' => boolean false
          private 'deleteColumns' => boolean false
          private 'deleteRows' => boolean false
          private 'selectLockedCells' => boolean false
          private 'sort' => boolean false
          private 'autoFilter' => boolean false
          private 'pivotTables' => boolean false
          private 'selectUnlockedCells' => boolean false
          private 'password' => string '' (length=0)
      private 'styles' => 
        array (size=0)
          empty
      private 'conditionalStylesCollection' => 
        array (size=0)
          empty
      private 'cellCollectionIsSorted' => boolean false
      private 'breaks' => 
        array (size=0)
          empty
      private 'mergeCells' => 
        array (size=1)
          'A18:E22' => string 'A18:E22' (length=7)
      private 'protectedCells' => 
        array (size=1)
          'A3:E13' => string '8053' (length=4)
      private 'autoFilter' => 
        object(PHPExcel_Worksheet_AutoFilter)[16]
          private 'workSheet' => 
            &object(PHPExcel_Worksheet)[5]
          private 'range' => null
          private 'columns' => 
            array (size=0)
              ...
      private 'freezePane' => string '' (length=0)
      private 'showGridlines' => boolean true
      private 'printGridlines' => boolean false
      private 'showRowColHeaders' => boolean true
      private 'showSummaryBelow' => boolean true
      private 'showSummaryRight' => boolean true
      private 'comments' => 
        array (size=3)
          'E11' => 
            object(PHPExcel_Comment)[138]
              ...
          'E12' => 
            object(PHPExcel_Comment)[150]
              ...
          'E13' => 
            object(PHPExcel_Comment)[162]
              ...
      private 'activeCell' => string 'E27' (length=3)
      private 'selectedCells' => string 'E27' (length=3)
      private 'cachedHighestColumn' => string 'I' (length=1)
      private 'cachedHighestRow' => int 28
      private 'rightToLeft' => boolean false
      private 'hyperlinkCollection' => 
        array (size=2)
          'E26' => 
            object(PHPExcel_Cell_Hyperlink)[969]
              ...
          'E27' => 
            object(PHPExcel_Cell_Hyperlink)[989]
              ...
      private 'dataValidationCollection' => 
        array (size=0)
          empty
      private 'tabColor' => null
      private 'dirty' => boolean true
      private 'hash' => string 'f14d89c698b0853de7405487abda9c1c' (length=32)
      private 'codeName' => string 'Worksheet' (length=9)
  protected 'coordinates' => string 'D24' (length=3)
  protected 'offsetX' => int 10
  protected 'offsetY' => int 0
  protected 'width' => float 157
  protected 'height' => int 36
  protected 'resizeProportional' => boolean true
  protected 'rotation' => int 0
  protected 'shadow' => 
    object(PHPExcel_Worksheet_Drawing_Shadow)[975]
      private 'visible' => boolean false
      private 'blurRadius' => int 6
      private 'distance' => int 2
      private 'direction' => int 0
      private 'alignment' => string 'br' (length=2)
      private 'color' => 
        object(PHPExcel_Style_Color)[977]
          protected 'argb' => string 'FF000000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      private 'alpha' => int 50
$objPHPExcel =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:345:
object(PHPExcel)[1]
  private 'uniqueID' => string '67d4efa3712bb' (length=13)
  private 'properties' => 
    object(PHPExcel_DocumentProperties)[17]
      private 'creator' => string 'Maarten Balliauw' (length=16)
      private 'lastModifiedBy' => string 'Maarten Balliauw' (length=16)
      private 'created' => int 1742008227
      private 'modified' => int 1742008227
      private 'title' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'description' => string 'Test document for Office 2007 XLSX, generated using PHP classes.' (length=64)
      private 'subject' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'keywords' => string 'office 2007 openxml php' (length=23)
      private 'category' => string 'Test result file' (length=16)
      private 'manager' => string '' (length=0)
      private 'company' => string 'Microsoft Corporation' (length=21)
      private 'customProperties' => 
        array (size=0)
          empty
  private 'security' => 
    object(PHPExcel_DocumentSecurity)[18]
      private 'lockRevision' => boolean false
      private 'lockStructure' => boolean false
      private 'lockWindows' => boolean false
      private 'revisionsPassword' => string '' (length=0)
      private 'workbookPassword' => string '' (length=0)
  private 'workSheetCollection' => 
    array (size=2)
      0 => 
        object(PHPExcel_Worksheet)[5]
          private 'parent' => 
            &object(PHPExcel)[1]
          private 'cellCollection' => 
            object(PHPExcel_CachedObjectStorage_Memory)[6]
              ...
          private 'rowDimensions' => 
            array (size=0)
              ...
          private 'defaultRowDimension' => 
            object(PHPExcel_Worksheet_RowDimension)[14]
              ...
          private 'columnDimensions' => 
            array (size=3)
              ...
          private 'defaultColumnDimension' => 
            object(PHPExcel_Worksheet_ColumnDimension)[15]
              ...
          private 'drawingCollection' => 
            object(ArrayObject)[11]
              ...
          private 'chartCollection' => 
            object(ArrayObject)[12]
              ...
          private 'title' => string 'Invoice' (length=7)
          private 'sheetState' => string 'visible' (length=7)
          private 'pageSetup' => 
            object(PHPExcel_Worksheet_PageSetup)[7]
              ...
          private 'pageMargins' => 
            object(PHPExcel_Worksheet_PageMargins)[8]
              ...
          private 'headerFooter' => 
            object(PHPExcel_Worksheet_HeaderFooter)[9]
              ...
          private 'sheetView' => 
            object(PHPExcel_Worksheet_SheetView)[10]
              ...
          private 'protection' => 
            object(PHPExcel_Worksheet_Protection)[13]
              ...
          private 'styles' => 
            array (size=0)
              ...
          private 'conditionalStylesCollection' => 
            array (size=0)
              ...
          private 'cellCollectionIsSorted' => boolean false
          private 'breaks' => 
            array (size=0)
              ...
          private 'mergeCells' => 
            array (size=1)
              ...
          private 'protectedCells' => 
            array (size=1)
              ...
          private 'autoFilter' => 
            object(PHPExcel_Worksheet_AutoFilter)[16]
              ...
          private 'freezePane' => string '' (length=0)
          private 'showGridlines' => boolean true
          private 'printGridlines' => boolean false
          private 'showRowColHeaders' => boolean true
          private 'showSummaryBelow' => boolean true
          private 'showSummaryRight' => boolean true
          private 'comments' => 
            array (size=3)
              ...
          private 'activeCell' => string 'E27' (length=3)
          private 'selectedCells' => string 'E27' (length=3)
          private 'cachedHighestColumn' => string 'I' (length=1)
          private 'cachedHighestRow' => int 28
          private 'rightToLeft' => boolean false
          private 'hyperlinkCollection' => 
            array (size=2)
              ...
          private 'dataValidationCollection' => 
            array (size=0)
              ...
          private 'tabColor' => null
          private 'dirty' => boolean true
          private 'hash' => string 'f14d89c698b0853de7405487abda9c1c' (length=32)
          private 'codeName' => string 'Worksheet' (length=9)
      1 => 
        object(PHPExcel_Worksheet)[1068]
          private 'parent' => 
            &object(PHPExcel)[1]
          private 'cellCollection' => 
            object(PHPExcel_CachedObjectStorage_Memory)[1073]
              ...
          private 'rowDimensions' => 
            array (size=0)
              ...
          private 'defaultRowDimension' => 
            object(PHPExcel_Worksheet_RowDimension)[572]
              ...
          private 'columnDimensions' => 
            array (size=0)
              ...
          private 'defaultColumnDimension' => 
            object(PHPExcel_Worksheet_ColumnDimension)[573]
              ...
          private 'drawingCollection' => 
            object(ArrayObject)[1043]
              ...
          private 'chartCollection' => 
            object(ArrayObject)[1038]
              ...
          private 'title' => string 'Worksheet' (length=9)
          private 'sheetState' => string 'visible' (length=7)
          private 'pageSetup' => 
            object(PHPExcel_Worksheet_PageSetup)[1063]
              ...
          private 'pageMargins' => 
            object(PHPExcel_Worksheet_PageMargins)[1058]
              ...
          private 'headerFooter' => 
            object(PHPExcel_Worksheet_HeaderFooter)[1053]
              ...
          private 'sheetView' => 
            object(PHPExcel_Worksheet_SheetView)[1048]
              ...
          private 'protection' => 
            object(PHPExcel_Worksheet_Protection)[571]
              ...
          private 'styles' => 
            array (size=0)
              ...
          private 'conditionalStylesCollection' => 
            array (size=0)
              ...
          private 'cellCollectionIsSorted' => boolean false
          private 'breaks' => 
            array (size=0)
              ...
          private 'mergeCells' => 
            array (size=0)
              ...
          private 'protectedCells' => 
            array (size=0)
              ...
          private 'autoFilter' => 
            object(PHPExcel_Worksheet_AutoFilter)[574]
              ...
          private 'freezePane' => string '' (length=0)
          private 'showGridlines' => boolean true
          private 'printGridlines' => boolean false
          private 'showRowColHeaders' => boolean true
          private 'showSummaryBelow' => boolean true
          private 'showSummaryRight' => boolean true
          private 'comments' => 
            array (size=0)
              ...
          private 'activeCell' => string 'A1' (length=2)
          private 'selectedCells' => string 'A1' (length=2)
          private 'cachedHighestColumn' => string 'A' (length=1)
          private 'cachedHighestRow' => int 1
          private 'rightToLeft' => boolean false
          private 'hyperlinkCollection' => 
            array (size=0)
              ...
          private 'dataValidationCollection' => 
            array (size=0)
              ...
          private 'tabColor' => null
          private 'dirty' => boolean true
          private 'hash' => null
          private 'codeName' => string 'Worksheet_1' (length=11)
  private 'calculationEngine' => 
    object(PHPExcel_Calculation)[2]
      private 'workbook' => 
        &object(PHPExcel)[1]
      private 'calculationCache' => 
        array (size=0)
          empty
      private 'calculationCacheEnabled' => boolean true
      private 'debugLog' => null
      public 'suppressFormulaErrors' => boolean false
      public 'formulaError' => null
      private 'cyclicReferenceStack' => 
        object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
          private 'stack' => 
            array (size=0)
              ...
      private 'cellStack' => 
        array (size=0)
          empty
      private 'cyclicFormulaCounter' => int 1
      private 'cyclicFormulaCell' => string '' (length=0)
      public 'cyclicFormulaCount' => int 1
      private 'delta' => float 1.0E-14
      public '_debugLog' => 
        object(PHPExcel_CalcEngine_Logger)[4]
          private 'writeDebugLog' => boolean false
          private 'echoDebugLog' => boolean false
          private 'debugLog' => 
            array (size=0)
              ...
          private 'cellStack' => 
            object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
              ...
  private 'activeSheetIndex' => int 0
  private 'namedRanges' => 
    array (size=0)
      empty
  private 'cellXfSupervisor' => 
    object(PHPExcel_Style)[19]
      protected 'font' => 
        object(PHPExcel_Style_Font)[20]
          protected 'name' => string 'Calibri' (length=7)
          protected 'size' => int 11
          protected 'bold' => boolean false
          protected 'italic' => boolean false
          protected 'superScript' => boolean false
          protected 'subScript' => boolean false
          protected 'underline' => string 'none' (length=4)
          protected 'strikethrough' => boolean false
          protected 'color' => 
            object(PHPExcel_Style_Color)[21]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'fill' => 
        object(PHPExcel_Style_Fill)[22]
          protected 'fillType' => string 'none' (length=4)
          protected 'rotation' => int 0
          protected 'startColor' => 
            object(PHPExcel_Style_Color)[23]
              ...
          protected 'endColor' => 
            object(PHPExcel_Style_Color)[24]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'borders' => 
        object(PHPExcel_Style_Borders)[25]
          protected 'left' => 
            object(PHPExcel_Style_Border)[26]
              ...
          protected 'right' => 
            object(PHPExcel_Style_Border)[28]
              ...
          protected 'top' => 
            object(PHPExcel_Style_Border)[30]
              ...
          protected 'bottom' => 
            object(PHPExcel_Style_Border)[32]
              ...
          protected 'diagonal' => 
            object(PHPExcel_Style_Border)[34]
              ...
          protected 'diagonalDirection' => int 0
          protected 'allBorders' => 
            object(PHPExcel_Style_Border)[36]
              ...
          protected 'outline' => 
            object(PHPExcel_Style_Border)[38]
              ...
          protected 'inside' => 
            object(PHPExcel_Style_Border)[40]
              ...
          protected 'vertical' => 
            object(PHPExcel_Style_Border)[42]
              ...
          protected 'horizontal' => 
            object(PHPExcel_Style_Border)[44]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'alignment' => 
        object(PHPExcel_Style_Alignment)[46]
          protected 'horizontal' => string 'general' (length=7)
          protected 'vertical' => string 'bottom' (length=6)
          protected 'textRotation' => int 0
          protected 'wrapText' => boolean false
          protected 'shrinkToFit' => boolean false
          protected 'indent' => int 0
          protected 'readorder' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'numberFormat' => 
        object(PHPExcel_Style_NumberFormat)[47]
          protected 'formatCode' => string 'General' (length=7)
          protected 'builtInFormatCode' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'conditionalStyles' => 
        array (size=0)
          empty
      protected 'protection' => 
        object(PHPExcel_Style_Protection)[48]
          protected 'locked' => string 'inherit' (length=7)
          protected 'hidden' => string 'inherit' (length=7)
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'index' => null
      protected 'quotePrefix' => boolean false
      protected 'isSupervisor' => boolean true
      protected 'parent' => 
        &object(PHPExcel)[1]
  private 'cellXfCollection' => 
    array (size=40)
      0 => 
        object(PHPExcel_Style)[49]
          protected 'font' => 
            object(PHPExcel_Style_Font)[50]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[52]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[55]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[66]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[67]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[68]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      1 => 
        object(PHPExcel_Style)[92]
          protected 'font' => 
            object(PHPExcel_Style_Font)[93]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[95]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[98]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[109]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[110]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[111]
              ...
          protected 'index' => int 1
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      2 => 
        object(PHPExcel_Style)[183]
          protected 'font' => 
            object(PHPExcel_Style_Font)[184]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[186]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[189]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[200]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[201]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[202]
              ...
          protected 'index' => int 2
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      3 => 
        object(PHPExcel_Style)[206]
          protected 'font' => 
            object(PHPExcel_Style_Font)[207]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[209]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[212]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[223]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[224]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[225]
              ...
          protected 'index' => int 3
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      4 => 
        object(PHPExcel_Style)[226]
          protected 'font' => 
            object(PHPExcel_Style_Font)[227]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[229]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[232]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[243]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[244]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[245]
              ...
          protected 'index' => int 4
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      5 => 
        object(PHPExcel_Style)[246]
          protected 'font' => 
            object(PHPExcel_Style_Font)[247]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[249]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[252]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[263]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[264]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[265]
              ...
          protected 'index' => int 5
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      6 => 
        object(PHPExcel_Style)[266]
          protected 'font' => 
            object(PHPExcel_Style_Font)[267]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[269]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[272]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[283]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[284]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[285]
              ...
          protected 'index' => int 6
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      7 => 
        object(PHPExcel_Style)[286]
          protected 'font' => 
            object(PHPExcel_Style_Font)[287]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[289]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[292]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[303]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[304]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[305]
              ...
          protected 'index' => int 7
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      8 => 
        object(PHPExcel_Style)[306]
          protected 'font' => 
            object(PHPExcel_Style_Font)[307]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[309]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[312]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[323]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[324]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[325]
              ...
          protected 'index' => int 8
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      9 => 
        object(PHPExcel_Style)[326]
          protected 'font' => 
            object(PHPExcel_Style_Font)[327]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[329]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[332]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[343]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[344]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[345]
              ...
          protected 'index' => int 9
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      10 => 
        object(PHPExcel_Style)[346]
          protected 'font' => 
            object(PHPExcel_Style_Font)[347]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[349]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[352]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[363]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[364]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[365]
              ...
          protected 'index' => int 10
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      11 => 
        object(PHPExcel_Style)[366]
          protected 'font' => 
            object(PHPExcel_Style_Font)[367]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[369]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[372]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[383]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[384]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[385]
              ...
          protected 'index' => int 11
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      12 => 
        object(PHPExcel_Style)[386]
          protected 'font' => 
            object(PHPExcel_Style_Font)[387]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[389]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[392]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[403]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[404]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[405]
              ...
          protected 'index' => int 12
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      13 => 
        object(PHPExcel_Style)[406]
          protected 'font' => 
            object(PHPExcel_Style_Font)[425]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[423]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[422]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[410]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[407]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[408]
              ...
          protected 'index' => int 13
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      14 => 
        object(PHPExcel_Style)[426]
          protected 'font' => 
            object(PHPExcel_Style_Font)[427]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[429]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[432]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[443]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[444]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[445]
              ...
          protected 'index' => int 14
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      15 => 
        object(PHPExcel_Style)[446]
          protected 'font' => 
            object(PHPExcel_Style_Font)[447]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[449]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[452]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[463]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[464]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[465]
              ...
          protected 'index' => int 15
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      16 => 
        object(PHPExcel_Style)[466]
          protected 'font' => 
            object(PHPExcel_Style_Font)[467]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[469]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[472]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[483]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[484]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[485]
              ...
          protected 'index' => int 16
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      17 => 
        object(PHPExcel_Style)[486]
          protected 'font' => 
            object(PHPExcel_Style_Font)[487]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[489]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[492]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[503]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[504]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[505]
              ...
          protected 'index' => int 17
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      18 => 
        object(PHPExcel_Style)[510]
          protected 'font' => 
            object(PHPExcel_Style_Font)[511]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[513]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[516]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[527]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[528]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[529]
              ...
          protected 'index' => int 18
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      19 => 
        object(PHPExcel_Style)[531]
          protected 'font' => 
            object(PHPExcel_Style_Font)[532]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[534]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[537]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[548]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[549]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[550]
              ...
          protected 'index' => int 19
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      20 => 
        object(PHPExcel_Style)[551]
          protected 'font' => 
            object(PHPExcel_Style_Font)[552]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[554]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[557]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[568]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[569]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[570]
              ...
          protected 'index' => int 20
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      21 => 
        object(PHPExcel_Style)[620]
          protected 'font' => 
            object(PHPExcel_Style_Font)[609]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[619]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[614]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[583]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[602]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[601]
              ...
          protected 'index' => int 21
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      22 => 
        object(PHPExcel_Style)[600]
          protected 'font' => 
            object(PHPExcel_Style_Font)[589]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[599]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[594]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[623]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[624]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[625]
              ...
          protected 'index' => int 22
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      23 => 
        object(PHPExcel_Style)[626]
          protected 'font' => 
            object(PHPExcel_Style_Font)[627]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[629]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[632]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[643]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[644]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[645]
              ...
          protected 'index' => int 23
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      24 => 
        object(PHPExcel_Style)[646]
          protected 'font' => 
            object(PHPExcel_Style_Font)[647]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[649]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[652]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[663]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[664]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[665]
              ...
          protected 'index' => int 24
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      25 => 
        object(PHPExcel_Style)[666]
          protected 'font' => 
            object(PHPExcel_Style_Font)[667]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[669]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[672]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[683]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[684]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[685]
              ...
          protected 'index' => int 25
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      26 => 
        object(PHPExcel_Style)[686]
          protected 'font' => 
            object(PHPExcel_Style_Font)[687]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[689]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[692]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[703]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[704]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[705]
              ...
          protected 'index' => int 26
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      27 => 
        object(PHPExcel_Style)[708]
          protected 'font' => 
            object(PHPExcel_Style_Font)[709]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[711]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[714]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[725]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[726]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[727]
              ...
          protected 'index' => int 27
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      28 => 
        object(PHPExcel_Style)[728]
          protected 'font' => 
            object(PHPExcel_Style_Font)[729]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[731]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[734]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[745]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[746]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[747]
              ...
          protected 'index' => int 28
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      29 => 
        object(PHPExcel_Style)[748]
          protected 'font' => 
            object(PHPExcel_Style_Font)[749]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[751]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[754]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[765]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[766]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[767]
              ...
          protected 'index' => int 29
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      30 => 
        object(PHPExcel_Style)[768]
          protected 'font' => 
            object(PHPExcel_Style_Font)[769]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[771]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[774]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[785]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[786]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[787]
              ...
          protected 'index' => int 30
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      31 => 
        object(PHPExcel_Style)[788]
          protected 'font' => 
            object(PHPExcel_Style_Font)[789]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[791]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[794]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[805]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[806]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[807]
              ...
          protected 'index' => int 31
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      32 => 
        object(PHPExcel_Style)[808]
          protected 'font' => 
            object(PHPExcel_Style_Font)[809]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[811]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[814]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[825]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[826]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[827]
              ...
          protected 'index' => int 32
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      33 => 
        object(PHPExcel_Style)[828]
          protected 'font' => 
            object(PHPExcel_Style_Font)[829]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[831]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[834]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[845]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[846]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[847]
              ...
          protected 'index' => int 33
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      34 => 
        object(PHPExcel_Style)[848]
          protected 'font' => 
            object(PHPExcel_Style_Font)[849]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[851]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[854]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[865]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[866]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[867]
              ...
          protected 'index' => int 34
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      35 => 
        object(PHPExcel_Style)[868]
          protected 'font' => 
            object(PHPExcel_Style_Font)[869]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[871]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[874]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[885]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[886]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[887]
              ...
          protected 'index' => int 35
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      36 => 
        object(PHPExcel_Style)[888]
          protected 'font' => 
            object(PHPExcel_Style_Font)[890]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[892]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[893]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[894]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[907]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[906]
              ...
          protected 'index' => int 36
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      37 => 
        object(PHPExcel_Style)[908]
          protected 'font' => 
            object(PHPExcel_Style_Font)[909]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[911]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[914]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[925]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[926]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[927]
              ...
          protected 'index' => int 37
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      38 => 
        object(PHPExcel_Style)[928]
          protected 'font' => 
            object(PHPExcel_Style_Font)[929]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[931]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[934]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[945]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[946]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[947]
              ...
          protected 'index' => int 38
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      39 => 
        object(PHPExcel_Style)[948]
          protected 'font' => 
            object(PHPExcel_Style_Font)[949]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[951]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[954]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[965]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[966]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[967]
              ...
          protected 'index' => int 39
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'cellStyleXfCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Style)[69]
          protected 'font' => 
            object(PHPExcel_Style_Font)[70]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[72]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[75]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[86]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[87]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[88]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'hasMacros' => boolean false
  private 'macrosCode' => null
  private 'macrosCertificate' => null
  private 'ribbonXMLData' => null
  private 'ribbonBinObjects' => null
$objPayable =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:345:
object(PHPExcel_RichText_Run)[176]
  private 'font' => 
    object(PHPExcel_Style_Font)[177]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean true
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[179]
          protected 'argb' => string 'FF008000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
$objRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:345:
object(PHPExcel_RichText)[174]
  private 'richTextElements' => 
    array (size=3)
      0 => 
        object(PHPExcel_RichText_TextElement)[175]
          private 'text' => string 'This invoice is ' (length=16)
      1 => 
        object(PHPExcel_RichText_Run)[176]
          private 'font' => 
            object(PHPExcel_Style_Font)[177]
              ...
          private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
      2 => 
        object(PHPExcel_RichText_TextElement)[178]
          private 'text' => string ', unless specified otherwise on the invoice.' (length=44)
$sLloremIpsum =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:345:string 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Vivamus eget ante. Sed cursus nunc semper tortor. Aliquam luctus purus non elit. Fusce vel elit commodo sapien dignissim dignissim. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Curabitur accumsan magna sed massa. Nullam bibendum quam ac ipsum. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Proin augue. Praesent malesuada justo sed orci. Pellentesque lacus ligula, sodales quis, ultricies a, u'... (length=835)
$styleThickBrownBorderOutline =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:345:
array (size=1)
  'borders' => 
    array (size=1)
      'outline' => 
        array (size=2)
          'style' => string 'thick' (length=5)
          'color' => 
            array (size=1)
              ...
$styleThinBlackBorderOutline =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:345:
array (size=1)
  'borders' => 
    array (size=1)
      'outline' => 
        array (size=2)
          'style' => string 'thin' (length=4)
          'color' => 
            array (size=1)
              ...
EOL03:10:29 Set the worksheet tab color
( ! ) Warning: Use of undefined constant EOL - assumed 'EOL' (this will throw an Error in a future version of PHP) in C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php on line 354
Call Stack
#TimeMemoryFunctionLocation
10.0020532768{main}( )...\05featuredemo.inc.php:0
Variables in local scope (#1)
$objCommentRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:354:
object(PHPExcel_RichText_Run)[165]
  private 'font' => 
    object(PHPExcel_Style_Font)[166]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean false
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[167]
          protected 'argb' => string 'FF000000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'PHPExcel:' (length=9)
$objDrawing =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:354:
object(PHPExcel_Worksheet_Drawing)[973]
  private 'path' => string './images/phpexcel_logo.gif' (length=26)
  private 'imageIndex' (PHPExcel_Worksheet_BaseDrawing) => int 3
  protected 'name' => string 'PHPExcel logo' (length=13)
  protected 'description' => string 'PHPExcel logo' (length=13)
  protected 'worksheet' => 
    object(PHPExcel_Worksheet)[5]
      private 'parent' => 
        object(PHPExcel)[1]
          private 'uniqueID' => string '67d4efa3712bb' (length=13)
          private 'properties' => 
            object(PHPExcel_DocumentProperties)[17]
              ...
          private 'security' => 
            object(PHPExcel_DocumentSecurity)[18]
              ...
          private 'workSheetCollection' => 
            array (size=2)
              ...
          private 'calculationEngine' => 
            object(PHPExcel_Calculation)[2]
              ...
          private 'activeSheetIndex' => int 1
          private 'namedRanges' => 
            array (size=0)
              ...
          private 'cellXfSupervisor' => 
            object(PHPExcel_Style)[19]
              ...
          private 'cellXfCollection' => 
            array (size=40)
              ...
          private 'cellStyleXfCollection' => 
            array (size=1)
              ...
          private 'hasMacros' => boolean false
          private 'macrosCode' => null
          private 'macrosCertificate' => null
          private 'ribbonXMLData' => null
          private 'ribbonBinObjects' => null
      private 'cellCollection' => 
        object(PHPExcel_CachedObjectStorage_Memory)[6]
          protected 'parent' => 
            &object(PHPExcel_Worksheet)[5]
          protected 'currentObject' => null
          protected 'currentObjectID' => string 'E27' (length=3)
          protected 'currentCellIsDirty' => boolean false
          protected 'cellCache' => 
            array (size=76)
              ...
      private 'rowDimensions' => 
        array (size=0)
          empty
      private 'defaultRowDimension' => 
        object(PHPExcel_Worksheet_RowDimension)[14]
          private 'rowIndex' => null
          private 'height' => int -1
          private 'zeroHeight' => boolean false
          private 'visible' (PHPExcel_Worksheet_Dimension) => boolean true
          private 'outlineLevel' (PHPExcel_Worksheet_Dimension) => int 0
          private 'collapsed' (PHPExcel_Worksheet_Dimension) => boolean false
          private 'xfIndex' (PHPExcel_Worksheet_Dimension) => null
      private 'columnDimensions' => 
        array (size=3)
          'B' => 
            object(PHPExcel_Worksheet_ColumnDimension)[203]
              ...
          'D' => 
            object(PHPExcel_Worksheet_ColumnDimension)[204]
              ...
          'E' => 
            object(PHPExcel_Worksheet_ColumnDimension)[205]
              ...
      private 'defaultColumnDimension' => 
        object(PHPExcel_Worksheet_ColumnDimension)[15]
          private 'columnIndex' => null
          private 'width' => int -1
          private 'autoSize' => boolean false
          private 'visible' (PHPExcel_Worksheet_Dimension) => boolean true
          private 'outlineLevel' (PHPExcel_Worksheet_Dimension) => int 0
          private 'collapsed' (PHPExcel_Worksheet_Dimension) => boolean false
          private 'xfIndex' (PHPExcel_Worksheet_Dimension) => int 0
      private 'drawingCollection' => 
        object(ArrayObject)[11]
          private 'storage' => 
            array (size=3)
              ...
      private 'chartCollection' => 
        object(ArrayObject)[12]
          private 'storage' => 
            array (size=0)
              ...
      private 'title' => string 'Invoice' (length=7)
      private 'sheetState' => string 'visible' (length=7)
      private 'pageSetup' => 
        object(PHPExcel_Worksheet_PageSetup)[7]
          private 'paperSize' => int 9
          private 'orientation' => string 'portrait' (length=8)
          private 'scale' => int 100
          private 'fitToPage' => boolean false
          private 'fitToHeight' => int 1
          private 'fitToWidth' => int 1
          private 'columnsToRepeatAtLeft' => 
            array (size=2)
              ...
          private 'rowsToRepeatAtTop' => 
            array (size=2)
              ...
          private 'horizontalCentered' => boolean false
          private 'verticalCentered' => boolean false
          private 'printArea' => null
          private 'firstPageNumber' => null
      private 'pageMargins' => 
        object(PHPExcel_Worksheet_PageMargins)[8]
          private 'left' => float 0.7
          private 'right' => float 0.7
          private 'top' => float 0.75
          private 'bottom' => float 0.75
          private 'header' => float 0.3
          private 'footer' => float 0.3
      private 'headerFooter' => 
        object(PHPExcel_Worksheet_HeaderFooter)[9]
          private 'oddHeader' => string '&L&BInvoice&RPrinted on &D' (length=26)
          private 'oddFooter' => string '&L&BOffice 2007 XLSX Test Document&RPage &P of &N' (length=49)
          private 'evenHeader' => string '' (length=0)
          private 'evenFooter' => string '' (length=0)
          private 'firstHeader' => string '' (length=0)
          private 'firstFooter' => string '' (length=0)
          private 'differentOddEven' => boolean false
          private 'differentFirst' => boolean false
          private 'scaleWithDocument' => boolean true
          private 'alignWithMargins' => boolean true
          private 'headerFooterImages' => 
            array (size=0)
              ...
      private 'sheetView' => 
        object(PHPExcel_Worksheet_SheetView)[10]
          private 'zoomScale' => int 100
          private 'zoomScaleNormal' => int 100
          private 'sheetviewType' => string 'normal' (length=6)
      private 'protection' => 
        object(PHPExcel_Worksheet_Protection)[13]
          private 'sheet' => boolean true
          private 'objects' => boolean false
          private 'scenarios' => boolean false
          private 'formatCells' => boolean false
          private 'formatColumns' => boolean false
          private 'formatRows' => boolean false
          private 'insertColumns' => boolean false
          private 'insertRows' => boolean false
          private 'insertHyperlinks' => boolean false
          private 'deleteColumns' => boolean false
          private 'deleteRows' => boolean false
          private 'selectLockedCells' => boolean false
          private 'sort' => boolean false
          private 'autoFilter' => boolean false
          private 'pivotTables' => boolean false
          private 'selectUnlockedCells' => boolean false
          private 'password' => string '' (length=0)
      private 'styles' => 
        array (size=0)
          empty
      private 'conditionalStylesCollection' => 
        array (size=0)
          empty
      private 'cellCollectionIsSorted' => boolean false
      private 'breaks' => 
        array (size=0)
          empty
      private 'mergeCells' => 
        array (size=1)
          'A18:E22' => string 'A18:E22' (length=7)
      private 'protectedCells' => 
        array (size=1)
          'A3:E13' => string '8053' (length=4)
      private 'autoFilter' => 
        object(PHPExcel_Worksheet_AutoFilter)[16]
          private 'workSheet' => 
            &object(PHPExcel_Worksheet)[5]
          private 'range' => null
          private 'columns' => 
            array (size=0)
              ...
      private 'freezePane' => string '' (length=0)
      private 'showGridlines' => boolean true
      private 'printGridlines' => boolean false
      private 'showRowColHeaders' => boolean true
      private 'showSummaryBelow' => boolean true
      private 'showSummaryRight' => boolean true
      private 'comments' => 
        array (size=3)
          'E11' => 
            object(PHPExcel_Comment)[138]
              ...
          'E12' => 
            object(PHPExcel_Comment)[150]
              ...
          'E13' => 
            object(PHPExcel_Comment)[162]
              ...
      private 'activeCell' => string 'E27' (length=3)
      private 'selectedCells' => string 'E27' (length=3)
      private 'cachedHighestColumn' => string 'I' (length=1)
      private 'cachedHighestRow' => int 28
      private 'rightToLeft' => boolean false
      private 'hyperlinkCollection' => 
        array (size=2)
          'E26' => 
            object(PHPExcel_Cell_Hyperlink)[969]
              ...
          'E27' => 
            object(PHPExcel_Cell_Hyperlink)[989]
              ...
      private 'dataValidationCollection' => 
        array (size=0)
          empty
      private 'tabColor' => null
      private 'dirty' => boolean true
      private 'hash' => string 'f14d89c698b0853de7405487abda9c1c' (length=32)
      private 'codeName' => string 'Worksheet' (length=9)
  protected 'coordinates' => string 'D24' (length=3)
  protected 'offsetX' => int 10
  protected 'offsetY' => int 0
  protected 'width' => float 157
  protected 'height' => int 36
  protected 'resizeProportional' => boolean true
  protected 'rotation' => int 0
  protected 'shadow' => 
    object(PHPExcel_Worksheet_Drawing_Shadow)[975]
      private 'visible' => boolean false
      private 'blurRadius' => int 6
      private 'distance' => int 2
      private 'direction' => int 0
      private 'alignment' => string 'br' (length=2)
      private 'color' => 
        object(PHPExcel_Style_Color)[977]
          protected 'argb' => string 'FF000000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      private 'alpha' => int 50
$objPHPExcel =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:354:
object(PHPExcel)[1]
  private 'uniqueID' => string '67d4efa3712bb' (length=13)
  private 'properties' => 
    object(PHPExcel_DocumentProperties)[17]
      private 'creator' => string 'Maarten Balliauw' (length=16)
      private 'lastModifiedBy' => string 'Maarten Balliauw' (length=16)
      private 'created' => int 1742008227
      private 'modified' => int 1742008227
      private 'title' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'description' => string 'Test document for Office 2007 XLSX, generated using PHP classes.' (length=64)
      private 'subject' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'keywords' => string 'office 2007 openxml php' (length=23)
      private 'category' => string 'Test result file' (length=16)
      private 'manager' => string '' (length=0)
      private 'company' => string 'Microsoft Corporation' (length=21)
      private 'customProperties' => 
        array (size=0)
          empty
  private 'security' => 
    object(PHPExcel_DocumentSecurity)[18]
      private 'lockRevision' => boolean false
      private 'lockStructure' => boolean false
      private 'lockWindows' => boolean false
      private 'revisionsPassword' => string '' (length=0)
      private 'workbookPassword' => string '' (length=0)
  private 'workSheetCollection' => 
    array (size=2)
      0 => 
        object(PHPExcel_Worksheet)[5]
          private 'parent' => 
            &object(PHPExcel)[1]
          private 'cellCollection' => 
            object(PHPExcel_CachedObjectStorage_Memory)[6]
              ...
          private 'rowDimensions' => 
            array (size=0)
              ...
          private 'defaultRowDimension' => 
            object(PHPExcel_Worksheet_RowDimension)[14]
              ...
          private 'columnDimensions' => 
            array (size=3)
              ...
          private 'defaultColumnDimension' => 
            object(PHPExcel_Worksheet_ColumnDimension)[15]
              ...
          private 'drawingCollection' => 
            object(ArrayObject)[11]
              ...
          private 'chartCollection' => 
            object(ArrayObject)[12]
              ...
          private 'title' => string 'Invoice' (length=7)
          private 'sheetState' => string 'visible' (length=7)
          private 'pageSetup' => 
            object(PHPExcel_Worksheet_PageSetup)[7]
              ...
          private 'pageMargins' => 
            object(PHPExcel_Worksheet_PageMargins)[8]
              ...
          private 'headerFooter' => 
            object(PHPExcel_Worksheet_HeaderFooter)[9]
              ...
          private 'sheetView' => 
            object(PHPExcel_Worksheet_SheetView)[10]
              ...
          private 'protection' => 
            object(PHPExcel_Worksheet_Protection)[13]
              ...
          private 'styles' => 
            array (size=0)
              ...
          private 'conditionalStylesCollection' => 
            array (size=0)
              ...
          private 'cellCollectionIsSorted' => boolean false
          private 'breaks' => 
            array (size=0)
              ...
          private 'mergeCells' => 
            array (size=1)
              ...
          private 'protectedCells' => 
            array (size=1)
              ...
          private 'autoFilter' => 
            object(PHPExcel_Worksheet_AutoFilter)[16]
              ...
          private 'freezePane' => string '' (length=0)
          private 'showGridlines' => boolean true
          private 'printGridlines' => boolean false
          private 'showRowColHeaders' => boolean true
          private 'showSummaryBelow' => boolean true
          private 'showSummaryRight' => boolean true
          private 'comments' => 
            array (size=3)
              ...
          private 'activeCell' => string 'E27' (length=3)
          private 'selectedCells' => string 'E27' (length=3)
          private 'cachedHighestColumn' => string 'I' (length=1)
          private 'cachedHighestRow' => int 28
          private 'rightToLeft' => boolean false
          private 'hyperlinkCollection' => 
            array (size=2)
              ...
          private 'dataValidationCollection' => 
            array (size=0)
              ...
          private 'tabColor' => null
          private 'dirty' => boolean true
          private 'hash' => string 'f14d89c698b0853de7405487abda9c1c' (length=32)
          private 'codeName' => string 'Worksheet' (length=9)
      1 => 
        object(PHPExcel_Worksheet)[1068]
          private 'parent' => 
            &object(PHPExcel)[1]
          private 'cellCollection' => 
            object(PHPExcel_CachedObjectStorage_Memory)[1073]
              ...
          private 'rowDimensions' => 
            array (size=0)
              ...
          private 'defaultRowDimension' => 
            object(PHPExcel_Worksheet_RowDimension)[572]
              ...
          private 'columnDimensions' => 
            array (size=0)
              ...
          private 'defaultColumnDimension' => 
            object(PHPExcel_Worksheet_ColumnDimension)[573]
              ...
          private 'drawingCollection' => 
            object(ArrayObject)[1043]
              ...
          private 'chartCollection' => 
            object(ArrayObject)[1038]
              ...
          private 'title' => string 'Worksheet' (length=9)
          private 'sheetState' => string 'visible' (length=7)
          private 'pageSetup' => 
            object(PHPExcel_Worksheet_PageSetup)[1063]
              ...
          private 'pageMargins' => 
            object(PHPExcel_Worksheet_PageMargins)[1058]
              ...
          private 'headerFooter' => 
            object(PHPExcel_Worksheet_HeaderFooter)[1053]
              ...
          private 'sheetView' => 
            object(PHPExcel_Worksheet_SheetView)[1048]
              ...
          private 'protection' => 
            object(PHPExcel_Worksheet_Protection)[571]
              ...
          private 'styles' => 
            array (size=0)
              ...
          private 'conditionalStylesCollection' => 
            array (size=0)
              ...
          private 'cellCollectionIsSorted' => boolean false
          private 'breaks' => 
            array (size=0)
              ...
          private 'mergeCells' => 
            array (size=0)
              ...
          private 'protectedCells' => 
            array (size=0)
              ...
          private 'autoFilter' => 
            object(PHPExcel_Worksheet_AutoFilter)[574]
              ...
          private 'freezePane' => string '' (length=0)
          private 'showGridlines' => boolean true
          private 'printGridlines' => boolean false
          private 'showRowColHeaders' => boolean true
          private 'showSummaryBelow' => boolean true
          private 'showSummaryRight' => boolean true
          private 'comments' => 
            array (size=0)
              ...
          private 'activeCell' => string 'A1' (length=2)
          private 'selectedCells' => string 'A1' (length=2)
          private 'cachedHighestColumn' => string 'A' (length=1)
          private 'cachedHighestRow' => string '6' (length=1)
          private 'rightToLeft' => boolean false
          private 'hyperlinkCollection' => 
            array (size=0)
              ...
          private 'dataValidationCollection' => 
            array (size=0)
              ...
          private 'tabColor' => null
          private 'dirty' => boolean true
          private 'hash' => null
          private 'codeName' => string 'Worksheet_1' (length=11)
  private 'calculationEngine' => 
    object(PHPExcel_Calculation)[2]
      private 'workbook' => 
        &object(PHPExcel)[1]
      private 'calculationCache' => 
        array (size=0)
          empty
      private 'calculationCacheEnabled' => boolean true
      private 'debugLog' => null
      public 'suppressFormulaErrors' => boolean false
      public 'formulaError' => null
      private 'cyclicReferenceStack' => 
        object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
          private 'stack' => 
            array (size=0)
              ...
      private 'cellStack' => 
        array (size=0)
          empty
      private 'cyclicFormulaCounter' => int 1
      private 'cyclicFormulaCell' => string '' (length=0)
      public 'cyclicFormulaCount' => int 1
      private 'delta' => float 1.0E-14
      public '_debugLog' => 
        object(PHPExcel_CalcEngine_Logger)[4]
          private 'writeDebugLog' => boolean false
          private 'echoDebugLog' => boolean false
          private 'debugLog' => 
            array (size=0)
              ...
          private 'cellStack' => 
            object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
              ...
  private 'activeSheetIndex' => int 1
  private 'namedRanges' => 
    array (size=0)
      empty
  private 'cellXfSupervisor' => 
    object(PHPExcel_Style)[19]
      protected 'font' => 
        object(PHPExcel_Style_Font)[20]
          protected 'name' => string 'Calibri' (length=7)
          protected 'size' => int 11
          protected 'bold' => boolean false
          protected 'italic' => boolean false
          protected 'superScript' => boolean false
          protected 'subScript' => boolean false
          protected 'underline' => string 'none' (length=4)
          protected 'strikethrough' => boolean false
          protected 'color' => 
            object(PHPExcel_Style_Color)[21]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'fill' => 
        object(PHPExcel_Style_Fill)[22]
          protected 'fillType' => string 'none' (length=4)
          protected 'rotation' => int 0
          protected 'startColor' => 
            object(PHPExcel_Style_Color)[23]
              ...
          protected 'endColor' => 
            object(PHPExcel_Style_Color)[24]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'borders' => 
        object(PHPExcel_Style_Borders)[25]
          protected 'left' => 
            object(PHPExcel_Style_Border)[26]
              ...
          protected 'right' => 
            object(PHPExcel_Style_Border)[28]
              ...
          protected 'top' => 
            object(PHPExcel_Style_Border)[30]
              ...
          protected 'bottom' => 
            object(PHPExcel_Style_Border)[32]
              ...
          protected 'diagonal' => 
            object(PHPExcel_Style_Border)[34]
              ...
          protected 'diagonalDirection' => int 0
          protected 'allBorders' => 
            object(PHPExcel_Style_Border)[36]
              ...
          protected 'outline' => 
            object(PHPExcel_Style_Border)[38]
              ...
          protected 'inside' => 
            object(PHPExcel_Style_Border)[40]
              ...
          protected 'vertical' => 
            object(PHPExcel_Style_Border)[42]
              ...
          protected 'horizontal' => 
            object(PHPExcel_Style_Border)[44]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'alignment' => 
        object(PHPExcel_Style_Alignment)[46]
          protected 'horizontal' => string 'general' (length=7)
          protected 'vertical' => string 'bottom' (length=6)
          protected 'textRotation' => int 0
          protected 'wrapText' => boolean false
          protected 'shrinkToFit' => boolean false
          protected 'indent' => int 0
          protected 'readorder' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'numberFormat' => 
        object(PHPExcel_Style_NumberFormat)[47]
          protected 'formatCode' => string 'General' (length=7)
          protected 'builtInFormatCode' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'conditionalStyles' => 
        array (size=0)
          empty
      protected 'protection' => 
        object(PHPExcel_Style_Protection)[48]
          protected 'locked' => string 'inherit' (length=7)
          protected 'hidden' => string 'inherit' (length=7)
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'index' => null
      protected 'quotePrefix' => boolean false
      protected 'isSupervisor' => boolean true
      protected 'parent' => 
        &object(PHPExcel)[1]
  private 'cellXfCollection' => 
    array (size=40)
      0 => 
        object(PHPExcel_Style)[49]
          protected 'font' => 
            object(PHPExcel_Style_Font)[50]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[52]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[55]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[66]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[67]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[68]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      1 => 
        object(PHPExcel_Style)[92]
          protected 'font' => 
            object(PHPExcel_Style_Font)[93]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[95]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[98]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[109]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[110]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[111]
              ...
          protected 'index' => int 1
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      2 => 
        object(PHPExcel_Style)[183]
          protected 'font' => 
            object(PHPExcel_Style_Font)[184]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[186]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[189]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[200]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[201]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[202]
              ...
          protected 'index' => int 2
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      3 => 
        object(PHPExcel_Style)[206]
          protected 'font' => 
            object(PHPExcel_Style_Font)[207]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[209]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[212]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[223]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[224]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[225]
              ...
          protected 'index' => int 3
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      4 => 
        object(PHPExcel_Style)[226]
          protected 'font' => 
            object(PHPExcel_Style_Font)[227]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[229]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[232]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[243]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[244]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[245]
              ...
          protected 'index' => int 4
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      5 => 
        object(PHPExcel_Style)[246]
          protected 'font' => 
            object(PHPExcel_Style_Font)[247]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[249]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[252]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[263]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[264]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[265]
              ...
          protected 'index' => int 5
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      6 => 
        object(PHPExcel_Style)[266]
          protected 'font' => 
            object(PHPExcel_Style_Font)[267]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[269]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[272]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[283]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[284]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[285]
              ...
          protected 'index' => int 6
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      7 => 
        object(PHPExcel_Style)[286]
          protected 'font' => 
            object(PHPExcel_Style_Font)[287]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[289]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[292]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[303]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[304]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[305]
              ...
          protected 'index' => int 7
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      8 => 
        object(PHPExcel_Style)[306]
          protected 'font' => 
            object(PHPExcel_Style_Font)[307]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[309]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[312]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[323]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[324]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[325]
              ...
          protected 'index' => int 8
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      9 => 
        object(PHPExcel_Style)[326]
          protected 'font' => 
            object(PHPExcel_Style_Font)[327]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[329]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[332]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[343]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[344]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[345]
              ...
          protected 'index' => int 9
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      10 => 
        object(PHPExcel_Style)[346]
          protected 'font' => 
            object(PHPExcel_Style_Font)[347]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[349]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[352]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[363]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[364]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[365]
              ...
          protected 'index' => int 10
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      11 => 
        object(PHPExcel_Style)[366]
          protected 'font' => 
            object(PHPExcel_Style_Font)[367]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[369]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[372]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[383]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[384]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[385]
              ...
          protected 'index' => int 11
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      12 => 
        object(PHPExcel_Style)[386]
          protected 'font' => 
            object(PHPExcel_Style_Font)[387]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[389]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[392]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[403]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[404]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[405]
              ...
          protected 'index' => int 12
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      13 => 
        object(PHPExcel_Style)[406]
          protected 'font' => 
            object(PHPExcel_Style_Font)[425]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[423]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[422]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[410]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[407]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[408]
              ...
          protected 'index' => int 13
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      14 => 
        object(PHPExcel_Style)[426]
          protected 'font' => 
            object(PHPExcel_Style_Font)[427]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[429]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[432]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[443]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[444]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[445]
              ...
          protected 'index' => int 14
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      15 => 
        object(PHPExcel_Style)[446]
          protected 'font' => 
            object(PHPExcel_Style_Font)[447]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[449]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[452]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[463]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[464]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[465]
              ...
          protected 'index' => int 15
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      16 => 
        object(PHPExcel_Style)[466]
          protected 'font' => 
            object(PHPExcel_Style_Font)[467]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[469]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[472]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[483]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[484]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[485]
              ...
          protected 'index' => int 16
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      17 => 
        object(PHPExcel_Style)[486]
          protected 'font' => 
            object(PHPExcel_Style_Font)[487]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[489]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[492]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[503]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[504]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[505]
              ...
          protected 'index' => int 17
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      18 => 
        object(PHPExcel_Style)[510]
          protected 'font' => 
            object(PHPExcel_Style_Font)[511]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[513]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[516]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[527]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[528]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[529]
              ...
          protected 'index' => int 18
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      19 => 
        object(PHPExcel_Style)[531]
          protected 'font' => 
            object(PHPExcel_Style_Font)[532]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[534]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[537]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[548]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[549]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[550]
              ...
          protected 'index' => int 19
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      20 => 
        object(PHPExcel_Style)[551]
          protected 'font' => 
            object(PHPExcel_Style_Font)[552]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[554]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[557]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[568]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[569]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[570]
              ...
          protected 'index' => int 20
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      21 => 
        object(PHPExcel_Style)[620]
          protected 'font' => 
            object(PHPExcel_Style_Font)[609]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[619]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[614]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[583]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[602]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[601]
              ...
          protected 'index' => int 21
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      22 => 
        object(PHPExcel_Style)[600]
          protected 'font' => 
            object(PHPExcel_Style_Font)[589]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[599]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[594]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[623]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[624]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[625]
              ...
          protected 'index' => int 22
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      23 => 
        object(PHPExcel_Style)[626]
          protected 'font' => 
            object(PHPExcel_Style_Font)[627]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[629]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[632]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[643]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[644]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[645]
              ...
          protected 'index' => int 23
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      24 => 
        object(PHPExcel_Style)[646]
          protected 'font' => 
            object(PHPExcel_Style_Font)[647]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[649]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[652]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[663]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[664]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[665]
              ...
          protected 'index' => int 24
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      25 => 
        object(PHPExcel_Style)[666]
          protected 'font' => 
            object(PHPExcel_Style_Font)[667]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[669]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[672]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[683]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[684]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[685]
              ...
          protected 'index' => int 25
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      26 => 
        object(PHPExcel_Style)[686]
          protected 'font' => 
            object(PHPExcel_Style_Font)[687]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[689]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[692]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[703]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[704]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[705]
              ...
          protected 'index' => int 26
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      27 => 
        object(PHPExcel_Style)[708]
          protected 'font' => 
            object(PHPExcel_Style_Font)[709]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[711]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[714]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[725]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[726]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[727]
              ...
          protected 'index' => int 27
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      28 => 
        object(PHPExcel_Style)[728]
          protected 'font' => 
            object(PHPExcel_Style_Font)[729]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[731]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[734]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[745]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[746]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[747]
              ...
          protected 'index' => int 28
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      29 => 
        object(PHPExcel_Style)[748]
          protected 'font' => 
            object(PHPExcel_Style_Font)[749]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[751]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[754]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[765]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[766]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[767]
              ...
          protected 'index' => int 29
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      30 => 
        object(PHPExcel_Style)[768]
          protected 'font' => 
            object(PHPExcel_Style_Font)[769]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[771]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[774]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[785]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[786]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[787]
              ...
          protected 'index' => int 30
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      31 => 
        object(PHPExcel_Style)[788]
          protected 'font' => 
            object(PHPExcel_Style_Font)[789]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[791]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[794]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[805]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[806]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[807]
              ...
          protected 'index' => int 31
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      32 => 
        object(PHPExcel_Style)[808]
          protected 'font' => 
            object(PHPExcel_Style_Font)[809]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[811]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[814]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[825]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[826]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[827]
              ...
          protected 'index' => int 32
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      33 => 
        object(PHPExcel_Style)[828]
          protected 'font' => 
            object(PHPExcel_Style_Font)[829]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[831]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[834]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[845]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[846]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[847]
              ...
          protected 'index' => int 33
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      34 => 
        object(PHPExcel_Style)[848]
          protected 'font' => 
            object(PHPExcel_Style_Font)[849]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[851]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[854]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[865]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[866]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[867]
              ...
          protected 'index' => int 34
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      35 => 
        object(PHPExcel_Style)[868]
          protected 'font' => 
            object(PHPExcel_Style_Font)[869]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[871]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[874]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[885]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[886]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[887]
              ...
          protected 'index' => int 35
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      36 => 
        object(PHPExcel_Style)[888]
          protected 'font' => 
            object(PHPExcel_Style_Font)[890]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[892]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[893]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[894]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[907]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[906]
              ...
          protected 'index' => int 36
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      37 => 
        object(PHPExcel_Style)[908]
          protected 'font' => 
            object(PHPExcel_Style_Font)[909]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[911]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[914]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[925]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[926]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[927]
              ...
          protected 'index' => int 37
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      38 => 
        object(PHPExcel_Style)[928]
          protected 'font' => 
            object(PHPExcel_Style_Font)[929]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[931]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[934]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[945]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[946]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[947]
              ...
          protected 'index' => int 38
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      39 => 
        object(PHPExcel_Style)[948]
          protected 'font' => 
            object(PHPExcel_Style_Font)[949]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[951]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[954]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[965]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[966]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[967]
              ...
          protected 'index' => int 39
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'cellStyleXfCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Style)[69]
          protected 'font' => 
            object(PHPExcel_Style_Font)[70]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[72]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[75]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[86]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[87]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[88]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'hasMacros' => boolean false
  private 'macrosCode' => null
  private 'macrosCertificate' => null
  private 'ribbonXMLData' => null
  private 'ribbonBinObjects' => null
$objPayable =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:354:
object(PHPExcel_RichText_Run)[176]
  private 'font' => 
    object(PHPExcel_Style_Font)[177]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean true
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[179]
          protected 'argb' => string 'FF008000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
$objRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:354:
object(PHPExcel_RichText)[174]
  private 'richTextElements' => 
    array (size=3)
      0 => 
        object(PHPExcel_RichText_TextElement)[175]
          private 'text' => string 'This invoice is ' (length=16)
      1 => 
        object(PHPExcel_RichText_Run)[176]
          private 'font' => 
            object(PHPExcel_Style_Font)[177]
              ...
          private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
      2 => 
        object(PHPExcel_RichText_TextElement)[178]
          private 'text' => string ', unless specified otherwise on the invoice.' (length=44)
$sLloremIpsum =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:354:string 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Vivamus eget ante. Sed cursus nunc semper tortor. Aliquam luctus purus non elit. Fusce vel elit commodo sapien dignissim dignissim. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Curabitur accumsan magna sed massa. Nullam bibendum quam ac ipsum. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Proin augue. Praesent malesuada justo sed orci. Pellentesque lacus ligula, sodales quis, ultricies a, u'... (length=835)
$styleThickBrownBorderOutline =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:354:
array (size=1)
  'borders' => 
    array (size=1)
      'outline' => 
        array (size=2)
          'style' => string 'thick' (length=5)
          'color' => 
            array (size=1)
              ...
$styleThinBlackBorderOutline =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:354:
array (size=1)
  'borders' => 
    array (size=1)
      'outline' => 
        array (size=2)
          'style' => string 'thin' (length=4)
          'color' => 
            array (size=1)
              ...
EOL03:10:29 Set alignments
( ! ) Warning: Use of undefined constant EOL - assumed 'EOL' (this will throw an Error in a future version of PHP) in C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php on line 358
Call Stack
#TimeMemoryFunctionLocation
10.0020532768{main}( )...\05featuredemo.inc.php:0
Variables in local scope (#1)
$objCommentRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:358:
object(PHPExcel_RichText_Run)[165]
  private 'font' => 
    object(PHPExcel_Style_Font)[166]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean false
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[167]
          protected 'argb' => string 'FF000000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'PHPExcel:' (length=9)
$objDrawing =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:358:
object(PHPExcel_Worksheet_Drawing)[973]
  private 'path' => string './images/phpexcel_logo.gif' (length=26)
  private 'imageIndex' (PHPExcel_Worksheet_BaseDrawing) => int 3
  protected 'name' => string 'PHPExcel logo' (length=13)
  protected 'description' => string 'PHPExcel logo' (length=13)
  protected 'worksheet' => 
    object(PHPExcel_Worksheet)[5]
      private 'parent' => 
        object(PHPExcel)[1]
          private 'uniqueID' => string '67d4efa3712bb' (length=13)
          private 'properties' => 
            object(PHPExcel_DocumentProperties)[17]
              ...
          private 'security' => 
            object(PHPExcel_DocumentSecurity)[18]
              ...
          private 'workSheetCollection' => 
            array (size=2)
              ...
          private 'calculationEngine' => 
            object(PHPExcel_Calculation)[2]
              ...
          private 'activeSheetIndex' => int 1
          private 'namedRanges' => 
            array (size=0)
              ...
          private 'cellXfSupervisor' => 
            object(PHPExcel_Style)[19]
              ...
          private 'cellXfCollection' => 
            array (size=40)
              ...
          private 'cellStyleXfCollection' => 
            array (size=1)
              ...
          private 'hasMacros' => boolean false
          private 'macrosCode' => null
          private 'macrosCertificate' => null
          private 'ribbonXMLData' => null
          private 'ribbonBinObjects' => null
      private 'cellCollection' => 
        object(PHPExcel_CachedObjectStorage_Memory)[6]
          protected 'parent' => 
            &object(PHPExcel_Worksheet)[5]
          protected 'currentObject' => null
          protected 'currentObjectID' => string 'E27' (length=3)
          protected 'currentCellIsDirty' => boolean false
          protected 'cellCache' => 
            array (size=76)
              ...
      private 'rowDimensions' => 
        array (size=0)
          empty
      private 'defaultRowDimension' => 
        object(PHPExcel_Worksheet_RowDimension)[14]
          private 'rowIndex' => null
          private 'height' => int -1
          private 'zeroHeight' => boolean false
          private 'visible' (PHPExcel_Worksheet_Dimension) => boolean true
          private 'outlineLevel' (PHPExcel_Worksheet_Dimension) => int 0
          private 'collapsed' (PHPExcel_Worksheet_Dimension) => boolean false
          private 'xfIndex' (PHPExcel_Worksheet_Dimension) => null
      private 'columnDimensions' => 
        array (size=3)
          'B' => 
            object(PHPExcel_Worksheet_ColumnDimension)[203]
              ...
          'D' => 
            object(PHPExcel_Worksheet_ColumnDimension)[204]
              ...
          'E' => 
            object(PHPExcel_Worksheet_ColumnDimension)[205]
              ...
      private 'defaultColumnDimension' => 
        object(PHPExcel_Worksheet_ColumnDimension)[15]
          private 'columnIndex' => null
          private 'width' => int -1
          private 'autoSize' => boolean false
          private 'visible' (PHPExcel_Worksheet_Dimension) => boolean true
          private 'outlineLevel' (PHPExcel_Worksheet_Dimension) => int 0
          private 'collapsed' (PHPExcel_Worksheet_Dimension) => boolean false
          private 'xfIndex' (PHPExcel_Worksheet_Dimension) => int 0
      private 'drawingCollection' => 
        object(ArrayObject)[11]
          private 'storage' => 
            array (size=3)
              ...
      private 'chartCollection' => 
        object(ArrayObject)[12]
          private 'storage' => 
            array (size=0)
              ...
      private 'title' => string 'Invoice' (length=7)
      private 'sheetState' => string 'visible' (length=7)
      private 'pageSetup' => 
        object(PHPExcel_Worksheet_PageSetup)[7]
          private 'paperSize' => int 9
          private 'orientation' => string 'portrait' (length=8)
          private 'scale' => int 100
          private 'fitToPage' => boolean false
          private 'fitToHeight' => int 1
          private 'fitToWidth' => int 1
          private 'columnsToRepeatAtLeft' => 
            array (size=2)
              ...
          private 'rowsToRepeatAtTop' => 
            array (size=2)
              ...
          private 'horizontalCentered' => boolean false
          private 'verticalCentered' => boolean false
          private 'printArea' => null
          private 'firstPageNumber' => null
      private 'pageMargins' => 
        object(PHPExcel_Worksheet_PageMargins)[8]
          private 'left' => float 0.7
          private 'right' => float 0.7
          private 'top' => float 0.75
          private 'bottom' => float 0.75
          private 'header' => float 0.3
          private 'footer' => float 0.3
      private 'headerFooter' => 
        object(PHPExcel_Worksheet_HeaderFooter)[9]
          private 'oddHeader' => string '&L&BInvoice&RPrinted on &D' (length=26)
          private 'oddFooter' => string '&L&BOffice 2007 XLSX Test Document&RPage &P of &N' (length=49)
          private 'evenHeader' => string '' (length=0)
          private 'evenFooter' => string '' (length=0)
          private 'firstHeader' => string '' (length=0)
          private 'firstFooter' => string '' (length=0)
          private 'differentOddEven' => boolean false
          private 'differentFirst' => boolean false
          private 'scaleWithDocument' => boolean true
          private 'alignWithMargins' => boolean true
          private 'headerFooterImages' => 
            array (size=0)
              ...
      private 'sheetView' => 
        object(PHPExcel_Worksheet_SheetView)[10]
          private 'zoomScale' => int 100
          private 'zoomScaleNormal' => int 100
          private 'sheetviewType' => string 'normal' (length=6)
      private 'protection' => 
        object(PHPExcel_Worksheet_Protection)[13]
          private 'sheet' => boolean true
          private 'objects' => boolean false
          private 'scenarios' => boolean false
          private 'formatCells' => boolean false
          private 'formatColumns' => boolean false
          private 'formatRows' => boolean false
          private 'insertColumns' => boolean false
          private 'insertRows' => boolean false
          private 'insertHyperlinks' => boolean false
          private 'deleteColumns' => boolean false
          private 'deleteRows' => boolean false
          private 'selectLockedCells' => boolean false
          private 'sort' => boolean false
          private 'autoFilter' => boolean false
          private 'pivotTables' => boolean false
          private 'selectUnlockedCells' => boolean false
          private 'password' => string '' (length=0)
      private 'styles' => 
        array (size=0)
          empty
      private 'conditionalStylesCollection' => 
        array (size=0)
          empty
      private 'cellCollectionIsSorted' => boolean false
      private 'breaks' => 
        array (size=0)
          empty
      private 'mergeCells' => 
        array (size=1)
          'A18:E22' => string 'A18:E22' (length=7)
      private 'protectedCells' => 
        array (size=1)
          'A3:E13' => string '8053' (length=4)
      private 'autoFilter' => 
        object(PHPExcel_Worksheet_AutoFilter)[16]
          private 'workSheet' => 
            &object(PHPExcel_Worksheet)[5]
          private 'range' => null
          private 'columns' => 
            array (size=0)
              ...
      private 'freezePane' => string '' (length=0)
      private 'showGridlines' => boolean true
      private 'printGridlines' => boolean false
      private 'showRowColHeaders' => boolean true
      private 'showSummaryBelow' => boolean true
      private 'showSummaryRight' => boolean true
      private 'comments' => 
        array (size=3)
          'E11' => 
            object(PHPExcel_Comment)[138]
              ...
          'E12' => 
            object(PHPExcel_Comment)[150]
              ...
          'E13' => 
            object(PHPExcel_Comment)[162]
              ...
      private 'activeCell' => string 'E27' (length=3)
      private 'selectedCells' => string 'E27' (length=3)
      private 'cachedHighestColumn' => string 'I' (length=1)
      private 'cachedHighestRow' => int 28
      private 'rightToLeft' => boolean false
      private 'hyperlinkCollection' => 
        array (size=2)
          'E26' => 
            object(PHPExcel_Cell_Hyperlink)[969]
              ...
          'E27' => 
            object(PHPExcel_Cell_Hyperlink)[989]
              ...
      private 'dataValidationCollection' => 
        array (size=0)
          empty
      private 'tabColor' => null
      private 'dirty' => boolean true
      private 'hash' => string 'f14d89c698b0853de7405487abda9c1c' (length=32)
      private 'codeName' => string 'Worksheet' (length=9)
  protected 'coordinates' => string 'D24' (length=3)
  protected 'offsetX' => int 10
  protected 'offsetY' => int 0
  protected 'width' => float 157
  protected 'height' => int 36
  protected 'resizeProportional' => boolean true
  protected 'rotation' => int 0
  protected 'shadow' => 
    object(PHPExcel_Worksheet_Drawing_Shadow)[975]
      private 'visible' => boolean false
      private 'blurRadius' => int 6
      private 'distance' => int 2
      private 'direction' => int 0
      private 'alignment' => string 'br' (length=2)
      private 'color' => 
        object(PHPExcel_Style_Color)[977]
          protected 'argb' => string 'FF000000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      private 'alpha' => int 50
$objPHPExcel =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:358:
object(PHPExcel)[1]
  private 'uniqueID' => string '67d4efa3712bb' (length=13)
  private 'properties' => 
    object(PHPExcel_DocumentProperties)[17]
      private 'creator' => string 'Maarten Balliauw' (length=16)
      private 'lastModifiedBy' => string 'Maarten Balliauw' (length=16)
      private 'created' => int 1742008227
      private 'modified' => int 1742008227
      private 'title' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'description' => string 'Test document for Office 2007 XLSX, generated using PHP classes.' (length=64)
      private 'subject' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'keywords' => string 'office 2007 openxml php' (length=23)
      private 'category' => string 'Test result file' (length=16)
      private 'manager' => string '' (length=0)
      private 'company' => string 'Microsoft Corporation' (length=21)
      private 'customProperties' => 
        array (size=0)
          empty
  private 'security' => 
    object(PHPExcel_DocumentSecurity)[18]
      private 'lockRevision' => boolean false
      private 'lockStructure' => boolean false
      private 'lockWindows' => boolean false
      private 'revisionsPassword' => string '' (length=0)
      private 'workbookPassword' => string '' (length=0)
  private 'workSheetCollection' => 
    array (size=2)
      0 => 
        object(PHPExcel_Worksheet)[5]
          private 'parent' => 
            &object(PHPExcel)[1]
          private 'cellCollection' => 
            object(PHPExcel_CachedObjectStorage_Memory)[6]
              ...
          private 'rowDimensions' => 
            array (size=0)
              ...
          private 'defaultRowDimension' => 
            object(PHPExcel_Worksheet_RowDimension)[14]
              ...
          private 'columnDimensions' => 
            array (size=3)
              ...
          private 'defaultColumnDimension' => 
            object(PHPExcel_Worksheet_ColumnDimension)[15]
              ...
          private 'drawingCollection' => 
            object(ArrayObject)[11]
              ...
          private 'chartCollection' => 
            object(ArrayObject)[12]
              ...
          private 'title' => string 'Invoice' (length=7)
          private 'sheetState' => string 'visible' (length=7)
          private 'pageSetup' => 
            object(PHPExcel_Worksheet_PageSetup)[7]
              ...
          private 'pageMargins' => 
            object(PHPExcel_Worksheet_PageMargins)[8]
              ...
          private 'headerFooter' => 
            object(PHPExcel_Worksheet_HeaderFooter)[9]
              ...
          private 'sheetView' => 
            object(PHPExcel_Worksheet_SheetView)[10]
              ...
          private 'protection' => 
            object(PHPExcel_Worksheet_Protection)[13]
              ...
          private 'styles' => 
            array (size=0)
              ...
          private 'conditionalStylesCollection' => 
            array (size=0)
              ...
          private 'cellCollectionIsSorted' => boolean false
          private 'breaks' => 
            array (size=0)
              ...
          private 'mergeCells' => 
            array (size=1)
              ...
          private 'protectedCells' => 
            array (size=1)
              ...
          private 'autoFilter' => 
            object(PHPExcel_Worksheet_AutoFilter)[16]
              ...
          private 'freezePane' => string '' (length=0)
          private 'showGridlines' => boolean true
          private 'printGridlines' => boolean false
          private 'showRowColHeaders' => boolean true
          private 'showSummaryBelow' => boolean true
          private 'showSummaryRight' => boolean true
          private 'comments' => 
            array (size=3)
              ...
          private 'activeCell' => string 'E27' (length=3)
          private 'selectedCells' => string 'E27' (length=3)
          private 'cachedHighestColumn' => string 'I' (length=1)
          private 'cachedHighestRow' => int 28
          private 'rightToLeft' => boolean false
          private 'hyperlinkCollection' => 
            array (size=2)
              ...
          private 'dataValidationCollection' => 
            array (size=0)
              ...
          private 'tabColor' => null
          private 'dirty' => boolean true
          private 'hash' => string 'f14d89c698b0853de7405487abda9c1c' (length=32)
          private 'codeName' => string 'Worksheet' (length=9)
      1 => 
        object(PHPExcel_Worksheet)[1068]
          private 'parent' => 
            &object(PHPExcel)[1]
          private 'cellCollection' => 
            object(PHPExcel_CachedObjectStorage_Memory)[1073]
              ...
          private 'rowDimensions' => 
            array (size=0)
              ...
          private 'defaultRowDimension' => 
            object(PHPExcel_Worksheet_RowDimension)[572]
              ...
          private 'columnDimensions' => 
            array (size=0)
              ...
          private 'defaultColumnDimension' => 
            object(PHPExcel_Worksheet_ColumnDimension)[573]
              ...
          private 'drawingCollection' => 
            object(ArrayObject)[1043]
              ...
          private 'chartCollection' => 
            object(ArrayObject)[1038]
              ...
          private 'title' => string 'Worksheet' (length=9)
          private 'sheetState' => string 'visible' (length=7)
          private 'pageSetup' => 
            object(PHPExcel_Worksheet_PageSetup)[1063]
              ...
          private 'pageMargins' => 
            object(PHPExcel_Worksheet_PageMargins)[1058]
              ...
          private 'headerFooter' => 
            object(PHPExcel_Worksheet_HeaderFooter)[1053]
              ...
          private 'sheetView' => 
            object(PHPExcel_Worksheet_SheetView)[1048]
              ...
          private 'protection' => 
            object(PHPExcel_Worksheet_Protection)[571]
              ...
          private 'styles' => 
            array (size=0)
              ...
          private 'conditionalStylesCollection' => 
            array (size=0)
              ...
          private 'cellCollectionIsSorted' => boolean false
          private 'breaks' => 
            array (size=0)
              ...
          private 'mergeCells' => 
            array (size=0)
              ...
          private 'protectedCells' => 
            array (size=0)
              ...
          private 'autoFilter' => 
            object(PHPExcel_Worksheet_AutoFilter)[574]
              ...
          private 'freezePane' => string '' (length=0)
          private 'showGridlines' => boolean true
          private 'printGridlines' => boolean false
          private 'showRowColHeaders' => boolean true
          private 'showSummaryBelow' => boolean true
          private 'showSummaryRight' => boolean true
          private 'comments' => 
            array (size=0)
              ...
          private 'activeCell' => string 'A1' (length=2)
          private 'selectedCells' => string 'A1' (length=2)
          private 'cachedHighestColumn' => string 'A' (length=1)
          private 'cachedHighestRow' => string '6' (length=1)
          private 'rightToLeft' => boolean false
          private 'hyperlinkCollection' => 
            array (size=0)
              ...
          private 'dataValidationCollection' => 
            array (size=0)
              ...
          private 'tabColor' => 
            object(PHPExcel_Style_Color)[1064]
              ...
          private 'dirty' => boolean true
          private 'hash' => null
          private 'codeName' => string 'Worksheet_1' (length=11)
  private 'calculationEngine' => 
    object(PHPExcel_Calculation)[2]
      private 'workbook' => 
        &object(PHPExcel)[1]
      private 'calculationCache' => 
        array (size=0)
          empty
      private 'calculationCacheEnabled' => boolean true
      private 'debugLog' => null
      public 'suppressFormulaErrors' => boolean false
      public 'formulaError' => null
      private 'cyclicReferenceStack' => 
        object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
          private 'stack' => 
            array (size=0)
              ...
      private 'cellStack' => 
        array (size=0)
          empty
      private 'cyclicFormulaCounter' => int 1
      private 'cyclicFormulaCell' => string '' (length=0)
      public 'cyclicFormulaCount' => int 1
      private 'delta' => float 1.0E-14
      public '_debugLog' => 
        object(PHPExcel_CalcEngine_Logger)[4]
          private 'writeDebugLog' => boolean false
          private 'echoDebugLog' => boolean false
          private 'debugLog' => 
            array (size=0)
              ...
          private 'cellStack' => 
            object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
              ...
  private 'activeSheetIndex' => int 1
  private 'namedRanges' => 
    array (size=0)
      empty
  private 'cellXfSupervisor' => 
    object(PHPExcel_Style)[19]
      protected 'font' => 
        object(PHPExcel_Style_Font)[20]
          protected 'name' => string 'Calibri' (length=7)
          protected 'size' => int 11
          protected 'bold' => boolean false
          protected 'italic' => boolean false
          protected 'superScript' => boolean false
          protected 'subScript' => boolean false
          protected 'underline' => string 'none' (length=4)
          protected 'strikethrough' => boolean false
          protected 'color' => 
            object(PHPExcel_Style_Color)[21]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'fill' => 
        object(PHPExcel_Style_Fill)[22]
          protected 'fillType' => string 'none' (length=4)
          protected 'rotation' => int 0
          protected 'startColor' => 
            object(PHPExcel_Style_Color)[23]
              ...
          protected 'endColor' => 
            object(PHPExcel_Style_Color)[24]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'borders' => 
        object(PHPExcel_Style_Borders)[25]
          protected 'left' => 
            object(PHPExcel_Style_Border)[26]
              ...
          protected 'right' => 
            object(PHPExcel_Style_Border)[28]
              ...
          protected 'top' => 
            object(PHPExcel_Style_Border)[30]
              ...
          protected 'bottom' => 
            object(PHPExcel_Style_Border)[32]
              ...
          protected 'diagonal' => 
            object(PHPExcel_Style_Border)[34]
              ...
          protected 'diagonalDirection' => int 0
          protected 'allBorders' => 
            object(PHPExcel_Style_Border)[36]
              ...
          protected 'outline' => 
            object(PHPExcel_Style_Border)[38]
              ...
          protected 'inside' => 
            object(PHPExcel_Style_Border)[40]
              ...
          protected 'vertical' => 
            object(PHPExcel_Style_Border)[42]
              ...
          protected 'horizontal' => 
            object(PHPExcel_Style_Border)[44]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'alignment' => 
        object(PHPExcel_Style_Alignment)[46]
          protected 'horizontal' => string 'general' (length=7)
          protected 'vertical' => string 'bottom' (length=6)
          protected 'textRotation' => int 0
          protected 'wrapText' => boolean false
          protected 'shrinkToFit' => boolean false
          protected 'indent' => int 0
          protected 'readorder' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'numberFormat' => 
        object(PHPExcel_Style_NumberFormat)[47]
          protected 'formatCode' => string 'General' (length=7)
          protected 'builtInFormatCode' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'conditionalStyles' => 
        array (size=0)
          empty
      protected 'protection' => 
        object(PHPExcel_Style_Protection)[48]
          protected 'locked' => string 'inherit' (length=7)
          protected 'hidden' => string 'inherit' (length=7)
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'index' => null
      protected 'quotePrefix' => boolean false
      protected 'isSupervisor' => boolean true
      protected 'parent' => 
        &object(PHPExcel)[1]
  private 'cellXfCollection' => 
    array (size=40)
      0 => 
        object(PHPExcel_Style)[49]
          protected 'font' => 
            object(PHPExcel_Style_Font)[50]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[52]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[55]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[66]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[67]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[68]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      1 => 
        object(PHPExcel_Style)[92]
          protected 'font' => 
            object(PHPExcel_Style_Font)[93]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[95]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[98]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[109]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[110]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[111]
              ...
          protected 'index' => int 1
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      2 => 
        object(PHPExcel_Style)[183]
          protected 'font' => 
            object(PHPExcel_Style_Font)[184]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[186]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[189]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[200]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[201]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[202]
              ...
          protected 'index' => int 2
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      3 => 
        object(PHPExcel_Style)[206]
          protected 'font' => 
            object(PHPExcel_Style_Font)[207]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[209]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[212]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[223]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[224]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[225]
              ...
          protected 'index' => int 3
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      4 => 
        object(PHPExcel_Style)[226]
          protected 'font' => 
            object(PHPExcel_Style_Font)[227]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[229]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[232]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[243]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[244]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[245]
              ...
          protected 'index' => int 4
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      5 => 
        object(PHPExcel_Style)[246]
          protected 'font' => 
            object(PHPExcel_Style_Font)[247]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[249]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[252]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[263]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[264]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[265]
              ...
          protected 'index' => int 5
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      6 => 
        object(PHPExcel_Style)[266]
          protected 'font' => 
            object(PHPExcel_Style_Font)[267]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[269]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[272]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[283]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[284]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[285]
              ...
          protected 'index' => int 6
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      7 => 
        object(PHPExcel_Style)[286]
          protected 'font' => 
            object(PHPExcel_Style_Font)[287]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[289]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[292]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[303]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[304]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[305]
              ...
          protected 'index' => int 7
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      8 => 
        object(PHPExcel_Style)[306]
          protected 'font' => 
            object(PHPExcel_Style_Font)[307]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[309]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[312]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[323]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[324]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[325]
              ...
          protected 'index' => int 8
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      9 => 
        object(PHPExcel_Style)[326]
          protected 'font' => 
            object(PHPExcel_Style_Font)[327]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[329]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[332]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[343]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[344]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[345]
              ...
          protected 'index' => int 9
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      10 => 
        object(PHPExcel_Style)[346]
          protected 'font' => 
            object(PHPExcel_Style_Font)[347]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[349]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[352]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[363]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[364]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[365]
              ...
          protected 'index' => int 10
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      11 => 
        object(PHPExcel_Style)[366]
          protected 'font' => 
            object(PHPExcel_Style_Font)[367]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[369]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[372]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[383]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[384]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[385]
              ...
          protected 'index' => int 11
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      12 => 
        object(PHPExcel_Style)[386]
          protected 'font' => 
            object(PHPExcel_Style_Font)[387]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[389]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[392]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[403]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[404]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[405]
              ...
          protected 'index' => int 12
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      13 => 
        object(PHPExcel_Style)[406]
          protected 'font' => 
            object(PHPExcel_Style_Font)[425]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[423]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[422]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[410]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[407]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[408]
              ...
          protected 'index' => int 13
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      14 => 
        object(PHPExcel_Style)[426]
          protected 'font' => 
            object(PHPExcel_Style_Font)[427]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[429]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[432]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[443]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[444]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[445]
              ...
          protected 'index' => int 14
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      15 => 
        object(PHPExcel_Style)[446]
          protected 'font' => 
            object(PHPExcel_Style_Font)[447]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[449]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[452]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[463]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[464]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[465]
              ...
          protected 'index' => int 15
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      16 => 
        object(PHPExcel_Style)[466]
          protected 'font' => 
            object(PHPExcel_Style_Font)[467]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[469]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[472]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[483]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[484]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[485]
              ...
          protected 'index' => int 16
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      17 => 
        object(PHPExcel_Style)[486]
          protected 'font' => 
            object(PHPExcel_Style_Font)[487]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[489]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[492]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[503]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[504]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[505]
              ...
          protected 'index' => int 17
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      18 => 
        object(PHPExcel_Style)[510]
          protected 'font' => 
            object(PHPExcel_Style_Font)[511]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[513]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[516]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[527]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[528]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[529]
              ...
          protected 'index' => int 18
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      19 => 
        object(PHPExcel_Style)[531]
          protected 'font' => 
            object(PHPExcel_Style_Font)[532]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[534]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[537]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[548]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[549]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[550]
              ...
          protected 'index' => int 19
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      20 => 
        object(PHPExcel_Style)[551]
          protected 'font' => 
            object(PHPExcel_Style_Font)[552]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[554]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[557]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[568]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[569]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[570]
              ...
          protected 'index' => int 20
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      21 => 
        object(PHPExcel_Style)[620]
          protected 'font' => 
            object(PHPExcel_Style_Font)[609]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[619]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[614]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[583]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[602]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[601]
              ...
          protected 'index' => int 21
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      22 => 
        object(PHPExcel_Style)[600]
          protected 'font' => 
            object(PHPExcel_Style_Font)[589]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[599]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[594]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[623]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[624]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[625]
              ...
          protected 'index' => int 22
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      23 => 
        object(PHPExcel_Style)[626]
          protected 'font' => 
            object(PHPExcel_Style_Font)[627]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[629]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[632]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[643]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[644]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[645]
              ...
          protected 'index' => int 23
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      24 => 
        object(PHPExcel_Style)[646]
          protected 'font' => 
            object(PHPExcel_Style_Font)[647]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[649]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[652]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[663]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[664]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[665]
              ...
          protected 'index' => int 24
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      25 => 
        object(PHPExcel_Style)[666]
          protected 'font' => 
            object(PHPExcel_Style_Font)[667]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[669]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[672]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[683]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[684]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[685]
              ...
          protected 'index' => int 25
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      26 => 
        object(PHPExcel_Style)[686]
          protected 'font' => 
            object(PHPExcel_Style_Font)[687]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[689]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[692]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[703]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[704]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[705]
              ...
          protected 'index' => int 26
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      27 => 
        object(PHPExcel_Style)[708]
          protected 'font' => 
            object(PHPExcel_Style_Font)[709]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[711]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[714]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[725]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[726]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[727]
              ...
          protected 'index' => int 27
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      28 => 
        object(PHPExcel_Style)[728]
          protected 'font' => 
            object(PHPExcel_Style_Font)[729]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[731]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[734]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[745]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[746]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[747]
              ...
          protected 'index' => int 28
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      29 => 
        object(PHPExcel_Style)[748]
          protected 'font' => 
            object(PHPExcel_Style_Font)[749]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[751]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[754]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[765]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[766]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[767]
              ...
          protected 'index' => int 29
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      30 => 
        object(PHPExcel_Style)[768]
          protected 'font' => 
            object(PHPExcel_Style_Font)[769]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[771]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[774]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[785]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[786]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[787]
              ...
          protected 'index' => int 30
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      31 => 
        object(PHPExcel_Style)[788]
          protected 'font' => 
            object(PHPExcel_Style_Font)[789]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[791]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[794]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[805]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[806]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[807]
              ...
          protected 'index' => int 31
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      32 => 
        object(PHPExcel_Style)[808]
          protected 'font' => 
            object(PHPExcel_Style_Font)[809]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[811]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[814]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[825]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[826]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[827]
              ...
          protected 'index' => int 32
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      33 => 
        object(PHPExcel_Style)[828]
          protected 'font' => 
            object(PHPExcel_Style_Font)[829]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[831]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[834]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[845]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[846]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[847]
              ...
          protected 'index' => int 33
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      34 => 
        object(PHPExcel_Style)[848]
          protected 'font' => 
            object(PHPExcel_Style_Font)[849]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[851]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[854]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[865]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[866]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[867]
              ...
          protected 'index' => int 34
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      35 => 
        object(PHPExcel_Style)[868]
          protected 'font' => 
            object(PHPExcel_Style_Font)[869]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[871]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[874]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[885]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[886]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[887]
              ...
          protected 'index' => int 35
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      36 => 
        object(PHPExcel_Style)[888]
          protected 'font' => 
            object(PHPExcel_Style_Font)[890]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[892]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[893]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[894]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[907]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[906]
              ...
          protected 'index' => int 36
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      37 => 
        object(PHPExcel_Style)[908]
          protected 'font' => 
            object(PHPExcel_Style_Font)[909]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[911]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[914]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[925]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[926]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[927]
              ...
          protected 'index' => int 37
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      38 => 
        object(PHPExcel_Style)[928]
          protected 'font' => 
            object(PHPExcel_Style_Font)[929]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[931]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[934]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[945]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[946]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[947]
              ...
          protected 'index' => int 38
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      39 => 
        object(PHPExcel_Style)[948]
          protected 'font' => 
            object(PHPExcel_Style_Font)[949]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[951]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[954]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[965]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[966]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[967]
              ...
          protected 'index' => int 39
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'cellStyleXfCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Style)[69]
          protected 'font' => 
            object(PHPExcel_Style_Font)[70]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[72]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[75]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[86]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[87]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[88]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'hasMacros' => boolean false
  private 'macrosCode' => null
  private 'macrosCertificate' => null
  private 'ribbonXMLData' => null
  private 'ribbonBinObjects' => null
$objPayable =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:358:
object(PHPExcel_RichText_Run)[176]
  private 'font' => 
    object(PHPExcel_Style_Font)[177]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean true
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[179]
          protected 'argb' => string 'FF008000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
$objRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:358:
object(PHPExcel_RichText)[174]
  private 'richTextElements' => 
    array (size=3)
      0 => 
        object(PHPExcel_RichText_TextElement)[175]
          private 'text' => string 'This invoice is ' (length=16)
      1 => 
        object(PHPExcel_RichText_Run)[176]
          private 'font' => 
            object(PHPExcel_Style_Font)[177]
              ...
          private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
      2 => 
        object(PHPExcel_RichText_TextElement)[178]
          private 'text' => string ', unless specified otherwise on the invoice.' (length=44)
$sLloremIpsum =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:358:string 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Vivamus eget ante. Sed cursus nunc semper tortor. Aliquam luctus purus non elit. Fusce vel elit commodo sapien dignissim dignissim. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Curabitur accumsan magna sed massa. Nullam bibendum quam ac ipsum. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Proin augue. Praesent malesuada justo sed orci. Pellentesque lacus ligula, sodales quis, ultricies a, u'... (length=835)
$styleThickBrownBorderOutline =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:358:
array (size=1)
  'borders' => 
    array (size=1)
      'outline' => 
        array (size=2)
          'style' => string 'thick' (length=5)
          'color' => 
            array (size=1)
              ...
$styleThinBlackBorderOutline =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:358:
array (size=1)
  'borders' => 
    array (size=1)
      'outline' => 
        array (size=2)
          'style' => string 'thin' (length=4)
          'color' => 
            array (size=1)
              ...
EOL03:10:29 Set column widths
( ! ) Warning: Use of undefined constant EOL - assumed 'EOL' (this will throw an Error in a future version of PHP) in C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php on line 362
Call Stack
#TimeMemoryFunctionLocation
10.0020532768{main}( )...\05featuredemo.inc.php:0
Variables in local scope (#1)
$objCommentRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:362:
object(PHPExcel_RichText_Run)[165]
  private 'font' => 
    object(PHPExcel_Style_Font)[166]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean false
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[167]
          protected 'argb' => string 'FF000000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'PHPExcel:' (length=9)
$objDrawing =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:362:
object(PHPExcel_Worksheet_Drawing)[973]
  private 'path' => string './images/phpexcel_logo.gif' (length=26)
  private 'imageIndex' (PHPExcel_Worksheet_BaseDrawing) => int 3
  protected 'name' => string 'PHPExcel logo' (length=13)
  protected 'description' => string 'PHPExcel logo' (length=13)
  protected 'worksheet' => 
    object(PHPExcel_Worksheet)[5]
      private 'parent' => 
        object(PHPExcel)[1]
          private 'uniqueID' => string '67d4efa3712bb' (length=13)
          private 'properties' => 
            object(PHPExcel_DocumentProperties)[17]
              ...
          private 'security' => 
            object(PHPExcel_DocumentSecurity)[18]
              ...
          private 'workSheetCollection' => 
            array (size=2)
              ...
          private 'calculationEngine' => 
            object(PHPExcel_Calculation)[2]
              ...
          private 'activeSheetIndex' => int 1
          private 'namedRanges' => 
            array (size=0)
              ...
          private 'cellXfSupervisor' => 
            object(PHPExcel_Style)[19]
              ...
          private 'cellXfCollection' => 
            array (size=41)
              ...
          private 'cellStyleXfCollection' => 
            array (size=1)
              ...
          private 'hasMacros' => boolean false
          private 'macrosCode' => null
          private 'macrosCertificate' => null
          private 'ribbonXMLData' => null
          private 'ribbonBinObjects' => null
      private 'cellCollection' => 
        object(PHPExcel_CachedObjectStorage_Memory)[6]
          protected 'parent' => 
            &object(PHPExcel_Worksheet)[5]
          protected 'currentObject' => null
          protected 'currentObjectID' => string 'E27' (length=3)
          protected 'currentCellIsDirty' => boolean false
          protected 'cellCache' => 
            array (size=76)
              ...
      private 'rowDimensions' => 
        array (size=0)
          empty
      private 'defaultRowDimension' => 
        object(PHPExcel_Worksheet_RowDimension)[14]
          private 'rowIndex' => null
          private 'height' => int -1
          private 'zeroHeight' => boolean false
          private 'visible' (PHPExcel_Worksheet_Dimension) => boolean true
          private 'outlineLevel' (PHPExcel_Worksheet_Dimension) => int 0
          private 'collapsed' (PHPExcel_Worksheet_Dimension) => boolean false
          private 'xfIndex' (PHPExcel_Worksheet_Dimension) => null
      private 'columnDimensions' => 
        array (size=3)
          'B' => 
            object(PHPExcel_Worksheet_ColumnDimension)[203]
              ...
          'D' => 
            object(PHPExcel_Worksheet_ColumnDimension)[204]
              ...
          'E' => 
            object(PHPExcel_Worksheet_ColumnDimension)[205]
              ...
      private 'defaultColumnDimension' => 
        object(PHPExcel_Worksheet_ColumnDimension)[15]
          private 'columnIndex' => null
          private 'width' => int -1
          private 'autoSize' => boolean false
          private 'visible' (PHPExcel_Worksheet_Dimension) => boolean true
          private 'outlineLevel' (PHPExcel_Worksheet_Dimension) => int 0
          private 'collapsed' (PHPExcel_Worksheet_Dimension) => boolean false
          private 'xfIndex' (PHPExcel_Worksheet_Dimension) => int 0
      private 'drawingCollection' => 
        object(ArrayObject)[11]
          private 'storage' => 
            array (size=3)
              ...
      private 'chartCollection' => 
        object(ArrayObject)[12]
          private 'storage' => 
            array (size=0)
              ...
      private 'title' => string 'Invoice' (length=7)
      private 'sheetState' => string 'visible' (length=7)
      private 'pageSetup' => 
        object(PHPExcel_Worksheet_PageSetup)[7]
          private 'paperSize' => int 9
          private 'orientation' => string 'portrait' (length=8)
          private 'scale' => int 100
          private 'fitToPage' => boolean false
          private 'fitToHeight' => int 1
          private 'fitToWidth' => int 1
          private 'columnsToRepeatAtLeft' => 
            array (size=2)
              ...
          private 'rowsToRepeatAtTop' => 
            array (size=2)
              ...
          private 'horizontalCentered' => boolean false
          private 'verticalCentered' => boolean false
          private 'printArea' => null
          private 'firstPageNumber' => null
      private 'pageMargins' => 
        object(PHPExcel_Worksheet_PageMargins)[8]
          private 'left' => float 0.7
          private 'right' => float 0.7
          private 'top' => float 0.75
          private 'bottom' => float 0.75
          private 'header' => float 0.3
          private 'footer' => float 0.3
      private 'headerFooter' => 
        object(PHPExcel_Worksheet_HeaderFooter)[9]
          private 'oddHeader' => string '&L&BInvoice&RPrinted on &D' (length=26)
          private 'oddFooter' => string '&L&BOffice 2007 XLSX Test Document&RPage &P of &N' (length=49)
          private 'evenHeader' => string '' (length=0)
          private 'evenFooter' => string '' (length=0)
          private 'firstHeader' => string '' (length=0)
          private 'firstFooter' => string '' (length=0)
          private 'differentOddEven' => boolean false
          private 'differentFirst' => boolean false
          private 'scaleWithDocument' => boolean true
          private 'alignWithMargins' => boolean true
          private 'headerFooterImages' => 
            array (size=0)
              ...
      private 'sheetView' => 
        object(PHPExcel_Worksheet_SheetView)[10]
          private 'zoomScale' => int 100
          private 'zoomScaleNormal' => int 100
          private 'sheetviewType' => string 'normal' (length=6)
      private 'protection' => 
        object(PHPExcel_Worksheet_Protection)[13]
          private 'sheet' => boolean true
          private 'objects' => boolean false
          private 'scenarios' => boolean false
          private 'formatCells' => boolean false
          private 'formatColumns' => boolean false
          private 'formatRows' => boolean false
          private 'insertColumns' => boolean false
          private 'insertRows' => boolean false
          private 'insertHyperlinks' => boolean false
          private 'deleteColumns' => boolean false
          private 'deleteRows' => boolean false
          private 'selectLockedCells' => boolean false
          private 'sort' => boolean false
          private 'autoFilter' => boolean false
          private 'pivotTables' => boolean false
          private 'selectUnlockedCells' => boolean false
          private 'password' => string '' (length=0)
      private 'styles' => 
        array (size=0)
          empty
      private 'conditionalStylesCollection' => 
        array (size=0)
          empty
      private 'cellCollectionIsSorted' => boolean false
      private 'breaks' => 
        array (size=0)
          empty
      private 'mergeCells' => 
        array (size=1)
          'A18:E22' => string 'A18:E22' (length=7)
      private 'protectedCells' => 
        array (size=1)
          'A3:E13' => string '8053' (length=4)
      private 'autoFilter' => 
        object(PHPExcel_Worksheet_AutoFilter)[16]
          private 'workSheet' => 
            &object(PHPExcel_Worksheet)[5]
          private 'range' => null
          private 'columns' => 
            array (size=0)
              ...
      private 'freezePane' => string '' (length=0)
      private 'showGridlines' => boolean true
      private 'printGridlines' => boolean false
      private 'showRowColHeaders' => boolean true
      private 'showSummaryBelow' => boolean true
      private 'showSummaryRight' => boolean true
      private 'comments' => 
        array (size=3)
          'E11' => 
            object(PHPExcel_Comment)[138]
              ...
          'E12' => 
            object(PHPExcel_Comment)[150]
              ...
          'E13' => 
            object(PHPExcel_Comment)[162]
              ...
      private 'activeCell' => string 'E27' (length=3)
      private 'selectedCells' => string 'E27' (length=3)
      private 'cachedHighestColumn' => string 'I' (length=1)
      private 'cachedHighestRow' => int 28
      private 'rightToLeft' => boolean false
      private 'hyperlinkCollection' => 
        array (size=2)
          'E26' => 
            object(PHPExcel_Cell_Hyperlink)[969]
              ...
          'E27' => 
            object(PHPExcel_Cell_Hyperlink)[989]
              ...
      private 'dataValidationCollection' => 
        array (size=0)
          empty
      private 'tabColor' => null
      private 'dirty' => boolean false
      private 'hash' => string '61e335639af78c57a8a7c242d1c2b9cf' (length=32)
      private 'codeName' => string 'Worksheet' (length=9)
  protected 'coordinates' => string 'D24' (length=3)
  protected 'offsetX' => int 10
  protected 'offsetY' => int 0
  protected 'width' => float 157
  protected 'height' => int 36
  protected 'resizeProportional' => boolean true
  protected 'rotation' => int 0
  protected 'shadow' => 
    object(PHPExcel_Worksheet_Drawing_Shadow)[975]
      private 'visible' => boolean false
      private 'blurRadius' => int 6
      private 'distance' => int 2
      private 'direction' => int 0
      private 'alignment' => string 'br' (length=2)
      private 'color' => 
        object(PHPExcel_Style_Color)[977]
          protected 'argb' => string 'FF000000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      private 'alpha' => int 50
$objPHPExcel =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:362:
object(PHPExcel)[1]
  private 'uniqueID' => string '67d4efa3712bb' (length=13)
  private 'properties' => 
    object(PHPExcel_DocumentProperties)[17]
      private 'creator' => string 'Maarten Balliauw' (length=16)
      private 'lastModifiedBy' => string 'Maarten Balliauw' (length=16)
      private 'created' => int 1742008227
      private 'modified' => int 1742008227
      private 'title' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'description' => string 'Test document for Office 2007 XLSX, generated using PHP classes.' (length=64)
      private 'subject' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'keywords' => string 'office 2007 openxml php' (length=23)
      private 'category' => string 'Test result file' (length=16)
      private 'manager' => string '' (length=0)
      private 'company' => string 'Microsoft Corporation' (length=21)
      private 'customProperties' => 
        array (size=0)
          empty
  private 'security' => 
    object(PHPExcel_DocumentSecurity)[18]
      private 'lockRevision' => boolean false
      private 'lockStructure' => boolean false
      private 'lockWindows' => boolean false
      private 'revisionsPassword' => string '' (length=0)
      private 'workbookPassword' => string '' (length=0)
  private 'workSheetCollection' => 
    array (size=2)
      0 => 
        object(PHPExcel_Worksheet)[5]
          private 'parent' => 
            &object(PHPExcel)[1]
          private 'cellCollection' => 
            object(PHPExcel_CachedObjectStorage_Memory)[6]
              ...
          private 'rowDimensions' => 
            array (size=0)
              ...
          private 'defaultRowDimension' => 
            object(PHPExcel_Worksheet_RowDimension)[14]
              ...
          private 'columnDimensions' => 
            array (size=3)
              ...
          private 'defaultColumnDimension' => 
            object(PHPExcel_Worksheet_ColumnDimension)[15]
              ...
          private 'drawingCollection' => 
            object(ArrayObject)[11]
              ...
          private 'chartCollection' => 
            object(ArrayObject)[12]
              ...
          private 'title' => string 'Invoice' (length=7)
          private 'sheetState' => string 'visible' (length=7)
          private 'pageSetup' => 
            object(PHPExcel_Worksheet_PageSetup)[7]
              ...
          private 'pageMargins' => 
            object(PHPExcel_Worksheet_PageMargins)[8]
              ...
          private 'headerFooter' => 
            object(PHPExcel_Worksheet_HeaderFooter)[9]
              ...
          private 'sheetView' => 
            object(PHPExcel_Worksheet_SheetView)[10]
              ...
          private 'protection' => 
            object(PHPExcel_Worksheet_Protection)[13]
              ...
          private 'styles' => 
            array (size=0)
              ...
          private 'conditionalStylesCollection' => 
            array (size=0)
              ...
          private 'cellCollectionIsSorted' => boolean false
          private 'breaks' => 
            array (size=0)
              ...
          private 'mergeCells' => 
            array (size=1)
              ...
          private 'protectedCells' => 
            array (size=1)
              ...
          private 'autoFilter' => 
            object(PHPExcel_Worksheet_AutoFilter)[16]
              ...
          private 'freezePane' => string '' (length=0)
          private 'showGridlines' => boolean true
          private 'printGridlines' => boolean false
          private 'showRowColHeaders' => boolean true
          private 'showSummaryBelow' => boolean true
          private 'showSummaryRight' => boolean true
          private 'comments' => 
            array (size=3)
              ...
          private 'activeCell' => string 'E27' (length=3)
          private 'selectedCells' => string 'E27' (length=3)
          private 'cachedHighestColumn' => string 'I' (length=1)
          private 'cachedHighestRow' => int 28
          private 'rightToLeft' => boolean false
          private 'hyperlinkCollection' => 
            array (size=2)
              ...
          private 'dataValidationCollection' => 
            array (size=0)
              ...
          private 'tabColor' => null
          private 'dirty' => boolean false
          private 'hash' => string '61e335639af78c57a8a7c242d1c2b9cf' (length=32)
          private 'codeName' => string 'Worksheet' (length=9)
      1 => 
        object(PHPExcel_Worksheet)[1068]
          private 'parent' => 
            &object(PHPExcel)[1]
          private 'cellCollection' => 
            object(PHPExcel_CachedObjectStorage_Memory)[1073]
              ...
          private 'rowDimensions' => 
            array (size=0)
              ...
          private 'defaultRowDimension' => 
            object(PHPExcel_Worksheet_RowDimension)[572]
              ...
          private 'columnDimensions' => 
            array (size=0)
              ...
          private 'defaultColumnDimension' => 
            object(PHPExcel_Worksheet_ColumnDimension)[573]
              ...
          private 'drawingCollection' => 
            object(ArrayObject)[1043]
              ...
          private 'chartCollection' => 
            object(ArrayObject)[1038]
              ...
          private 'title' => string 'Worksheet' (length=9)
          private 'sheetState' => string 'visible' (length=7)
          private 'pageSetup' => 
            object(PHPExcel_Worksheet_PageSetup)[1063]
              ...
          private 'pageMargins' => 
            object(PHPExcel_Worksheet_PageMargins)[1058]
              ...
          private 'headerFooter' => 
            object(PHPExcel_Worksheet_HeaderFooter)[1053]
              ...
          private 'sheetView' => 
            object(PHPExcel_Worksheet_SheetView)[1048]
              ...
          private 'protection' => 
            object(PHPExcel_Worksheet_Protection)[571]
              ...
          private 'styles' => 
            array (size=0)
              ...
          private 'conditionalStylesCollection' => 
            array (size=0)
              ...
          private 'cellCollectionIsSorted' => boolean false
          private 'breaks' => 
            array (size=0)
              ...
          private 'mergeCells' => 
            array (size=0)
              ...
          private 'protectedCells' => 
            array (size=0)
              ...
          private 'autoFilter' => 
            object(PHPExcel_Worksheet_AutoFilter)[574]
              ...
          private 'freezePane' => string '' (length=0)
          private 'showGridlines' => boolean true
          private 'printGridlines' => boolean false
          private 'showRowColHeaders' => boolean true
          private 'showSummaryBelow' => boolean true
          private 'showSummaryRight' => boolean true
          private 'comments' => 
            array (size=0)
              ...
          private 'activeCell' => string 'A3' (length=2)
          private 'selectedCells' => string 'A3:A6' (length=5)
          private 'cachedHighestColumn' => string 'A' (length=1)
          private 'cachedHighestRow' => string '6' (length=1)
          private 'rightToLeft' => boolean false
          private 'hyperlinkCollection' => 
            array (size=0)
              ...
          private 'dataValidationCollection' => 
            array (size=0)
              ...
          private 'tabColor' => 
            object(PHPExcel_Style_Color)[1064]
              ...
          private 'dirty' => boolean false
          private 'hash' => string 'f14d89c698b0853de7405487abda9c1c' (length=32)
          private 'codeName' => string 'Worksheet_1' (length=11)
  private 'calculationEngine' => 
    object(PHPExcel_Calculation)[2]
      private 'workbook' => 
        &object(PHPExcel)[1]
      private 'calculationCache' => 
        array (size=0)
          empty
      private 'calculationCacheEnabled' => boolean true
      private 'debugLog' => null
      public 'suppressFormulaErrors' => boolean false
      public 'formulaError' => null
      private 'cyclicReferenceStack' => 
        object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
          private 'stack' => 
            array (size=0)
              ...
      private 'cellStack' => 
        array (size=0)
          empty
      private 'cyclicFormulaCounter' => int 1
      private 'cyclicFormulaCell' => string '' (length=0)
      public 'cyclicFormulaCount' => int 1
      private 'delta' => float 1.0E-14
      public '_debugLog' => 
        object(PHPExcel_CalcEngine_Logger)[4]
          private 'writeDebugLog' => boolean false
          private 'echoDebugLog' => boolean false
          private 'debugLog' => 
            array (size=0)
              ...
          private 'cellStack' => 
            object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
              ...
  private 'activeSheetIndex' => int 1
  private 'namedRanges' => 
    array (size=0)
      empty
  private 'cellXfSupervisor' => 
    object(PHPExcel_Style)[19]
      protected 'font' => 
        object(PHPExcel_Style_Font)[20]
          protected 'name' => string 'Calibri' (length=7)
          protected 'size' => int 11
          protected 'bold' => boolean false
          protected 'italic' => boolean false
          protected 'superScript' => boolean false
          protected 'subScript' => boolean false
          protected 'underline' => string 'none' (length=4)
          protected 'strikethrough' => boolean false
          protected 'color' => 
            object(PHPExcel_Style_Color)[21]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'fill' => 
        object(PHPExcel_Style_Fill)[22]
          protected 'fillType' => string 'none' (length=4)
          protected 'rotation' => int 0
          protected 'startColor' => 
            object(PHPExcel_Style_Color)[23]
              ...
          protected 'endColor' => 
            object(PHPExcel_Style_Color)[24]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'borders' => 
        object(PHPExcel_Style_Borders)[25]
          protected 'left' => 
            object(PHPExcel_Style_Border)[26]
              ...
          protected 'right' => 
            object(PHPExcel_Style_Border)[28]
              ...
          protected 'top' => 
            object(PHPExcel_Style_Border)[30]
              ...
          protected 'bottom' => 
            object(PHPExcel_Style_Border)[32]
              ...
          protected 'diagonal' => 
            object(PHPExcel_Style_Border)[34]
              ...
          protected 'diagonalDirection' => int 0
          protected 'allBorders' => 
            object(PHPExcel_Style_Border)[36]
              ...
          protected 'outline' => 
            object(PHPExcel_Style_Border)[38]
              ...
          protected 'inside' => 
            object(PHPExcel_Style_Border)[40]
              ...
          protected 'vertical' => 
            object(PHPExcel_Style_Border)[42]
              ...
          protected 'horizontal' => 
            object(PHPExcel_Style_Border)[44]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'alignment' => 
        object(PHPExcel_Style_Alignment)[46]
          protected 'horizontal' => string 'general' (length=7)
          protected 'vertical' => string 'bottom' (length=6)
          protected 'textRotation' => int 0
          protected 'wrapText' => boolean false
          protected 'shrinkToFit' => boolean false
          protected 'indent' => int 0
          protected 'readorder' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'numberFormat' => 
        object(PHPExcel_Style_NumberFormat)[47]
          protected 'formatCode' => string 'General' (length=7)
          protected 'builtInFormatCode' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'conditionalStyles' => 
        array (size=0)
          empty
      protected 'protection' => 
        object(PHPExcel_Style_Protection)[48]
          protected 'locked' => string 'inherit' (length=7)
          protected 'hidden' => string 'inherit' (length=7)
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'index' => null
      protected 'quotePrefix' => boolean false
      protected 'isSupervisor' => boolean true
      protected 'parent' => 
        &object(PHPExcel)[1]
  private 'cellXfCollection' => 
    array (size=41)
      0 => 
        object(PHPExcel_Style)[49]
          protected 'font' => 
            object(PHPExcel_Style_Font)[50]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[52]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[55]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[66]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[67]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[68]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      1 => 
        object(PHPExcel_Style)[92]
          protected 'font' => 
            object(PHPExcel_Style_Font)[93]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[95]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[98]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[109]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[110]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[111]
              ...
          protected 'index' => int 1
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      2 => 
        object(PHPExcel_Style)[183]
          protected 'font' => 
            object(PHPExcel_Style_Font)[184]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[186]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[189]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[200]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[201]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[202]
              ...
          protected 'index' => int 2
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      3 => 
        object(PHPExcel_Style)[206]
          protected 'font' => 
            object(PHPExcel_Style_Font)[207]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[209]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[212]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[223]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[224]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[225]
              ...
          protected 'index' => int 3
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      4 => 
        object(PHPExcel_Style)[226]
          protected 'font' => 
            object(PHPExcel_Style_Font)[227]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[229]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[232]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[243]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[244]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[245]
              ...
          protected 'index' => int 4
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      5 => 
        object(PHPExcel_Style)[246]
          protected 'font' => 
            object(PHPExcel_Style_Font)[247]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[249]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[252]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[263]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[264]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[265]
              ...
          protected 'index' => int 5
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      6 => 
        object(PHPExcel_Style)[266]
          protected 'font' => 
            object(PHPExcel_Style_Font)[267]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[269]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[272]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[283]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[284]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[285]
              ...
          protected 'index' => int 6
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      7 => 
        object(PHPExcel_Style)[286]
          protected 'font' => 
            object(PHPExcel_Style_Font)[287]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[289]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[292]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[303]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[304]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[305]
              ...
          protected 'index' => int 7
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      8 => 
        object(PHPExcel_Style)[306]
          protected 'font' => 
            object(PHPExcel_Style_Font)[307]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[309]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[312]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[323]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[324]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[325]
              ...
          protected 'index' => int 8
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      9 => 
        object(PHPExcel_Style)[326]
          protected 'font' => 
            object(PHPExcel_Style_Font)[327]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[329]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[332]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[343]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[344]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[345]
              ...
          protected 'index' => int 9
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      10 => 
        object(PHPExcel_Style)[346]
          protected 'font' => 
            object(PHPExcel_Style_Font)[347]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[349]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[352]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[363]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[364]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[365]
              ...
          protected 'index' => int 10
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      11 => 
        object(PHPExcel_Style)[366]
          protected 'font' => 
            object(PHPExcel_Style_Font)[367]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[369]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[372]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[383]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[384]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[385]
              ...
          protected 'index' => int 11
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      12 => 
        object(PHPExcel_Style)[386]
          protected 'font' => 
            object(PHPExcel_Style_Font)[387]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[389]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[392]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[403]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[404]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[405]
              ...
          protected 'index' => int 12
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      13 => 
        object(PHPExcel_Style)[406]
          protected 'font' => 
            object(PHPExcel_Style_Font)[425]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[423]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[422]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[410]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[407]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[408]
              ...
          protected 'index' => int 13
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      14 => 
        object(PHPExcel_Style)[426]
          protected 'font' => 
            object(PHPExcel_Style_Font)[427]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[429]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[432]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[443]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[444]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[445]
              ...
          protected 'index' => int 14
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      15 => 
        object(PHPExcel_Style)[446]
          protected 'font' => 
            object(PHPExcel_Style_Font)[447]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[449]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[452]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[463]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[464]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[465]
              ...
          protected 'index' => int 15
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      16 => 
        object(PHPExcel_Style)[466]
          protected 'font' => 
            object(PHPExcel_Style_Font)[467]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[469]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[472]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[483]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[484]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[485]
              ...
          protected 'index' => int 16
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      17 => 
        object(PHPExcel_Style)[486]
          protected 'font' => 
            object(PHPExcel_Style_Font)[487]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[489]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[492]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[503]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[504]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[505]
              ...
          protected 'index' => int 17
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      18 => 
        object(PHPExcel_Style)[510]
          protected 'font' => 
            object(PHPExcel_Style_Font)[511]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[513]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[516]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[527]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[528]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[529]
              ...
          protected 'index' => int 18
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      19 => 
        object(PHPExcel_Style)[531]
          protected 'font' => 
            object(PHPExcel_Style_Font)[532]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[534]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[537]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[548]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[549]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[550]
              ...
          protected 'index' => int 19
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      20 => 
        object(PHPExcel_Style)[551]
          protected 'font' => 
            object(PHPExcel_Style_Font)[552]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[554]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[557]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[568]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[569]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[570]
              ...
          protected 'index' => int 20
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      21 => 
        object(PHPExcel_Style)[620]
          protected 'font' => 
            object(PHPExcel_Style_Font)[609]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[619]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[614]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[583]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[602]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[601]
              ...
          protected 'index' => int 21
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      22 => 
        object(PHPExcel_Style)[600]
          protected 'font' => 
            object(PHPExcel_Style_Font)[589]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[599]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[594]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[623]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[624]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[625]
              ...
          protected 'index' => int 22
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      23 => 
        object(PHPExcel_Style)[626]
          protected 'font' => 
            object(PHPExcel_Style_Font)[627]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[629]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[632]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[643]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[644]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[645]
              ...
          protected 'index' => int 23
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      24 => 
        object(PHPExcel_Style)[646]
          protected 'font' => 
            object(PHPExcel_Style_Font)[647]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[649]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[652]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[663]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[664]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[665]
              ...
          protected 'index' => int 24
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      25 => 
        object(PHPExcel_Style)[666]
          protected 'font' => 
            object(PHPExcel_Style_Font)[667]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[669]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[672]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[683]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[684]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[685]
              ...
          protected 'index' => int 25
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      26 => 
        object(PHPExcel_Style)[686]
          protected 'font' => 
            object(PHPExcel_Style_Font)[687]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[689]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[692]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[703]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[704]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[705]
              ...
          protected 'index' => int 26
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      27 => 
        object(PHPExcel_Style)[708]
          protected 'font' => 
            object(PHPExcel_Style_Font)[709]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[711]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[714]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[725]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[726]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[727]
              ...
          protected 'index' => int 27
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      28 => 
        object(PHPExcel_Style)[728]
          protected 'font' => 
            object(PHPExcel_Style_Font)[729]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[731]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[734]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[745]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[746]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[747]
              ...
          protected 'index' => int 28
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      29 => 
        object(PHPExcel_Style)[748]
          protected 'font' => 
            object(PHPExcel_Style_Font)[749]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[751]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[754]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[765]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[766]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[767]
              ...
          protected 'index' => int 29
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      30 => 
        object(PHPExcel_Style)[768]
          protected 'font' => 
            object(PHPExcel_Style_Font)[769]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[771]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[774]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[785]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[786]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[787]
              ...
          protected 'index' => int 30
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      31 => 
        object(PHPExcel_Style)[788]
          protected 'font' => 
            object(PHPExcel_Style_Font)[789]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[791]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[794]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[805]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[806]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[807]
              ...
          protected 'index' => int 31
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      32 => 
        object(PHPExcel_Style)[808]
          protected 'font' => 
            object(PHPExcel_Style_Font)[809]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[811]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[814]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[825]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[826]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[827]
              ...
          protected 'index' => int 32
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      33 => 
        object(PHPExcel_Style)[828]
          protected 'font' => 
            object(PHPExcel_Style_Font)[829]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[831]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[834]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[845]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[846]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[847]
              ...
          protected 'index' => int 33
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      34 => 
        object(PHPExcel_Style)[848]
          protected 'font' => 
            object(PHPExcel_Style_Font)[849]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[851]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[854]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[865]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[866]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[867]
              ...
          protected 'index' => int 34
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      35 => 
        object(PHPExcel_Style)[868]
          protected 'font' => 
            object(PHPExcel_Style_Font)[869]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[871]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[874]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[885]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[886]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[887]
              ...
          protected 'index' => int 35
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      36 => 
        object(PHPExcel_Style)[888]
          protected 'font' => 
            object(PHPExcel_Style_Font)[890]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[892]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[893]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[894]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[907]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[906]
              ...
          protected 'index' => int 36
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      37 => 
        object(PHPExcel_Style)[908]
          protected 'font' => 
            object(PHPExcel_Style_Font)[909]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[911]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[914]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[925]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[926]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[927]
              ...
          protected 'index' => int 37
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      38 => 
        object(PHPExcel_Style)[928]
          protected 'font' => 
            object(PHPExcel_Style_Font)[929]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[931]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[934]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[945]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[946]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[947]
              ...
          protected 'index' => int 38
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      39 => 
        object(PHPExcel_Style)[948]
          protected 'font' => 
            object(PHPExcel_Style_Font)[949]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[951]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[954]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[965]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[966]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[967]
              ...
          protected 'index' => int 39
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      40 => 
        object(PHPExcel_Style)[1059]
          protected 'font' => 
            object(PHPExcel_Style_Font)[1054]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[1044]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[507]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[1050]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[1045]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[1040]
              ...
          protected 'index' => int 40
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'cellStyleXfCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Style)[69]
          protected 'font' => 
            object(PHPExcel_Style_Font)[70]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[72]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[75]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[86]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[87]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[88]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'hasMacros' => boolean false
  private 'macrosCode' => null
  private 'macrosCertificate' => null
  private 'ribbonXMLData' => null
  private 'ribbonBinObjects' => null
$objPayable =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:362:
object(PHPExcel_RichText_Run)[176]
  private 'font' => 
    object(PHPExcel_Style_Font)[177]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean true
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[179]
          protected 'argb' => string 'FF008000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
$objRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:362:
object(PHPExcel_RichText)[174]
  private 'richTextElements' => 
    array (size=3)
      0 => 
        object(PHPExcel_RichText_TextElement)[175]
          private 'text' => string 'This invoice is ' (length=16)
      1 => 
        object(PHPExcel_RichText_Run)[176]
          private 'font' => 
            object(PHPExcel_Style_Font)[177]
              ...
          private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
      2 => 
        object(PHPExcel_RichText_TextElement)[178]
          private 'text' => string ', unless specified otherwise on the invoice.' (length=44)
$sLloremIpsum =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:362:string 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Vivamus eget ante. Sed cursus nunc semper tortor. Aliquam luctus purus non elit. Fusce vel elit commodo sapien dignissim dignissim. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Curabitur accumsan magna sed massa. Nullam bibendum quam ac ipsum. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Proin augue. Praesent malesuada justo sed orci. Pellentesque lacus ligula, sodales quis, ultricies a, u'... (length=835)
$styleThickBrownBorderOutline =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:362:
array (size=1)
  'borders' => 
    array (size=1)
      'outline' => 
        array (size=2)
          'style' => string 'thick' (length=5)
          'color' => 
            array (size=1)
              ...
$styleThinBlackBorderOutline =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:362:
array (size=1)
  'borders' => 
    array (size=1)
      'outline' => 
        array (size=2)
          'style' => string 'thin' (length=4)
          'color' => 
            array (size=1)
              ...
EOL03:10:29 Set fonts
( ! ) Warning: Use of undefined constant EOL - assumed 'EOL' (this will throw an Error in a future version of PHP) in C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php on line 366
Call Stack
#TimeMemoryFunctionLocation
10.0020532768{main}( )...\05featuredemo.inc.php:0
Variables in local scope (#1)
$objCommentRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:366:
object(PHPExcel_RichText_Run)[165]
  private 'font' => 
    object(PHPExcel_Style_Font)[166]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean false
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[167]
          protected 'argb' => string 'FF000000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'PHPExcel:' (length=9)
$objDrawing =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:366:
object(PHPExcel_Worksheet_Drawing)[973]
  private 'path' => string './images/phpexcel_logo.gif' (length=26)
  private 'imageIndex' (PHPExcel_Worksheet_BaseDrawing) => int 3
  protected 'name' => string 'PHPExcel logo' (length=13)
  protected 'description' => string 'PHPExcel logo' (length=13)
  protected 'worksheet' => 
    object(PHPExcel_Worksheet)[5]
      private 'parent' => 
        object(PHPExcel)[1]
          private 'uniqueID' => string '67d4efa3712bb' (length=13)
          private 'properties' => 
            object(PHPExcel_DocumentProperties)[17]
              ...
          private 'security' => 
            object(PHPExcel_DocumentSecurity)[18]
              ...
          private 'workSheetCollection' => 
            array (size=2)
              ...
          private 'calculationEngine' => 
            object(PHPExcel_Calculation)[2]
              ...
          private 'activeSheetIndex' => int 1
          private 'namedRanges' => 
            array (size=0)
              ...
          private 'cellXfSupervisor' => 
            object(PHPExcel_Style)[19]
              ...
          private 'cellXfCollection' => 
            array (size=41)
              ...
          private 'cellStyleXfCollection' => 
            array (size=1)
              ...
          private 'hasMacros' => boolean false
          private 'macrosCode' => null
          private 'macrosCertificate' => null
          private 'ribbonXMLData' => null
          private 'ribbonBinObjects' => null
      private 'cellCollection' => 
        object(PHPExcel_CachedObjectStorage_Memory)[6]
          protected 'parent' => 
            &object(PHPExcel_Worksheet)[5]
          protected 'currentObject' => null
          protected 'currentObjectID' => string 'E27' (length=3)
          protected 'currentCellIsDirty' => boolean false
          protected 'cellCache' => 
            array (size=76)
              ...
      private 'rowDimensions' => 
        array (size=0)
          empty
      private 'defaultRowDimension' => 
        object(PHPExcel_Worksheet_RowDimension)[14]
          private 'rowIndex' => null
          private 'height' => int -1
          private 'zeroHeight' => boolean false
          private 'visible' (PHPExcel_Worksheet_Dimension) => boolean true
          private 'outlineLevel' (PHPExcel_Worksheet_Dimension) => int 0
          private 'collapsed' (PHPExcel_Worksheet_Dimension) => boolean false
          private 'xfIndex' (PHPExcel_Worksheet_Dimension) => null
      private 'columnDimensions' => 
        array (size=3)
          'B' => 
            object(PHPExcel_Worksheet_ColumnDimension)[203]
              ...
          'D' => 
            object(PHPExcel_Worksheet_ColumnDimension)[204]
              ...
          'E' => 
            object(PHPExcel_Worksheet_ColumnDimension)[205]
              ...
      private 'defaultColumnDimension' => 
        object(PHPExcel_Worksheet_ColumnDimension)[15]
          private 'columnIndex' => null
          private 'width' => int -1
          private 'autoSize' => boolean false
          private 'visible' (PHPExcel_Worksheet_Dimension) => boolean true
          private 'outlineLevel' (PHPExcel_Worksheet_Dimension) => int 0
          private 'collapsed' (PHPExcel_Worksheet_Dimension) => boolean false
          private 'xfIndex' (PHPExcel_Worksheet_Dimension) => int 0
      private 'drawingCollection' => 
        object(ArrayObject)[11]
          private 'storage' => 
            array (size=3)
              ...
      private 'chartCollection' => 
        object(ArrayObject)[12]
          private 'storage' => 
            array (size=0)
              ...
      private 'title' => string 'Invoice' (length=7)
      private 'sheetState' => string 'visible' (length=7)
      private 'pageSetup' => 
        object(PHPExcel_Worksheet_PageSetup)[7]
          private 'paperSize' => int 9
          private 'orientation' => string 'portrait' (length=8)
          private 'scale' => int 100
          private 'fitToPage' => boolean false
          private 'fitToHeight' => int 1
          private 'fitToWidth' => int 1
          private 'columnsToRepeatAtLeft' => 
            array (size=2)
              ...
          private 'rowsToRepeatAtTop' => 
            array (size=2)
              ...
          private 'horizontalCentered' => boolean false
          private 'verticalCentered' => boolean false
          private 'printArea' => null
          private 'firstPageNumber' => null
      private 'pageMargins' => 
        object(PHPExcel_Worksheet_PageMargins)[8]
          private 'left' => float 0.7
          private 'right' => float 0.7
          private 'top' => float 0.75
          private 'bottom' => float 0.75
          private 'header' => float 0.3
          private 'footer' => float 0.3
      private 'headerFooter' => 
        object(PHPExcel_Worksheet_HeaderFooter)[9]
          private 'oddHeader' => string '&L&BInvoice&RPrinted on &D' (length=26)
          private 'oddFooter' => string '&L&BOffice 2007 XLSX Test Document&RPage &P of &N' (length=49)
          private 'evenHeader' => string '' (length=0)
          private 'evenFooter' => string '' (length=0)
          private 'firstHeader' => string '' (length=0)
          private 'firstFooter' => string '' (length=0)
          private 'differentOddEven' => boolean false
          private 'differentFirst' => boolean false
          private 'scaleWithDocument' => boolean true
          private 'alignWithMargins' => boolean true
          private 'headerFooterImages' => 
            array (size=0)
              ...
      private 'sheetView' => 
        object(PHPExcel_Worksheet_SheetView)[10]
          private 'zoomScale' => int 100
          private 'zoomScaleNormal' => int 100
          private 'sheetviewType' => string 'normal' (length=6)
      private 'protection' => 
        object(PHPExcel_Worksheet_Protection)[13]
          private 'sheet' => boolean true
          private 'objects' => boolean false
          private 'scenarios' => boolean false
          private 'formatCells' => boolean false
          private 'formatColumns' => boolean false
          private 'formatRows' => boolean false
          private 'insertColumns' => boolean false
          private 'insertRows' => boolean false
          private 'insertHyperlinks' => boolean false
          private 'deleteColumns' => boolean false
          private 'deleteRows' => boolean false
          private 'selectLockedCells' => boolean false
          private 'sort' => boolean false
          private 'autoFilter' => boolean false
          private 'pivotTables' => boolean false
          private 'selectUnlockedCells' => boolean false
          private 'password' => string '' (length=0)
      private 'styles' => 
        array (size=0)
          empty
      private 'conditionalStylesCollection' => 
        array (size=0)
          empty
      private 'cellCollectionIsSorted' => boolean false
      private 'breaks' => 
        array (size=0)
          empty
      private 'mergeCells' => 
        array (size=1)
          'A18:E22' => string 'A18:E22' (length=7)
      private 'protectedCells' => 
        array (size=1)
          'A3:E13' => string '8053' (length=4)
      private 'autoFilter' => 
        object(PHPExcel_Worksheet_AutoFilter)[16]
          private 'workSheet' => 
            &object(PHPExcel_Worksheet)[5]
          private 'range' => null
          private 'columns' => 
            array (size=0)
              ...
      private 'freezePane' => string '' (length=0)
      private 'showGridlines' => boolean true
      private 'printGridlines' => boolean false
      private 'showRowColHeaders' => boolean true
      private 'showSummaryBelow' => boolean true
      private 'showSummaryRight' => boolean true
      private 'comments' => 
        array (size=3)
          'E11' => 
            object(PHPExcel_Comment)[138]
              ...
          'E12' => 
            object(PHPExcel_Comment)[150]
              ...
          'E13' => 
            object(PHPExcel_Comment)[162]
              ...
      private 'activeCell' => string 'E27' (length=3)
      private 'selectedCells' => string 'E27' (length=3)
      private 'cachedHighestColumn' => string 'I' (length=1)
      private 'cachedHighestRow' => int 28
      private 'rightToLeft' => boolean false
      private 'hyperlinkCollection' => 
        array (size=2)
          'E26' => 
            object(PHPExcel_Cell_Hyperlink)[969]
              ...
          'E27' => 
            object(PHPExcel_Cell_Hyperlink)[989]
              ...
      private 'dataValidationCollection' => 
        array (size=0)
          empty
      private 'tabColor' => null
      private 'dirty' => boolean false
      private 'hash' => string '61e335639af78c57a8a7c242d1c2b9cf' (length=32)
      private 'codeName' => string 'Worksheet' (length=9)
  protected 'coordinates' => string 'D24' (length=3)
  protected 'offsetX' => int 10
  protected 'offsetY' => int 0
  protected 'width' => float 157
  protected 'height' => int 36
  protected 'resizeProportional' => boolean true
  protected 'rotation' => int 0
  protected 'shadow' => 
    object(PHPExcel_Worksheet_Drawing_Shadow)[975]
      private 'visible' => boolean false
      private 'blurRadius' => int 6
      private 'distance' => int 2
      private 'direction' => int 0
      private 'alignment' => string 'br' (length=2)
      private 'color' => 
        object(PHPExcel_Style_Color)[977]
          protected 'argb' => string 'FF000000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      private 'alpha' => int 50
$objPHPExcel =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:366:
object(PHPExcel)[1]
  private 'uniqueID' => string '67d4efa3712bb' (length=13)
  private 'properties' => 
    object(PHPExcel_DocumentProperties)[17]
      private 'creator' => string 'Maarten Balliauw' (length=16)
      private 'lastModifiedBy' => string 'Maarten Balliauw' (length=16)
      private 'created' => int 1742008227
      private 'modified' => int 1742008227
      private 'title' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'description' => string 'Test document for Office 2007 XLSX, generated using PHP classes.' (length=64)
      private 'subject' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'keywords' => string 'office 2007 openxml php' (length=23)
      private 'category' => string 'Test result file' (length=16)
      private 'manager' => string '' (length=0)
      private 'company' => string 'Microsoft Corporation' (length=21)
      private 'customProperties' => 
        array (size=0)
          empty
  private 'security' => 
    object(PHPExcel_DocumentSecurity)[18]
      private 'lockRevision' => boolean false
      private 'lockStructure' => boolean false
      private 'lockWindows' => boolean false
      private 'revisionsPassword' => string '' (length=0)
      private 'workbookPassword' => string '' (length=0)
  private 'workSheetCollection' => 
    array (size=2)
      0 => 
        object(PHPExcel_Worksheet)[5]
          private 'parent' => 
            &object(PHPExcel)[1]
          private 'cellCollection' => 
            object(PHPExcel_CachedObjectStorage_Memory)[6]
              ...
          private 'rowDimensions' => 
            array (size=0)
              ...
          private 'defaultRowDimension' => 
            object(PHPExcel_Worksheet_RowDimension)[14]
              ...
          private 'columnDimensions' => 
            array (size=3)
              ...
          private 'defaultColumnDimension' => 
            object(PHPExcel_Worksheet_ColumnDimension)[15]
              ...
          private 'drawingCollection' => 
            object(ArrayObject)[11]
              ...
          private 'chartCollection' => 
            object(ArrayObject)[12]
              ...
          private 'title' => string 'Invoice' (length=7)
          private 'sheetState' => string 'visible' (length=7)
          private 'pageSetup' => 
            object(PHPExcel_Worksheet_PageSetup)[7]
              ...
          private 'pageMargins' => 
            object(PHPExcel_Worksheet_PageMargins)[8]
              ...
          private 'headerFooter' => 
            object(PHPExcel_Worksheet_HeaderFooter)[9]
              ...
          private 'sheetView' => 
            object(PHPExcel_Worksheet_SheetView)[10]
              ...
          private 'protection' => 
            object(PHPExcel_Worksheet_Protection)[13]
              ...
          private 'styles' => 
            array (size=0)
              ...
          private 'conditionalStylesCollection' => 
            array (size=0)
              ...
          private 'cellCollectionIsSorted' => boolean false
          private 'breaks' => 
            array (size=0)
              ...
          private 'mergeCells' => 
            array (size=1)
              ...
          private 'protectedCells' => 
            array (size=1)
              ...
          private 'autoFilter' => 
            object(PHPExcel_Worksheet_AutoFilter)[16]
              ...
          private 'freezePane' => string '' (length=0)
          private 'showGridlines' => boolean true
          private 'printGridlines' => boolean false
          private 'showRowColHeaders' => boolean true
          private 'showSummaryBelow' => boolean true
          private 'showSummaryRight' => boolean true
          private 'comments' => 
            array (size=3)
              ...
          private 'activeCell' => string 'E27' (length=3)
          private 'selectedCells' => string 'E27' (length=3)
          private 'cachedHighestColumn' => string 'I' (length=1)
          private 'cachedHighestRow' => int 28
          private 'rightToLeft' => boolean false
          private 'hyperlinkCollection' => 
            array (size=2)
              ...
          private 'dataValidationCollection' => 
            array (size=0)
              ...
          private 'tabColor' => null
          private 'dirty' => boolean false
          private 'hash' => string '61e335639af78c57a8a7c242d1c2b9cf' (length=32)
          private 'codeName' => string 'Worksheet' (length=9)
      1 => 
        object(PHPExcel_Worksheet)[1068]
          private 'parent' => 
            &object(PHPExcel)[1]
          private 'cellCollection' => 
            object(PHPExcel_CachedObjectStorage_Memory)[1073]
              ...
          private 'rowDimensions' => 
            array (size=0)
              ...
          private 'defaultRowDimension' => 
            object(PHPExcel_Worksheet_RowDimension)[572]
              ...
          private 'columnDimensions' => 
            array (size=1)
              ...
          private 'defaultColumnDimension' => 
            object(PHPExcel_Worksheet_ColumnDimension)[573]
              ...
          private 'drawingCollection' => 
            object(ArrayObject)[1043]
              ...
          private 'chartCollection' => 
            object(ArrayObject)[1038]
              ...
          private 'title' => string 'Worksheet' (length=9)
          private 'sheetState' => string 'visible' (length=7)
          private 'pageSetup' => 
            object(PHPExcel_Worksheet_PageSetup)[1063]
              ...
          private 'pageMargins' => 
            object(PHPExcel_Worksheet_PageMargins)[1058]
              ...
          private 'headerFooter' => 
            object(PHPExcel_Worksheet_HeaderFooter)[1053]
              ...
          private 'sheetView' => 
            object(PHPExcel_Worksheet_SheetView)[1048]
              ...
          private 'protection' => 
            object(PHPExcel_Worksheet_Protection)[571]
              ...
          private 'styles' => 
            array (size=0)
              ...
          private 'conditionalStylesCollection' => 
            array (size=0)
              ...
          private 'cellCollectionIsSorted' => boolean false
          private 'breaks' => 
            array (size=0)
              ...
          private 'mergeCells' => 
            array (size=0)
              ...
          private 'protectedCells' => 
            array (size=0)
              ...
          private 'autoFilter' => 
            object(PHPExcel_Worksheet_AutoFilter)[574]
              ...
          private 'freezePane' => string '' (length=0)
          private 'showGridlines' => boolean true
          private 'printGridlines' => boolean false
          private 'showRowColHeaders' => boolean true
          private 'showSummaryBelow' => boolean true
          private 'showSummaryRight' => boolean true
          private 'comments' => 
            array (size=0)
              ...
          private 'activeCell' => string 'A3' (length=2)
          private 'selectedCells' => string 'A3:A6' (length=5)
          private 'cachedHighestColumn' => string 'A' (length=1)
          private 'cachedHighestRow' => string '6' (length=1)
          private 'rightToLeft' => boolean false
          private 'hyperlinkCollection' => 
            array (size=0)
              ...
          private 'dataValidationCollection' => 
            array (size=0)
              ...
          private 'tabColor' => 
            object(PHPExcel_Style_Color)[1064]
              ...
          private 'dirty' => boolean false
          private 'hash' => string 'f14d89c698b0853de7405487abda9c1c' (length=32)
          private 'codeName' => string 'Worksheet_1' (length=11)
  private 'calculationEngine' => 
    object(PHPExcel_Calculation)[2]
      private 'workbook' => 
        &object(PHPExcel)[1]
      private 'calculationCache' => 
        array (size=0)
          empty
      private 'calculationCacheEnabled' => boolean true
      private 'debugLog' => null
      public 'suppressFormulaErrors' => boolean false
      public 'formulaError' => null
      private 'cyclicReferenceStack' => 
        object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
          private 'stack' => 
            array (size=0)
              ...
      private 'cellStack' => 
        array (size=0)
          empty
      private 'cyclicFormulaCounter' => int 1
      private 'cyclicFormulaCell' => string '' (length=0)
      public 'cyclicFormulaCount' => int 1
      private 'delta' => float 1.0E-14
      public '_debugLog' => 
        object(PHPExcel_CalcEngine_Logger)[4]
          private 'writeDebugLog' => boolean false
          private 'echoDebugLog' => boolean false
          private 'debugLog' => 
            array (size=0)
              ...
          private 'cellStack' => 
            object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
              ...
  private 'activeSheetIndex' => int 1
  private 'namedRanges' => 
    array (size=0)
      empty
  private 'cellXfSupervisor' => 
    object(PHPExcel_Style)[19]
      protected 'font' => 
        object(PHPExcel_Style_Font)[20]
          protected 'name' => string 'Calibri' (length=7)
          protected 'size' => int 11
          protected 'bold' => boolean false
          protected 'italic' => boolean false
          protected 'superScript' => boolean false
          protected 'subScript' => boolean false
          protected 'underline' => string 'none' (length=4)
          protected 'strikethrough' => boolean false
          protected 'color' => 
            object(PHPExcel_Style_Color)[21]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'fill' => 
        object(PHPExcel_Style_Fill)[22]
          protected 'fillType' => string 'none' (length=4)
          protected 'rotation' => int 0
          protected 'startColor' => 
            object(PHPExcel_Style_Color)[23]
              ...
          protected 'endColor' => 
            object(PHPExcel_Style_Color)[24]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'borders' => 
        object(PHPExcel_Style_Borders)[25]
          protected 'left' => 
            object(PHPExcel_Style_Border)[26]
              ...
          protected 'right' => 
            object(PHPExcel_Style_Border)[28]
              ...
          protected 'top' => 
            object(PHPExcel_Style_Border)[30]
              ...
          protected 'bottom' => 
            object(PHPExcel_Style_Border)[32]
              ...
          protected 'diagonal' => 
            object(PHPExcel_Style_Border)[34]
              ...
          protected 'diagonalDirection' => int 0
          protected 'allBorders' => 
            object(PHPExcel_Style_Border)[36]
              ...
          protected 'outline' => 
            object(PHPExcel_Style_Border)[38]
              ...
          protected 'inside' => 
            object(PHPExcel_Style_Border)[40]
              ...
          protected 'vertical' => 
            object(PHPExcel_Style_Border)[42]
              ...
          protected 'horizontal' => 
            object(PHPExcel_Style_Border)[44]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'alignment' => 
        object(PHPExcel_Style_Alignment)[46]
          protected 'horizontal' => string 'general' (length=7)
          protected 'vertical' => string 'bottom' (length=6)
          protected 'textRotation' => int 0
          protected 'wrapText' => boolean false
          protected 'shrinkToFit' => boolean false
          protected 'indent' => int 0
          protected 'readorder' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'numberFormat' => 
        object(PHPExcel_Style_NumberFormat)[47]
          protected 'formatCode' => string 'General' (length=7)
          protected 'builtInFormatCode' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'conditionalStyles' => 
        array (size=0)
          empty
      protected 'protection' => 
        object(PHPExcel_Style_Protection)[48]
          protected 'locked' => string 'inherit' (length=7)
          protected 'hidden' => string 'inherit' (length=7)
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'index' => null
      protected 'quotePrefix' => boolean false
      protected 'isSupervisor' => boolean true
      protected 'parent' => 
        &object(PHPExcel)[1]
  private 'cellXfCollection' => 
    array (size=41)
      0 => 
        object(PHPExcel_Style)[49]
          protected 'font' => 
            object(PHPExcel_Style_Font)[50]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[52]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[55]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[66]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[67]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[68]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      1 => 
        object(PHPExcel_Style)[92]
          protected 'font' => 
            object(PHPExcel_Style_Font)[93]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[95]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[98]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[109]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[110]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[111]
              ...
          protected 'index' => int 1
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      2 => 
        object(PHPExcel_Style)[183]
          protected 'font' => 
            object(PHPExcel_Style_Font)[184]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[186]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[189]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[200]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[201]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[202]
              ...
          protected 'index' => int 2
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      3 => 
        object(PHPExcel_Style)[206]
          protected 'font' => 
            object(PHPExcel_Style_Font)[207]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[209]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[212]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[223]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[224]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[225]
              ...
          protected 'index' => int 3
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      4 => 
        object(PHPExcel_Style)[226]
          protected 'font' => 
            object(PHPExcel_Style_Font)[227]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[229]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[232]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[243]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[244]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[245]
              ...
          protected 'index' => int 4
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      5 => 
        object(PHPExcel_Style)[246]
          protected 'font' => 
            object(PHPExcel_Style_Font)[247]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[249]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[252]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[263]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[264]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[265]
              ...
          protected 'index' => int 5
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      6 => 
        object(PHPExcel_Style)[266]
          protected 'font' => 
            object(PHPExcel_Style_Font)[267]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[269]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[272]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[283]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[284]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[285]
              ...
          protected 'index' => int 6
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      7 => 
        object(PHPExcel_Style)[286]
          protected 'font' => 
            object(PHPExcel_Style_Font)[287]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[289]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[292]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[303]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[304]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[305]
              ...
          protected 'index' => int 7
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      8 => 
        object(PHPExcel_Style)[306]
          protected 'font' => 
            object(PHPExcel_Style_Font)[307]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[309]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[312]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[323]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[324]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[325]
              ...
          protected 'index' => int 8
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      9 => 
        object(PHPExcel_Style)[326]
          protected 'font' => 
            object(PHPExcel_Style_Font)[327]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[329]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[332]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[343]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[344]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[345]
              ...
          protected 'index' => int 9
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      10 => 
        object(PHPExcel_Style)[346]
          protected 'font' => 
            object(PHPExcel_Style_Font)[347]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[349]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[352]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[363]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[364]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[365]
              ...
          protected 'index' => int 10
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      11 => 
        object(PHPExcel_Style)[366]
          protected 'font' => 
            object(PHPExcel_Style_Font)[367]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[369]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[372]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[383]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[384]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[385]
              ...
          protected 'index' => int 11
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      12 => 
        object(PHPExcel_Style)[386]
          protected 'font' => 
            object(PHPExcel_Style_Font)[387]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[389]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[392]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[403]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[404]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[405]
              ...
          protected 'index' => int 12
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      13 => 
        object(PHPExcel_Style)[406]
          protected 'font' => 
            object(PHPExcel_Style_Font)[425]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[423]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[422]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[410]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[407]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[408]
              ...
          protected 'index' => int 13
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      14 => 
        object(PHPExcel_Style)[426]
          protected 'font' => 
            object(PHPExcel_Style_Font)[427]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[429]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[432]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[443]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[444]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[445]
              ...
          protected 'index' => int 14
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      15 => 
        object(PHPExcel_Style)[446]
          protected 'font' => 
            object(PHPExcel_Style_Font)[447]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[449]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[452]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[463]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[464]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[465]
              ...
          protected 'index' => int 15
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      16 => 
        object(PHPExcel_Style)[466]
          protected 'font' => 
            object(PHPExcel_Style_Font)[467]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[469]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[472]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[483]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[484]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[485]
              ...
          protected 'index' => int 16
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      17 => 
        object(PHPExcel_Style)[486]
          protected 'font' => 
            object(PHPExcel_Style_Font)[487]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[489]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[492]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[503]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[504]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[505]
              ...
          protected 'index' => int 17
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      18 => 
        object(PHPExcel_Style)[510]
          protected 'font' => 
            object(PHPExcel_Style_Font)[511]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[513]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[516]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[527]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[528]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[529]
              ...
          protected 'index' => int 18
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      19 => 
        object(PHPExcel_Style)[531]
          protected 'font' => 
            object(PHPExcel_Style_Font)[532]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[534]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[537]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[548]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[549]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[550]
              ...
          protected 'index' => int 19
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      20 => 
        object(PHPExcel_Style)[551]
          protected 'font' => 
            object(PHPExcel_Style_Font)[552]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[554]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[557]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[568]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[569]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[570]
              ...
          protected 'index' => int 20
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      21 => 
        object(PHPExcel_Style)[620]
          protected 'font' => 
            object(PHPExcel_Style_Font)[609]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[619]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[614]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[583]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[602]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[601]
              ...
          protected 'index' => int 21
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      22 => 
        object(PHPExcel_Style)[600]
          protected 'font' => 
            object(PHPExcel_Style_Font)[589]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[599]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[594]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[623]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[624]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[625]
              ...
          protected 'index' => int 22
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      23 => 
        object(PHPExcel_Style)[626]
          protected 'font' => 
            object(PHPExcel_Style_Font)[627]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[629]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[632]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[643]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[644]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[645]
              ...
          protected 'index' => int 23
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      24 => 
        object(PHPExcel_Style)[646]
          protected 'font' => 
            object(PHPExcel_Style_Font)[647]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[649]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[652]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[663]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[664]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[665]
              ...
          protected 'index' => int 24
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      25 => 
        object(PHPExcel_Style)[666]
          protected 'font' => 
            object(PHPExcel_Style_Font)[667]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[669]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[672]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[683]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[684]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[685]
              ...
          protected 'index' => int 25
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      26 => 
        object(PHPExcel_Style)[686]
          protected 'font' => 
            object(PHPExcel_Style_Font)[687]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[689]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[692]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[703]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[704]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[705]
              ...
          protected 'index' => int 26
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      27 => 
        object(PHPExcel_Style)[708]
          protected 'font' => 
            object(PHPExcel_Style_Font)[709]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[711]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[714]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[725]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[726]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[727]
              ...
          protected 'index' => int 27
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      28 => 
        object(PHPExcel_Style)[728]
          protected 'font' => 
            object(PHPExcel_Style_Font)[729]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[731]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[734]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[745]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[746]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[747]
              ...
          protected 'index' => int 28
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      29 => 
        object(PHPExcel_Style)[748]
          protected 'font' => 
            object(PHPExcel_Style_Font)[749]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[751]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[754]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[765]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[766]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[767]
              ...
          protected 'index' => int 29
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      30 => 
        object(PHPExcel_Style)[768]
          protected 'font' => 
            object(PHPExcel_Style_Font)[769]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[771]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[774]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[785]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[786]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[787]
              ...
          protected 'index' => int 30
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      31 => 
        object(PHPExcel_Style)[788]
          protected 'font' => 
            object(PHPExcel_Style_Font)[789]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[791]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[794]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[805]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[806]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[807]
              ...
          protected 'index' => int 31
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      32 => 
        object(PHPExcel_Style)[808]
          protected 'font' => 
            object(PHPExcel_Style_Font)[809]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[811]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[814]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[825]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[826]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[827]
              ...
          protected 'index' => int 32
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      33 => 
        object(PHPExcel_Style)[828]
          protected 'font' => 
            object(PHPExcel_Style_Font)[829]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[831]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[834]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[845]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[846]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[847]
              ...
          protected 'index' => int 33
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      34 => 
        object(PHPExcel_Style)[848]
          protected 'font' => 
            object(PHPExcel_Style_Font)[849]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[851]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[854]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[865]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[866]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[867]
              ...
          protected 'index' => int 34
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      35 => 
        object(PHPExcel_Style)[868]
          protected 'font' => 
            object(PHPExcel_Style_Font)[869]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[871]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[874]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[885]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[886]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[887]
              ...
          protected 'index' => int 35
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      36 => 
        object(PHPExcel_Style)[888]
          protected 'font' => 
            object(PHPExcel_Style_Font)[890]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[892]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[893]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[894]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[907]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[906]
              ...
          protected 'index' => int 36
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      37 => 
        object(PHPExcel_Style)[908]
          protected 'font' => 
            object(PHPExcel_Style_Font)[909]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[911]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[914]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[925]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[926]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[927]
              ...
          protected 'index' => int 37
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      38 => 
        object(PHPExcel_Style)[928]
          protected 'font' => 
            object(PHPExcel_Style_Font)[929]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[931]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[934]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[945]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[946]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[947]
              ...
          protected 'index' => int 38
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      39 => 
        object(PHPExcel_Style)[948]
          protected 'font' => 
            object(PHPExcel_Style_Font)[949]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[951]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[954]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[965]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[966]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[967]
              ...
          protected 'index' => int 39
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      40 => 
        object(PHPExcel_Style)[1059]
          protected 'font' => 
            object(PHPExcel_Style_Font)[1054]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[1044]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[507]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[1050]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[1045]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[1040]
              ...
          protected 'index' => int 40
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'cellStyleXfCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Style)[69]
          protected 'font' => 
            object(PHPExcel_Style_Font)[70]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[72]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[75]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[86]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[87]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[88]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'hasMacros' => boolean false
  private 'macrosCode' => null
  private 'macrosCertificate' => null
  private 'ribbonXMLData' => null
  private 'ribbonBinObjects' => null
$objPayable =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:366:
object(PHPExcel_RichText_Run)[176]
  private 'font' => 
    object(PHPExcel_Style_Font)[177]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean true
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[179]
          protected 'argb' => string 'FF008000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
$objRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:366:
object(PHPExcel_RichText)[174]
  private 'richTextElements' => 
    array (size=3)
      0 => 
        object(PHPExcel_RichText_TextElement)[175]
          private 'text' => string 'This invoice is ' (length=16)
      1 => 
        object(PHPExcel_RichText_Run)[176]
          private 'font' => 
            object(PHPExcel_Style_Font)[177]
              ...
          private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
      2 => 
        object(PHPExcel_RichText_TextElement)[178]
          private 'text' => string ', unless specified otherwise on the invoice.' (length=44)
$sLloremIpsum =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:366:string 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Vivamus eget ante. Sed cursus nunc semper tortor. Aliquam luctus purus non elit. Fusce vel elit commodo sapien dignissim dignissim. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Curabitur accumsan magna sed massa. Nullam bibendum quam ac ipsum. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Proin augue. Praesent malesuada justo sed orci. Pellentesque lacus ligula, sodales quis, ultricies a, u'... (length=835)
$styleThickBrownBorderOutline =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:366:
array (size=1)
  'borders' => 
    array (size=1)
      'outline' => 
        array (size=2)
          'style' => string 'thick' (length=5)
          'color' => 
            array (size=1)
              ...
$styleThinBlackBorderOutline =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:366:
array (size=1)
  'borders' => 
    array (size=1)
      'outline' => 
        array (size=2)
          'style' => string 'thin' (length=4)
          'color' => 
            array (size=1)
              ...
EOL03:10:29 Add a drawing to the worksheet
( ! ) Warning: Use of undefined constant EOL - assumed 'EOL' (this will throw an Error in a future version of PHP) in C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php on line 375
Call Stack
#TimeMemoryFunctionLocation
10.0020532768{main}( )...\05featuredemo.inc.php:0
Variables in local scope (#1)
$objCommentRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:375:
object(PHPExcel_RichText_Run)[165]
  private 'font' => 
    object(PHPExcel_Style_Font)[166]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean false
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[167]
          protected 'argb' => string 'FF000000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'PHPExcel:' (length=9)
$objDrawing =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:375:
object(PHPExcel_Worksheet_Drawing)[973]
  private 'path' => string './images/phpexcel_logo.gif' (length=26)
  private 'imageIndex' (PHPExcel_Worksheet_BaseDrawing) => int 3
  protected 'name' => string 'PHPExcel logo' (length=13)
  protected 'description' => string 'PHPExcel logo' (length=13)
  protected 'worksheet' => 
    object(PHPExcel_Worksheet)[5]
      private 'parent' => 
        object(PHPExcel)[1]
          private 'uniqueID' => string '67d4efa3712bb' (length=13)
          private 'properties' => 
            object(PHPExcel_DocumentProperties)[17]
              ...
          private 'security' => 
            object(PHPExcel_DocumentSecurity)[18]
              ...
          private 'workSheetCollection' => 
            array (size=2)
              ...
          private 'calculationEngine' => 
            object(PHPExcel_Calculation)[2]
              ...
          private 'activeSheetIndex' => int 1
          private 'namedRanges' => 
            array (size=0)
              ...
          private 'cellXfSupervisor' => 
            object(PHPExcel_Style)[19]
              ...
          private 'cellXfCollection' => 
            array (size=42)
              ...
          private 'cellStyleXfCollection' => 
            array (size=1)
              ...
          private 'hasMacros' => boolean false
          private 'macrosCode' => null
          private 'macrosCertificate' => null
          private 'ribbonXMLData' => null
          private 'ribbonBinObjects' => null
      private 'cellCollection' => 
        object(PHPExcel_CachedObjectStorage_Memory)[6]
          protected 'parent' => 
            &object(PHPExcel_Worksheet)[5]
          protected 'currentObject' => null
          protected 'currentObjectID' => string 'E27' (length=3)
          protected 'currentCellIsDirty' => boolean false
          protected 'cellCache' => 
            array (size=76)
              ...
      private 'rowDimensions' => 
        array (size=0)
          empty
      private 'defaultRowDimension' => 
        object(PHPExcel_Worksheet_RowDimension)[14]
          private 'rowIndex' => null
          private 'height' => int -1
          private 'zeroHeight' => boolean false
          private 'visible' (PHPExcel_Worksheet_Dimension) => boolean true
          private 'outlineLevel' (PHPExcel_Worksheet_Dimension) => int 0
          private 'collapsed' (PHPExcel_Worksheet_Dimension) => boolean false
          private 'xfIndex' (PHPExcel_Worksheet_Dimension) => null
      private 'columnDimensions' => 
        array (size=3)
          'B' => 
            object(PHPExcel_Worksheet_ColumnDimension)[203]
              ...
          'D' => 
            object(PHPExcel_Worksheet_ColumnDimension)[204]
              ...
          'E' => 
            object(PHPExcel_Worksheet_ColumnDimension)[205]
              ...
      private 'defaultColumnDimension' => 
        object(PHPExcel_Worksheet_ColumnDimension)[15]
          private 'columnIndex' => null
          private 'width' => int -1
          private 'autoSize' => boolean false
          private 'visible' (PHPExcel_Worksheet_Dimension) => boolean true
          private 'outlineLevel' (PHPExcel_Worksheet_Dimension) => int 0
          private 'collapsed' (PHPExcel_Worksheet_Dimension) => boolean false
          private 'xfIndex' (PHPExcel_Worksheet_Dimension) => int 0
      private 'drawingCollection' => 
        object(ArrayObject)[11]
          private 'storage' => 
            array (size=3)
              ...
      private 'chartCollection' => 
        object(ArrayObject)[12]
          private 'storage' => 
            array (size=0)
              ...
      private 'title' => string 'Invoice' (length=7)
      private 'sheetState' => string 'visible' (length=7)
      private 'pageSetup' => 
        object(PHPExcel_Worksheet_PageSetup)[7]
          private 'paperSize' => int 9
          private 'orientation' => string 'portrait' (length=8)
          private 'scale' => int 100
          private 'fitToPage' => boolean false
          private 'fitToHeight' => int 1
          private 'fitToWidth' => int 1
          private 'columnsToRepeatAtLeft' => 
            array (size=2)
              ...
          private 'rowsToRepeatAtTop' => 
            array (size=2)
              ...
          private 'horizontalCentered' => boolean false
          private 'verticalCentered' => boolean false
          private 'printArea' => null
          private 'firstPageNumber' => null
      private 'pageMargins' => 
        object(PHPExcel_Worksheet_PageMargins)[8]
          private 'left' => float 0.7
          private 'right' => float 0.7
          private 'top' => float 0.75
          private 'bottom' => float 0.75
          private 'header' => float 0.3
          private 'footer' => float 0.3
      private 'headerFooter' => 
        object(PHPExcel_Worksheet_HeaderFooter)[9]
          private 'oddHeader' => string '&L&BInvoice&RPrinted on &D' (length=26)
          private 'oddFooter' => string '&L&BOffice 2007 XLSX Test Document&RPage &P of &N' (length=49)
          private 'evenHeader' => string '' (length=0)
          private 'evenFooter' => string '' (length=0)
          private 'firstHeader' => string '' (length=0)
          private 'firstFooter' => string '' (length=0)
          private 'differentOddEven' => boolean false
          private 'differentFirst' => boolean false
          private 'scaleWithDocument' => boolean true
          private 'alignWithMargins' => boolean true
          private 'headerFooterImages' => 
            array (size=0)
              ...
      private 'sheetView' => 
        object(PHPExcel_Worksheet_SheetView)[10]
          private 'zoomScale' => int 100
          private 'zoomScaleNormal' => int 100
          private 'sheetviewType' => string 'normal' (length=6)
      private 'protection' => 
        object(PHPExcel_Worksheet_Protection)[13]
          private 'sheet' => boolean true
          private 'objects' => boolean false
          private 'scenarios' => boolean false
          private 'formatCells' => boolean false
          private 'formatColumns' => boolean false
          private 'formatRows' => boolean false
          private 'insertColumns' => boolean false
          private 'insertRows' => boolean false
          private 'insertHyperlinks' => boolean false
          private 'deleteColumns' => boolean false
          private 'deleteRows' => boolean false
          private 'selectLockedCells' => boolean false
          private 'sort' => boolean false
          private 'autoFilter' => boolean false
          private 'pivotTables' => boolean false
          private 'selectUnlockedCells' => boolean false
          private 'password' => string '' (length=0)
      private 'styles' => 
        array (size=0)
          empty
      private 'conditionalStylesCollection' => 
        array (size=0)
          empty
      private 'cellCollectionIsSorted' => boolean false
      private 'breaks' => 
        array (size=0)
          empty
      private 'mergeCells' => 
        array (size=1)
          'A18:E22' => string 'A18:E22' (length=7)
      private 'protectedCells' => 
        array (size=1)
          'A3:E13' => string '8053' (length=4)
      private 'autoFilter' => 
        object(PHPExcel_Worksheet_AutoFilter)[16]
          private 'workSheet' => 
            &object(PHPExcel_Worksheet)[5]
          private 'range' => null
          private 'columns' => 
            array (size=0)
              ...
      private 'freezePane' => string '' (length=0)
      private 'showGridlines' => boolean true
      private 'printGridlines' => boolean false
      private 'showRowColHeaders' => boolean true
      private 'showSummaryBelow' => boolean true
      private 'showSummaryRight' => boolean true
      private 'comments' => 
        array (size=3)
          'E11' => 
            object(PHPExcel_Comment)[138]
              ...
          'E12' => 
            object(PHPExcel_Comment)[150]
              ...
          'E13' => 
            object(PHPExcel_Comment)[162]
              ...
      private 'activeCell' => string 'E27' (length=3)
      private 'selectedCells' => string 'E27' (length=3)
      private 'cachedHighestColumn' => string 'I' (length=1)
      private 'cachedHighestRow' => int 28
      private 'rightToLeft' => boolean false
      private 'hyperlinkCollection' => 
        array (size=2)
          'E26' => 
            object(PHPExcel_Cell_Hyperlink)[969]
              ...
          'E27' => 
            object(PHPExcel_Cell_Hyperlink)[989]
              ...
      private 'dataValidationCollection' => 
        array (size=0)
          empty
      private 'tabColor' => null
      private 'dirty' => boolean false
      private 'hash' => string '61e335639af78c57a8a7c242d1c2b9cf' (length=32)
      private 'codeName' => string 'Worksheet' (length=9)
  protected 'coordinates' => string 'D24' (length=3)
  protected 'offsetX' => int 10
  protected 'offsetY' => int 0
  protected 'width' => float 157
  protected 'height' => int 36
  protected 'resizeProportional' => boolean true
  protected 'rotation' => int 0
  protected 'shadow' => 
    object(PHPExcel_Worksheet_Drawing_Shadow)[975]
      private 'visible' => boolean false
      private 'blurRadius' => int 6
      private 'distance' => int 2
      private 'direction' => int 0
      private 'alignment' => string 'br' (length=2)
      private 'color' => 
        object(PHPExcel_Style_Color)[977]
          protected 'argb' => string 'FF000000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      private 'alpha' => int 50
$objPHPExcel =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:375:
object(PHPExcel)[1]
  private 'uniqueID' => string '67d4efa3712bb' (length=13)
  private 'properties' => 
    object(PHPExcel_DocumentProperties)[17]
      private 'creator' => string 'Maarten Balliauw' (length=16)
      private 'lastModifiedBy' => string 'Maarten Balliauw' (length=16)
      private 'created' => int 1742008227
      private 'modified' => int 1742008227
      private 'title' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'description' => string 'Test document for Office 2007 XLSX, generated using PHP classes.' (length=64)
      private 'subject' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'keywords' => string 'office 2007 openxml php' (length=23)
      private 'category' => string 'Test result file' (length=16)
      private 'manager' => string '' (length=0)
      private 'company' => string 'Microsoft Corporation' (length=21)
      private 'customProperties' => 
        array (size=0)
          empty
  private 'security' => 
    object(PHPExcel_DocumentSecurity)[18]
      private 'lockRevision' => boolean false
      private 'lockStructure' => boolean false
      private 'lockWindows' => boolean false
      private 'revisionsPassword' => string '' (length=0)
      private 'workbookPassword' => string '' (length=0)
  private 'workSheetCollection' => 
    array (size=2)
      0 => 
        object(PHPExcel_Worksheet)[5]
          private 'parent' => 
            &object(PHPExcel)[1]
          private 'cellCollection' => 
            object(PHPExcel_CachedObjectStorage_Memory)[6]
              ...
          private 'rowDimensions' => 
            array (size=0)
              ...
          private 'defaultRowDimension' => 
            object(PHPExcel_Worksheet_RowDimension)[14]
              ...
          private 'columnDimensions' => 
            array (size=3)
              ...
          private 'defaultColumnDimension' => 
            object(PHPExcel_Worksheet_ColumnDimension)[15]
              ...
          private 'drawingCollection' => 
            object(ArrayObject)[11]
              ...
          private 'chartCollection' => 
            object(ArrayObject)[12]
              ...
          private 'title' => string 'Invoice' (length=7)
          private 'sheetState' => string 'visible' (length=7)
          private 'pageSetup' => 
            object(PHPExcel_Worksheet_PageSetup)[7]
              ...
          private 'pageMargins' => 
            object(PHPExcel_Worksheet_PageMargins)[8]
              ...
          private 'headerFooter' => 
            object(PHPExcel_Worksheet_HeaderFooter)[9]
              ...
          private 'sheetView' => 
            object(PHPExcel_Worksheet_SheetView)[10]
              ...
          private 'protection' => 
            object(PHPExcel_Worksheet_Protection)[13]
              ...
          private 'styles' => 
            array (size=0)
              ...
          private 'conditionalStylesCollection' => 
            array (size=0)
              ...
          private 'cellCollectionIsSorted' => boolean false
          private 'breaks' => 
            array (size=0)
              ...
          private 'mergeCells' => 
            array (size=1)
              ...
          private 'protectedCells' => 
            array (size=1)
              ...
          private 'autoFilter' => 
            object(PHPExcel_Worksheet_AutoFilter)[16]
              ...
          private 'freezePane' => string '' (length=0)
          private 'showGridlines' => boolean true
          private 'printGridlines' => boolean false
          private 'showRowColHeaders' => boolean true
          private 'showSummaryBelow' => boolean true
          private 'showSummaryRight' => boolean true
          private 'comments' => 
            array (size=3)
              ...
          private 'activeCell' => string 'E27' (length=3)
          private 'selectedCells' => string 'E27' (length=3)
          private 'cachedHighestColumn' => string 'I' (length=1)
          private 'cachedHighestRow' => int 28
          private 'rightToLeft' => boolean false
          private 'hyperlinkCollection' => 
            array (size=2)
              ...
          private 'dataValidationCollection' => 
            array (size=0)
              ...
          private 'tabColor' => null
          private 'dirty' => boolean false
          private 'hash' => string '61e335639af78c57a8a7c242d1c2b9cf' (length=32)
          private 'codeName' => string 'Worksheet' (length=9)
      1 => 
        object(PHPExcel_Worksheet)[1068]
          private 'parent' => 
            &object(PHPExcel)[1]
          private 'cellCollection' => 
            object(PHPExcel_CachedObjectStorage_Memory)[1073]
              ...
          private 'rowDimensions' => 
            array (size=0)
              ...
          private 'defaultRowDimension' => 
            object(PHPExcel_Worksheet_RowDimension)[572]
              ...
          private 'columnDimensions' => 
            array (size=1)
              ...
          private 'defaultColumnDimension' => 
            object(PHPExcel_Worksheet_ColumnDimension)[573]
              ...
          private 'drawingCollection' => 
            object(ArrayObject)[1043]
              ...
          private 'chartCollection' => 
            object(ArrayObject)[1038]
              ...
          private 'title' => string 'Worksheet' (length=9)
          private 'sheetState' => string 'visible' (length=7)
          private 'pageSetup' => 
            object(PHPExcel_Worksheet_PageSetup)[1063]
              ...
          private 'pageMargins' => 
            object(PHPExcel_Worksheet_PageMargins)[1058]
              ...
          private 'headerFooter' => 
            object(PHPExcel_Worksheet_HeaderFooter)[1053]
              ...
          private 'sheetView' => 
            object(PHPExcel_Worksheet_SheetView)[1048]
              ...
          private 'protection' => 
            object(PHPExcel_Worksheet_Protection)[571]
              ...
          private 'styles' => 
            array (size=0)
              ...
          private 'conditionalStylesCollection' => 
            array (size=0)
              ...
          private 'cellCollectionIsSorted' => boolean false
          private 'breaks' => 
            array (size=0)
              ...
          private 'mergeCells' => 
            array (size=0)
              ...
          private 'protectedCells' => 
            array (size=0)
              ...
          private 'autoFilter' => 
            object(PHPExcel_Worksheet_AutoFilter)[574]
              ...
          private 'freezePane' => string '' (length=0)
          private 'showGridlines' => boolean true
          private 'printGridlines' => boolean false
          private 'showRowColHeaders' => boolean true
          private 'showSummaryBelow' => boolean true
          private 'showSummaryRight' => boolean true
          private 'comments' => 
            array (size=0)
              ...
          private 'activeCell' => string 'A3' (length=2)
          private 'selectedCells' => string 'A3:A6' (length=5)
          private 'cachedHighestColumn' => string 'A' (length=1)
          private 'cachedHighestRow' => string '6' (length=1)
          private 'rightToLeft' => boolean false
          private 'hyperlinkCollection' => 
            array (size=0)
              ...
          private 'dataValidationCollection' => 
            array (size=0)
              ...
          private 'tabColor' => 
            object(PHPExcel_Style_Color)[1064]
              ...
          private 'dirty' => boolean false
          private 'hash' => string 'f14d89c698b0853de7405487abda9c1c' (length=32)
          private 'codeName' => string 'Worksheet_1' (length=11)
  private 'calculationEngine' => 
    object(PHPExcel_Calculation)[2]
      private 'workbook' => 
        &object(PHPExcel)[1]
      private 'calculationCache' => 
        array (size=0)
          empty
      private 'calculationCacheEnabled' => boolean true
      private 'debugLog' => null
      public 'suppressFormulaErrors' => boolean false
      public 'formulaError' => null
      private 'cyclicReferenceStack' => 
        object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
          private 'stack' => 
            array (size=0)
              ...
      private 'cellStack' => 
        array (size=0)
          empty
      private 'cyclicFormulaCounter' => int 1
      private 'cyclicFormulaCell' => string '' (length=0)
      public 'cyclicFormulaCount' => int 1
      private 'delta' => float 1.0E-14
      public '_debugLog' => 
        object(PHPExcel_CalcEngine_Logger)[4]
          private 'writeDebugLog' => boolean false
          private 'echoDebugLog' => boolean false
          private 'debugLog' => 
            array (size=0)
              ...
          private 'cellStack' => 
            object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
              ...
  private 'activeSheetIndex' => int 1
  private 'namedRanges' => 
    array (size=0)
      empty
  private 'cellXfSupervisor' => 
    object(PHPExcel_Style)[19]
      protected 'font' => 
        object(PHPExcel_Style_Font)[20]
          protected 'name' => string 'Calibri' (length=7)
          protected 'size' => int 11
          protected 'bold' => boolean false
          protected 'italic' => boolean false
          protected 'superScript' => boolean false
          protected 'subScript' => boolean false
          protected 'underline' => string 'none' (length=4)
          protected 'strikethrough' => boolean false
          protected 'color' => 
            object(PHPExcel_Style_Color)[21]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'fill' => 
        object(PHPExcel_Style_Fill)[22]
          protected 'fillType' => string 'none' (length=4)
          protected 'rotation' => int 0
          protected 'startColor' => 
            object(PHPExcel_Style_Color)[23]
              ...
          protected 'endColor' => 
            object(PHPExcel_Style_Color)[24]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'borders' => 
        object(PHPExcel_Style_Borders)[25]
          protected 'left' => 
            object(PHPExcel_Style_Border)[26]
              ...
          protected 'right' => 
            object(PHPExcel_Style_Border)[28]
              ...
          protected 'top' => 
            object(PHPExcel_Style_Border)[30]
              ...
          protected 'bottom' => 
            object(PHPExcel_Style_Border)[32]
              ...
          protected 'diagonal' => 
            object(PHPExcel_Style_Border)[34]
              ...
          protected 'diagonalDirection' => int 0
          protected 'allBorders' => 
            object(PHPExcel_Style_Border)[36]
              ...
          protected 'outline' => 
            object(PHPExcel_Style_Border)[38]
              ...
          protected 'inside' => 
            object(PHPExcel_Style_Border)[40]
              ...
          protected 'vertical' => 
            object(PHPExcel_Style_Border)[42]
              ...
          protected 'horizontal' => 
            object(PHPExcel_Style_Border)[44]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'alignment' => 
        object(PHPExcel_Style_Alignment)[46]
          protected 'horizontal' => string 'general' (length=7)
          protected 'vertical' => string 'bottom' (length=6)
          protected 'textRotation' => int 0
          protected 'wrapText' => boolean false
          protected 'shrinkToFit' => boolean false
          protected 'indent' => int 0
          protected 'readorder' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'numberFormat' => 
        object(PHPExcel_Style_NumberFormat)[47]
          protected 'formatCode' => string 'General' (length=7)
          protected 'builtInFormatCode' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'conditionalStyles' => 
        array (size=0)
          empty
      protected 'protection' => 
        object(PHPExcel_Style_Protection)[48]
          protected 'locked' => string 'inherit' (length=7)
          protected 'hidden' => string 'inherit' (length=7)
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'index' => null
      protected 'quotePrefix' => boolean false
      protected 'isSupervisor' => boolean true
      protected 'parent' => 
        &object(PHPExcel)[1]
  private 'cellXfCollection' => 
    array (size=42)
      0 => 
        object(PHPExcel_Style)[49]
          protected 'font' => 
            object(PHPExcel_Style_Font)[50]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[52]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[55]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[66]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[67]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[68]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      1 => 
        object(PHPExcel_Style)[92]
          protected 'font' => 
            object(PHPExcel_Style_Font)[93]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[95]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[98]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[109]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[110]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[111]
              ...
          protected 'index' => int 1
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      2 => 
        object(PHPExcel_Style)[183]
          protected 'font' => 
            object(PHPExcel_Style_Font)[184]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[186]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[189]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[200]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[201]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[202]
              ...
          protected 'index' => int 2
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      3 => 
        object(PHPExcel_Style)[206]
          protected 'font' => 
            object(PHPExcel_Style_Font)[207]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[209]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[212]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[223]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[224]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[225]
              ...
          protected 'index' => int 3
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      4 => 
        object(PHPExcel_Style)[226]
          protected 'font' => 
            object(PHPExcel_Style_Font)[227]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[229]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[232]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[243]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[244]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[245]
              ...
          protected 'index' => int 4
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      5 => 
        object(PHPExcel_Style)[246]
          protected 'font' => 
            object(PHPExcel_Style_Font)[247]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[249]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[252]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[263]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[264]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[265]
              ...
          protected 'index' => int 5
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      6 => 
        object(PHPExcel_Style)[266]
          protected 'font' => 
            object(PHPExcel_Style_Font)[267]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[269]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[272]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[283]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[284]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[285]
              ...
          protected 'index' => int 6
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      7 => 
        object(PHPExcel_Style)[286]
          protected 'font' => 
            object(PHPExcel_Style_Font)[287]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[289]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[292]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[303]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[304]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[305]
              ...
          protected 'index' => int 7
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      8 => 
        object(PHPExcel_Style)[306]
          protected 'font' => 
            object(PHPExcel_Style_Font)[307]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[309]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[312]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[323]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[324]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[325]
              ...
          protected 'index' => int 8
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      9 => 
        object(PHPExcel_Style)[326]
          protected 'font' => 
            object(PHPExcel_Style_Font)[327]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[329]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[332]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[343]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[344]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[345]
              ...
          protected 'index' => int 9
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      10 => 
        object(PHPExcel_Style)[346]
          protected 'font' => 
            object(PHPExcel_Style_Font)[347]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[349]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[352]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[363]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[364]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[365]
              ...
          protected 'index' => int 10
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      11 => 
        object(PHPExcel_Style)[366]
          protected 'font' => 
            object(PHPExcel_Style_Font)[367]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[369]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[372]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[383]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[384]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[385]
              ...
          protected 'index' => int 11
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      12 => 
        object(PHPExcel_Style)[386]
          protected 'font' => 
            object(PHPExcel_Style_Font)[387]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[389]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[392]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[403]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[404]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[405]
              ...
          protected 'index' => int 12
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      13 => 
        object(PHPExcel_Style)[406]
          protected 'font' => 
            object(PHPExcel_Style_Font)[425]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[423]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[422]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[410]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[407]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[408]
              ...
          protected 'index' => int 13
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      14 => 
        object(PHPExcel_Style)[426]
          protected 'font' => 
            object(PHPExcel_Style_Font)[427]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[429]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[432]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[443]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[444]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[445]
              ...
          protected 'index' => int 14
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      15 => 
        object(PHPExcel_Style)[446]
          protected 'font' => 
            object(PHPExcel_Style_Font)[447]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[449]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[452]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[463]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[464]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[465]
              ...
          protected 'index' => int 15
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      16 => 
        object(PHPExcel_Style)[466]
          protected 'font' => 
            object(PHPExcel_Style_Font)[467]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[469]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[472]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[483]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[484]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[485]
              ...
          protected 'index' => int 16
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      17 => 
        object(PHPExcel_Style)[486]
          protected 'font' => 
            object(PHPExcel_Style_Font)[487]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[489]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[492]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[503]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[504]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[505]
              ...
          protected 'index' => int 17
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      18 => 
        object(PHPExcel_Style)[510]
          protected 'font' => 
            object(PHPExcel_Style_Font)[511]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[513]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[516]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[527]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[528]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[529]
              ...
          protected 'index' => int 18
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      19 => 
        object(PHPExcel_Style)[531]
          protected 'font' => 
            object(PHPExcel_Style_Font)[532]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[534]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[537]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[548]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[549]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[550]
              ...
          protected 'index' => int 19
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      20 => 
        object(PHPExcel_Style)[551]
          protected 'font' => 
            object(PHPExcel_Style_Font)[552]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[554]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[557]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[568]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[569]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[570]
              ...
          protected 'index' => int 20
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      21 => 
        object(PHPExcel_Style)[620]
          protected 'font' => 
            object(PHPExcel_Style_Font)[609]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[619]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[614]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[583]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[602]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[601]
              ...
          protected 'index' => int 21
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      22 => 
        object(PHPExcel_Style)[600]
          protected 'font' => 
            object(PHPExcel_Style_Font)[589]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[599]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[594]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[623]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[624]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[625]
              ...
          protected 'index' => int 22
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      23 => 
        object(PHPExcel_Style)[626]
          protected 'font' => 
            object(PHPExcel_Style_Font)[627]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[629]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[632]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[643]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[644]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[645]
              ...
          protected 'index' => int 23
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      24 => 
        object(PHPExcel_Style)[646]
          protected 'font' => 
            object(PHPExcel_Style_Font)[647]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[649]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[652]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[663]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[664]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[665]
              ...
          protected 'index' => int 24
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      25 => 
        object(PHPExcel_Style)[666]
          protected 'font' => 
            object(PHPExcel_Style_Font)[667]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[669]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[672]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[683]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[684]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[685]
              ...
          protected 'index' => int 25
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      26 => 
        object(PHPExcel_Style)[686]
          protected 'font' => 
            object(PHPExcel_Style_Font)[687]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[689]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[692]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[703]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[704]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[705]
              ...
          protected 'index' => int 26
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      27 => 
        object(PHPExcel_Style)[708]
          protected 'font' => 
            object(PHPExcel_Style_Font)[709]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[711]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[714]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[725]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[726]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[727]
              ...
          protected 'index' => int 27
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      28 => 
        object(PHPExcel_Style)[728]
          protected 'font' => 
            object(PHPExcel_Style_Font)[729]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[731]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[734]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[745]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[746]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[747]
              ...
          protected 'index' => int 28
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      29 => 
        object(PHPExcel_Style)[748]
          protected 'font' => 
            object(PHPExcel_Style_Font)[749]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[751]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[754]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[765]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[766]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[767]
              ...
          protected 'index' => int 29
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      30 => 
        object(PHPExcel_Style)[768]
          protected 'font' => 
            object(PHPExcel_Style_Font)[769]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[771]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[774]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[785]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[786]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[787]
              ...
          protected 'index' => int 30
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      31 => 
        object(PHPExcel_Style)[788]
          protected 'font' => 
            object(PHPExcel_Style_Font)[789]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[791]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[794]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[805]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[806]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[807]
              ...
          protected 'index' => int 31
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      32 => 
        object(PHPExcel_Style)[808]
          protected 'font' => 
            object(PHPExcel_Style_Font)[809]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[811]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[814]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[825]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[826]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[827]
              ...
          protected 'index' => int 32
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      33 => 
        object(PHPExcel_Style)[828]
          protected 'font' => 
            object(PHPExcel_Style_Font)[829]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[831]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[834]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[845]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[846]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[847]
              ...
          protected 'index' => int 33
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      34 => 
        object(PHPExcel_Style)[848]
          protected 'font' => 
            object(PHPExcel_Style_Font)[849]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[851]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[854]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[865]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[866]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[867]
              ...
          protected 'index' => int 34
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      35 => 
        object(PHPExcel_Style)[868]
          protected 'font' => 
            object(PHPExcel_Style_Font)[869]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[871]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[874]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[885]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[886]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[887]
              ...
          protected 'index' => int 35
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      36 => 
        object(PHPExcel_Style)[888]
          protected 'font' => 
            object(PHPExcel_Style_Font)[890]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[892]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[893]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[894]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[907]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[906]
              ...
          protected 'index' => int 36
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      37 => 
        object(PHPExcel_Style)[908]
          protected 'font' => 
            object(PHPExcel_Style_Font)[909]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[911]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[914]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[925]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[926]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[927]
              ...
          protected 'index' => int 37
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      38 => 
        object(PHPExcel_Style)[928]
          protected 'font' => 
            object(PHPExcel_Style_Font)[929]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[931]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[934]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[945]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[946]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[947]
              ...
          protected 'index' => int 38
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      39 => 
        object(PHPExcel_Style)[948]
          protected 'font' => 
            object(PHPExcel_Style_Font)[949]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[951]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[954]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[965]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[966]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[967]
              ...
          protected 'index' => int 39
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      40 => 
        object(PHPExcel_Style)[1059]
          protected 'font' => 
            object(PHPExcel_Style_Font)[1054]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[1044]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[507]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[1050]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[1045]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[1040]
              ...
          protected 'index' => int 40
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      41 => 
        object(PHPExcel_Style)[128]
          protected 'font' => 
            object(PHPExcel_Style_Font)[129]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[580]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[131]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[136]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[582]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[621]
              ...
          protected 'index' => int 41
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'cellStyleXfCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Style)[69]
          protected 'font' => 
            object(PHPExcel_Style_Font)[70]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[72]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[75]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[86]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[87]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[88]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'hasMacros' => boolean false
  private 'macrosCode' => null
  private 'macrosCertificate' => null
  private 'ribbonXMLData' => null
  private 'ribbonBinObjects' => null
$objPayable =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:375:
object(PHPExcel_RichText_Run)[176]
  private 'font' => 
    object(PHPExcel_Style_Font)[177]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean true
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[179]
          protected 'argb' => string 'FF008000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
$objRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:375:
object(PHPExcel_RichText)[174]
  private 'richTextElements' => 
    array (size=3)
      0 => 
        object(PHPExcel_RichText_TextElement)[175]
          private 'text' => string 'This invoice is ' (length=16)
      1 => 
        object(PHPExcel_RichText_Run)[176]
          private 'font' => 
            object(PHPExcel_Style_Font)[177]
              ...
          private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
      2 => 
        object(PHPExcel_RichText_TextElement)[178]
          private 'text' => string ', unless specified otherwise on the invoice.' (length=44)
$sLloremIpsum =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:375:string 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Vivamus eget ante. Sed cursus nunc semper tortor. Aliquam luctus purus non elit. Fusce vel elit commodo sapien dignissim dignissim. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Curabitur accumsan magna sed massa. Nullam bibendum quam ac ipsum. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Proin augue. Praesent malesuada justo sed orci. Pellentesque lacus ligula, sodales quis, ultricies a, u'... (length=835)
$styleThickBrownBorderOutline =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:375:
array (size=1)
  'borders' => 
    array (size=1)
      'outline' => 
        array (size=2)
          'style' => string 'thick' (length=5)
          'color' => 
            array (size=1)
              ...
$styleThinBlackBorderOutline =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:375:
array (size=1)
  'borders' => 
    array (size=1)
      'outline' => 
        array (size=2)
          'style' => string 'thin' (length=4)
          'color' => 
            array (size=1)
              ...
EOL03:10:29 Set page orientation and size
( ! ) Warning: Use of undefined constant EOL - assumed 'EOL' (this will throw an Error in a future version of PHP) in C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php on line 384
Call Stack
#TimeMemoryFunctionLocation
10.0020532768{main}( )...\05featuredemo.inc.php:0
Variables in local scope (#1)
$objCommentRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:384:
object(PHPExcel_RichText_Run)[165]
  private 'font' => 
    object(PHPExcel_Style_Font)[166]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean false
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[167]
          protected 'argb' => string 'FF000000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'PHPExcel:' (length=9)
$objDrawing =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:384:
object(PHPExcel_Worksheet_Drawing)[135]
  private 'path' => string './images/termsconditions.jpg' (length=28)
  private 'imageIndex' (PHPExcel_Worksheet_BaseDrawing) => int 4
  protected 'name' => string 'Terms and conditions' (length=20)
  protected 'description' => string 'Terms and conditions' (length=20)
  protected 'worksheet' => 
    object(PHPExcel_Worksheet)[1068]
      private 'parent' => 
        object(PHPExcel)[1]
          private 'uniqueID' => string '67d4efa3712bb' (length=13)
          private 'properties' => 
            object(PHPExcel_DocumentProperties)[17]
              ...
          private 'security' => 
            object(PHPExcel_DocumentSecurity)[18]
              ...
          private 'workSheetCollection' => 
            array (size=2)
              ...
          private 'calculationEngine' => 
            object(PHPExcel_Calculation)[2]
              ...
          private 'activeSheetIndex' => int 1
          private 'namedRanges' => 
            array (size=0)
              ...
          private 'cellXfSupervisor' => 
            object(PHPExcel_Style)[19]
              ...
          private 'cellXfCollection' => 
            array (size=42)
              ...
          private 'cellStyleXfCollection' => 
            array (size=1)
              ...
          private 'hasMacros' => boolean false
          private 'macrosCode' => null
          private 'macrosCertificate' => null
          private 'ribbonXMLData' => null
          private 'ribbonBinObjects' => null
      private 'cellCollection' => 
        object(PHPExcel_CachedObjectStorage_Memory)[1073]
          protected 'parent' => 
            &object(PHPExcel_Worksheet)[1068]
          protected 'currentObject' => null
          protected 'currentObjectID' => string 'B14' (length=3)
          protected 'currentCellIsDirty' => boolean true
          protected 'cellCache' => 
            array (size=6)
              ...
      private 'rowDimensions' => 
        array (size=0)
          empty
      private 'defaultRowDimension' => 
        object(PHPExcel_Worksheet_RowDimension)[572]
          private 'rowIndex' => null
          private 'height' => int -1
          private 'zeroHeight' => boolean false
          private 'visible' (PHPExcel_Worksheet_Dimension) => boolean true
          private 'outlineLevel' (PHPExcel_Worksheet_Dimension) => int 0
          private 'collapsed' (PHPExcel_Worksheet_Dimension) => boolean false
          private 'xfIndex' (PHPExcel_Worksheet_Dimension) => null
      private 'columnDimensions' => 
        array (size=1)
          'A' => 
            object(PHPExcel_Worksheet_ColumnDimension)[1034]
              ...
      private 'defaultColumnDimension' => 
        object(PHPExcel_Worksheet_ColumnDimension)[573]
          private 'columnIndex' => null
          private 'width' => int -1
          private 'autoSize' => boolean false
          private 'visible' (PHPExcel_Worksheet_Dimension) => boolean true
          private 'outlineLevel' (PHPExcel_Worksheet_Dimension) => int 0
          private 'collapsed' (PHPExcel_Worksheet_Dimension) => boolean false
          private 'xfIndex' (PHPExcel_Worksheet_Dimension) => int 0
      private 'drawingCollection' => 
        object(ArrayObject)[1043]
          private 'storage' => 
            array (size=1)
              ...
      private 'chartCollection' => 
        object(ArrayObject)[1038]
          private 'storage' => 
            array (size=0)
              ...
      private 'title' => string 'Worksheet' (length=9)
      private 'sheetState' => string 'visible' (length=7)
      private 'pageSetup' => 
        object(PHPExcel_Worksheet_PageSetup)[1063]
          private 'paperSize' => int 1
          private 'orientation' => string 'default' (length=7)
          private 'scale' => int 100
          private 'fitToPage' => boolean false
          private 'fitToHeight' => int 1
          private 'fitToWidth' => int 1
          private 'columnsToRepeatAtLeft' => 
            array (size=2)
              ...
          private 'rowsToRepeatAtTop' => 
            array (size=2)
              ...
          private 'horizontalCentered' => boolean false
          private 'verticalCentered' => boolean false
          private 'printArea' => null
          private 'firstPageNumber' => null
      private 'pageMargins' => 
        object(PHPExcel_Worksheet_PageMargins)[1058]
          private 'left' => float 0.7
          private 'right' => float 0.7
          private 'top' => float 0.75
          private 'bottom' => float 0.75
          private 'header' => float 0.3
          private 'footer' => float 0.3
      private 'headerFooter' => 
        object(PHPExcel_Worksheet_HeaderFooter)[1053]
          private 'oddHeader' => string '' (length=0)
          private 'oddFooter' => string '' (length=0)
          private 'evenHeader' => string '' (length=0)
          private 'evenFooter' => string '' (length=0)
          private 'firstHeader' => string '' (length=0)
          private 'firstFooter' => string '' (length=0)
          private 'differentOddEven' => boolean false
          private 'differentFirst' => boolean false
          private 'scaleWithDocument' => boolean true
          private 'alignWithMargins' => boolean true
          private 'headerFooterImages' => 
            array (size=0)
              ...
      private 'sheetView' => 
        object(PHPExcel_Worksheet_SheetView)[1048]
          private 'zoomScale' => int 100
          private 'zoomScaleNormal' => int 100
          private 'sheetviewType' => string 'normal' (length=6)
      private 'protection' => 
        object(PHPExcel_Worksheet_Protection)[571]
          private 'sheet' => boolean false
          private 'objects' => boolean false
          private 'scenarios' => boolean false
          private 'formatCells' => boolean false
          private 'formatColumns' => boolean false
          private 'formatRows' => boolean false
          private 'insertColumns' => boolean false
          private 'insertRows' => boolean false
          private 'insertHyperlinks' => boolean false
          private 'deleteColumns' => boolean false
          private 'deleteRows' => boolean false
          private 'selectLockedCells' => boolean false
          private 'sort' => boolean false
          private 'autoFilter' => boolean false
          private 'pivotTables' => boolean false
          private 'selectUnlockedCells' => boolean false
          private 'password' => string '' (length=0)
      private 'styles' => 
        array (size=0)
          empty
      private 'conditionalStylesCollection' => 
        array (size=0)
          empty
      private 'cellCollectionIsSorted' => boolean false
      private 'breaks' => 
        array (size=0)
          empty
      private 'mergeCells' => 
        array (size=0)
          empty
      private 'protectedCells' => 
        array (size=0)
          empty
      private 'autoFilter' => 
        object(PHPExcel_Worksheet_AutoFilter)[574]
          private 'workSheet' => 
            &object(PHPExcel_Worksheet)[1068]
          private 'range' => null
          private 'columns' => 
            array (size=0)
              ...
      private 'freezePane' => string '' (length=0)
      private 'showGridlines' => boolean true
      private 'printGridlines' => boolean false
      private 'showRowColHeaders' => boolean true
      private 'showSummaryBelow' => boolean true
      private 'showSummaryRight' => boolean true
      private 'comments' => 
        array (size=0)
          empty
      private 'activeCell' => string 'A3' (length=2)
      private 'selectedCells' => string 'A3:A6' (length=5)
      private 'cachedHighestColumn' => string 'B' (length=1)
      private 'cachedHighestRow' => string '14' (length=2)
      private 'rightToLeft' => boolean false
      private 'hyperlinkCollection' => 
        array (size=0)
          empty
      private 'dataValidationCollection' => 
        array (size=0)
          empty
      private 'tabColor' => 
        object(PHPExcel_Style_Color)[1064]
          protected 'argb' => string 'FF0094FF' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      private 'dirty' => boolean false
      private 'hash' => string 'f14d89c698b0853de7405487abda9c1c' (length=32)
      private 'codeName' => string 'Worksheet_1' (length=11)
  protected 'coordinates' => string 'B14' (length=3)
  protected 'offsetX' => int 0
  protected 'offsetY' => int 0
  protected 'width' => int 22
  protected 'height' => int 22
  protected 'resizeProportional' => boolean true
  protected 'rotation' => int 0
  protected 'shadow' => 
    object(PHPExcel_Worksheet_Drawing_Shadow)[1033]
      private 'visible' => boolean false
      private 'blurRadius' => int 6
      private 'distance' => int 2
      private 'direction' => int 0
      private 'alignment' => string 'br' (length=2)
      private 'color' => 
        object(PHPExcel_Style_Color)[980]
          protected 'argb' => string 'FF000000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      private 'alpha' => int 50
$objPHPExcel =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:384:
object(PHPExcel)[1]
  private 'uniqueID' => string '67d4efa3712bb' (length=13)
  private 'properties' => 
    object(PHPExcel_DocumentProperties)[17]
      private 'creator' => string 'Maarten Balliauw' (length=16)
      private 'lastModifiedBy' => string 'Maarten Balliauw' (length=16)
      private 'created' => int 1742008227
      private 'modified' => int 1742008227
      private 'title' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'description' => string 'Test document for Office 2007 XLSX, generated using PHP classes.' (length=64)
      private 'subject' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'keywords' => string 'office 2007 openxml php' (length=23)
      private 'category' => string 'Test result file' (length=16)
      private 'manager' => string '' (length=0)
      private 'company' => string 'Microsoft Corporation' (length=21)
      private 'customProperties' => 
        array (size=0)
          empty
  private 'security' => 
    object(PHPExcel_DocumentSecurity)[18]
      private 'lockRevision' => boolean false
      private 'lockStructure' => boolean false
      private 'lockWindows' => boolean false
      private 'revisionsPassword' => string '' (length=0)
      private 'workbookPassword' => string '' (length=0)
  private 'workSheetCollection' => 
    array (size=2)
      0 => 
        object(PHPExcel_Worksheet)[5]
          private 'parent' => 
            &object(PHPExcel)[1]
          private 'cellCollection' => 
            object(PHPExcel_CachedObjectStorage_Memory)[6]
              ...
          private 'rowDimensions' => 
            array (size=0)
              ...
          private 'defaultRowDimension' => 
            object(PHPExcel_Worksheet_RowDimension)[14]
              ...
          private 'columnDimensions' => 
            array (size=3)
              ...
          private 'defaultColumnDimension' => 
            object(PHPExcel_Worksheet_ColumnDimension)[15]
              ...
          private 'drawingCollection' => 
            object(ArrayObject)[11]
              ...
          private 'chartCollection' => 
            object(ArrayObject)[12]
              ...
          private 'title' => string 'Invoice' (length=7)
          private 'sheetState' => string 'visible' (length=7)
          private 'pageSetup' => 
            object(PHPExcel_Worksheet_PageSetup)[7]
              ...
          private 'pageMargins' => 
            object(PHPExcel_Worksheet_PageMargins)[8]
              ...
          private 'headerFooter' => 
            object(PHPExcel_Worksheet_HeaderFooter)[9]
              ...
          private 'sheetView' => 
            object(PHPExcel_Worksheet_SheetView)[10]
              ...
          private 'protection' => 
            object(PHPExcel_Worksheet_Protection)[13]
              ...
          private 'styles' => 
            array (size=0)
              ...
          private 'conditionalStylesCollection' => 
            array (size=0)
              ...
          private 'cellCollectionIsSorted' => boolean false
          private 'breaks' => 
            array (size=0)
              ...
          private 'mergeCells' => 
            array (size=1)
              ...
          private 'protectedCells' => 
            array (size=1)
              ...
          private 'autoFilter' => 
            object(PHPExcel_Worksheet_AutoFilter)[16]
              ...
          private 'freezePane' => string '' (length=0)
          private 'showGridlines' => boolean true
          private 'printGridlines' => boolean false
          private 'showRowColHeaders' => boolean true
          private 'showSummaryBelow' => boolean true
          private 'showSummaryRight' => boolean true
          private 'comments' => 
            array (size=3)
              ...
          private 'activeCell' => string 'E27' (length=3)
          private 'selectedCells' => string 'E27' (length=3)
          private 'cachedHighestColumn' => string 'I' (length=1)
          private 'cachedHighestRow' => int 28
          private 'rightToLeft' => boolean false
          private 'hyperlinkCollection' => 
            array (size=2)
              ...
          private 'dataValidationCollection' => 
            array (size=0)
              ...
          private 'tabColor' => null
          private 'dirty' => boolean false
          private 'hash' => string '61e335639af78c57a8a7c242d1c2b9cf' (length=32)
          private 'codeName' => string 'Worksheet' (length=9)
      1 => 
        object(PHPExcel_Worksheet)[1068]
          private 'parent' => 
            &object(PHPExcel)[1]
          private 'cellCollection' => 
            object(PHPExcel_CachedObjectStorage_Memory)[1073]
              ...
          private 'rowDimensions' => 
            array (size=0)
              ...
          private 'defaultRowDimension' => 
            object(PHPExcel_Worksheet_RowDimension)[572]
              ...
          private 'columnDimensions' => 
            array (size=1)
              ...
          private 'defaultColumnDimension' => 
            object(PHPExcel_Worksheet_ColumnDimension)[573]
              ...
          private 'drawingCollection' => 
            object(ArrayObject)[1043]
              ...
          private 'chartCollection' => 
            object(ArrayObject)[1038]
              ...
          private 'title' => string 'Worksheet' (length=9)
          private 'sheetState' => string 'visible' (length=7)
          private 'pageSetup' => 
            object(PHPExcel_Worksheet_PageSetup)[1063]
              ...
          private 'pageMargins' => 
            object(PHPExcel_Worksheet_PageMargins)[1058]
              ...
          private 'headerFooter' => 
            object(PHPExcel_Worksheet_HeaderFooter)[1053]
              ...
          private 'sheetView' => 
            object(PHPExcel_Worksheet_SheetView)[1048]
              ...
          private 'protection' => 
            object(PHPExcel_Worksheet_Protection)[571]
              ...
          private 'styles' => 
            array (size=0)
              ...
          private 'conditionalStylesCollection' => 
            array (size=0)
              ...
          private 'cellCollectionIsSorted' => boolean false
          private 'breaks' => 
            array (size=0)
              ...
          private 'mergeCells' => 
            array (size=0)
              ...
          private 'protectedCells' => 
            array (size=0)
              ...
          private 'autoFilter' => 
            object(PHPExcel_Worksheet_AutoFilter)[574]
              ...
          private 'freezePane' => string '' (length=0)
          private 'showGridlines' => boolean true
          private 'printGridlines' => boolean false
          private 'showRowColHeaders' => boolean true
          private 'showSummaryBelow' => boolean true
          private 'showSummaryRight' => boolean true
          private 'comments' => 
            array (size=0)
              ...
          private 'activeCell' => string 'A3' (length=2)
          private 'selectedCells' => string 'A3:A6' (length=5)
          private 'cachedHighestColumn' => string 'B' (length=1)
          private 'cachedHighestRow' => string '14' (length=2)
          private 'rightToLeft' => boolean false
          private 'hyperlinkCollection' => 
            array (size=0)
              ...
          private 'dataValidationCollection' => 
            array (size=0)
              ...
          private 'tabColor' => 
            object(PHPExcel_Style_Color)[1064]
              ...
          private 'dirty' => boolean false
          private 'hash' => string 'f14d89c698b0853de7405487abda9c1c' (length=32)
          private 'codeName' => string 'Worksheet_1' (length=11)
  private 'calculationEngine' => 
    object(PHPExcel_Calculation)[2]
      private 'workbook' => 
        &object(PHPExcel)[1]
      private 'calculationCache' => 
        array (size=0)
          empty
      private 'calculationCacheEnabled' => boolean true
      private 'debugLog' => null
      public 'suppressFormulaErrors' => boolean false
      public 'formulaError' => null
      private 'cyclicReferenceStack' => 
        object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
          private 'stack' => 
            array (size=0)
              ...
      private 'cellStack' => 
        array (size=0)
          empty
      private 'cyclicFormulaCounter' => int 1
      private 'cyclicFormulaCell' => string '' (length=0)
      public 'cyclicFormulaCount' => int 1
      private 'delta' => float 1.0E-14
      public '_debugLog' => 
        object(PHPExcel_CalcEngine_Logger)[4]
          private 'writeDebugLog' => boolean false
          private 'echoDebugLog' => boolean false
          private 'debugLog' => 
            array (size=0)
              ...
          private 'cellStack' => 
            object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
              ...
  private 'activeSheetIndex' => int 1
  private 'namedRanges' => 
    array (size=0)
      empty
  private 'cellXfSupervisor' => 
    object(PHPExcel_Style)[19]
      protected 'font' => 
        object(PHPExcel_Style_Font)[20]
          protected 'name' => string 'Calibri' (length=7)
          protected 'size' => int 11
          protected 'bold' => boolean false
          protected 'italic' => boolean false
          protected 'superScript' => boolean false
          protected 'subScript' => boolean false
          protected 'underline' => string 'none' (length=4)
          protected 'strikethrough' => boolean false
          protected 'color' => 
            object(PHPExcel_Style_Color)[21]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'fill' => 
        object(PHPExcel_Style_Fill)[22]
          protected 'fillType' => string 'none' (length=4)
          protected 'rotation' => int 0
          protected 'startColor' => 
            object(PHPExcel_Style_Color)[23]
              ...
          protected 'endColor' => 
            object(PHPExcel_Style_Color)[24]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'borders' => 
        object(PHPExcel_Style_Borders)[25]
          protected 'left' => 
            object(PHPExcel_Style_Border)[26]
              ...
          protected 'right' => 
            object(PHPExcel_Style_Border)[28]
              ...
          protected 'top' => 
            object(PHPExcel_Style_Border)[30]
              ...
          protected 'bottom' => 
            object(PHPExcel_Style_Border)[32]
              ...
          protected 'diagonal' => 
            object(PHPExcel_Style_Border)[34]
              ...
          protected 'diagonalDirection' => int 0
          protected 'allBorders' => 
            object(PHPExcel_Style_Border)[36]
              ...
          protected 'outline' => 
            object(PHPExcel_Style_Border)[38]
              ...
          protected 'inside' => 
            object(PHPExcel_Style_Border)[40]
              ...
          protected 'vertical' => 
            object(PHPExcel_Style_Border)[42]
              ...
          protected 'horizontal' => 
            object(PHPExcel_Style_Border)[44]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'alignment' => 
        object(PHPExcel_Style_Alignment)[46]
          protected 'horizontal' => string 'general' (length=7)
          protected 'vertical' => string 'bottom' (length=6)
          protected 'textRotation' => int 0
          protected 'wrapText' => boolean false
          protected 'shrinkToFit' => boolean false
          protected 'indent' => int 0
          protected 'readorder' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'numberFormat' => 
        object(PHPExcel_Style_NumberFormat)[47]
          protected 'formatCode' => string 'General' (length=7)
          protected 'builtInFormatCode' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'conditionalStyles' => 
        array (size=0)
          empty
      protected 'protection' => 
        object(PHPExcel_Style_Protection)[48]
          protected 'locked' => string 'inherit' (length=7)
          protected 'hidden' => string 'inherit' (length=7)
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'index' => null
      protected 'quotePrefix' => boolean false
      protected 'isSupervisor' => boolean true
      protected 'parent' => 
        &object(PHPExcel)[1]
  private 'cellXfCollection' => 
    array (size=42)
      0 => 
        object(PHPExcel_Style)[49]
          protected 'font' => 
            object(PHPExcel_Style_Font)[50]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[52]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[55]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[66]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[67]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[68]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      1 => 
        object(PHPExcel_Style)[92]
          protected 'font' => 
            object(PHPExcel_Style_Font)[93]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[95]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[98]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[109]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[110]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[111]
              ...
          protected 'index' => int 1
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      2 => 
        object(PHPExcel_Style)[183]
          protected 'font' => 
            object(PHPExcel_Style_Font)[184]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[186]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[189]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[200]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[201]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[202]
              ...
          protected 'index' => int 2
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      3 => 
        object(PHPExcel_Style)[206]
          protected 'font' => 
            object(PHPExcel_Style_Font)[207]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[209]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[212]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[223]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[224]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[225]
              ...
          protected 'index' => int 3
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      4 => 
        object(PHPExcel_Style)[226]
          protected 'font' => 
            object(PHPExcel_Style_Font)[227]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[229]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[232]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[243]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[244]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[245]
              ...
          protected 'index' => int 4
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      5 => 
        object(PHPExcel_Style)[246]
          protected 'font' => 
            object(PHPExcel_Style_Font)[247]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[249]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[252]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[263]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[264]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[265]
              ...
          protected 'index' => int 5
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      6 => 
        object(PHPExcel_Style)[266]
          protected 'font' => 
            object(PHPExcel_Style_Font)[267]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[269]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[272]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[283]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[284]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[285]
              ...
          protected 'index' => int 6
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      7 => 
        object(PHPExcel_Style)[286]
          protected 'font' => 
            object(PHPExcel_Style_Font)[287]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[289]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[292]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[303]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[304]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[305]
              ...
          protected 'index' => int 7
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      8 => 
        object(PHPExcel_Style)[306]
          protected 'font' => 
            object(PHPExcel_Style_Font)[307]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[309]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[312]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[323]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[324]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[325]
              ...
          protected 'index' => int 8
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      9 => 
        object(PHPExcel_Style)[326]
          protected 'font' => 
            object(PHPExcel_Style_Font)[327]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[329]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[332]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[343]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[344]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[345]
              ...
          protected 'index' => int 9
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      10 => 
        object(PHPExcel_Style)[346]
          protected 'font' => 
            object(PHPExcel_Style_Font)[347]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[349]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[352]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[363]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[364]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[365]
              ...
          protected 'index' => int 10
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      11 => 
        object(PHPExcel_Style)[366]
          protected 'font' => 
            object(PHPExcel_Style_Font)[367]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[369]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[372]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[383]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[384]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[385]
              ...
          protected 'index' => int 11
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      12 => 
        object(PHPExcel_Style)[386]
          protected 'font' => 
            object(PHPExcel_Style_Font)[387]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[389]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[392]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[403]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[404]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[405]
              ...
          protected 'index' => int 12
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      13 => 
        object(PHPExcel_Style)[406]
          protected 'font' => 
            object(PHPExcel_Style_Font)[425]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[423]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[422]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[410]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[407]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[408]
              ...
          protected 'index' => int 13
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      14 => 
        object(PHPExcel_Style)[426]
          protected 'font' => 
            object(PHPExcel_Style_Font)[427]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[429]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[432]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[443]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[444]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[445]
              ...
          protected 'index' => int 14
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      15 => 
        object(PHPExcel_Style)[446]
          protected 'font' => 
            object(PHPExcel_Style_Font)[447]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[449]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[452]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[463]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[464]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[465]
              ...
          protected 'index' => int 15
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      16 => 
        object(PHPExcel_Style)[466]
          protected 'font' => 
            object(PHPExcel_Style_Font)[467]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[469]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[472]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[483]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[484]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[485]
              ...
          protected 'index' => int 16
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      17 => 
        object(PHPExcel_Style)[486]
          protected 'font' => 
            object(PHPExcel_Style_Font)[487]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[489]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[492]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[503]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[504]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[505]
              ...
          protected 'index' => int 17
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      18 => 
        object(PHPExcel_Style)[510]
          protected 'font' => 
            object(PHPExcel_Style_Font)[511]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[513]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[516]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[527]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[528]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[529]
              ...
          protected 'index' => int 18
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      19 => 
        object(PHPExcel_Style)[531]
          protected 'font' => 
            object(PHPExcel_Style_Font)[532]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[534]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[537]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[548]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[549]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[550]
              ...
          protected 'index' => int 19
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      20 => 
        object(PHPExcel_Style)[551]
          protected 'font' => 
            object(PHPExcel_Style_Font)[552]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[554]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[557]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[568]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[569]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[570]
              ...
          protected 'index' => int 20
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      21 => 
        object(PHPExcel_Style)[620]
          protected 'font' => 
            object(PHPExcel_Style_Font)[609]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[619]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[614]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[583]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[602]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[601]
              ...
          protected 'index' => int 21
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      22 => 
        object(PHPExcel_Style)[600]
          protected 'font' => 
            object(PHPExcel_Style_Font)[589]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[599]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[594]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[623]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[624]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[625]
              ...
          protected 'index' => int 22
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      23 => 
        object(PHPExcel_Style)[626]
          protected 'font' => 
            object(PHPExcel_Style_Font)[627]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[629]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[632]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[643]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[644]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[645]
              ...
          protected 'index' => int 23
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      24 => 
        object(PHPExcel_Style)[646]
          protected 'font' => 
            object(PHPExcel_Style_Font)[647]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[649]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[652]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[663]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[664]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[665]
              ...
          protected 'index' => int 24
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      25 => 
        object(PHPExcel_Style)[666]
          protected 'font' => 
            object(PHPExcel_Style_Font)[667]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[669]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[672]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[683]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[684]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[685]
              ...
          protected 'index' => int 25
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      26 => 
        object(PHPExcel_Style)[686]
          protected 'font' => 
            object(PHPExcel_Style_Font)[687]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[689]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[692]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[703]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[704]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[705]
              ...
          protected 'index' => int 26
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      27 => 
        object(PHPExcel_Style)[708]
          protected 'font' => 
            object(PHPExcel_Style_Font)[709]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[711]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[714]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[725]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[726]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[727]
              ...
          protected 'index' => int 27
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      28 => 
        object(PHPExcel_Style)[728]
          protected 'font' => 
            object(PHPExcel_Style_Font)[729]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[731]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[734]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[745]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[746]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[747]
              ...
          protected 'index' => int 28
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      29 => 
        object(PHPExcel_Style)[748]
          protected 'font' => 
            object(PHPExcel_Style_Font)[749]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[751]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[754]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[765]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[766]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[767]
              ...
          protected 'index' => int 29
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      30 => 
        object(PHPExcel_Style)[768]
          protected 'font' => 
            object(PHPExcel_Style_Font)[769]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[771]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[774]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[785]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[786]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[787]
              ...
          protected 'index' => int 30
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      31 => 
        object(PHPExcel_Style)[788]
          protected 'font' => 
            object(PHPExcel_Style_Font)[789]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[791]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[794]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[805]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[806]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[807]
              ...
          protected 'index' => int 31
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      32 => 
        object(PHPExcel_Style)[808]
          protected 'font' => 
            object(PHPExcel_Style_Font)[809]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[811]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[814]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[825]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[826]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[827]
              ...
          protected 'index' => int 32
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      33 => 
        object(PHPExcel_Style)[828]
          protected 'font' => 
            object(PHPExcel_Style_Font)[829]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[831]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[834]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[845]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[846]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[847]
              ...
          protected 'index' => int 33
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      34 => 
        object(PHPExcel_Style)[848]
          protected 'font' => 
            object(PHPExcel_Style_Font)[849]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[851]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[854]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[865]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[866]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[867]
              ...
          protected 'index' => int 34
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      35 => 
        object(PHPExcel_Style)[868]
          protected 'font' => 
            object(PHPExcel_Style_Font)[869]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[871]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[874]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[885]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[886]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[887]
              ...
          protected 'index' => int 35
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      36 => 
        object(PHPExcel_Style)[888]
          protected 'font' => 
            object(PHPExcel_Style_Font)[890]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[892]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[893]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[894]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[907]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[906]
              ...
          protected 'index' => int 36
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      37 => 
        object(PHPExcel_Style)[908]
          protected 'font' => 
            object(PHPExcel_Style_Font)[909]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[911]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[914]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[925]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[926]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[927]
              ...
          protected 'index' => int 37
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      38 => 
        object(PHPExcel_Style)[928]
          protected 'font' => 
            object(PHPExcel_Style_Font)[929]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[931]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[934]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[945]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[946]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[947]
              ...
          protected 'index' => int 38
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      39 => 
        object(PHPExcel_Style)[948]
          protected 'font' => 
            object(PHPExcel_Style_Font)[949]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[951]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[954]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[965]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[966]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[967]
              ...
          protected 'index' => int 39
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      40 => 
        object(PHPExcel_Style)[1059]
          protected 'font' => 
            object(PHPExcel_Style_Font)[1054]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[1044]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[507]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[1050]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[1045]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[1040]
              ...
          protected 'index' => int 40
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      41 => 
        object(PHPExcel_Style)[128]
          protected 'font' => 
            object(PHPExcel_Style_Font)[129]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[580]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[131]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[136]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[582]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[621]
              ...
          protected 'index' => int 41
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'cellStyleXfCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Style)[69]
          protected 'font' => 
            object(PHPExcel_Style_Font)[70]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[72]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[75]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[86]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[87]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[88]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'hasMacros' => boolean false
  private 'macrosCode' => null
  private 'macrosCertificate' => null
  private 'ribbonXMLData' => null
  private 'ribbonBinObjects' => null
$objPayable =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:384:
object(PHPExcel_RichText_Run)[176]
  private 'font' => 
    object(PHPExcel_Style_Font)[177]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean true
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[179]
          protected 'argb' => string 'FF008000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
$objRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:384:
object(PHPExcel_RichText)[174]
  private 'richTextElements' => 
    array (size=3)
      0 => 
        object(PHPExcel_RichText_TextElement)[175]
          private 'text' => string 'This invoice is ' (length=16)
      1 => 
        object(PHPExcel_RichText_Run)[176]
          private 'font' => 
            object(PHPExcel_Style_Font)[177]
              ...
          private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
      2 => 
        object(PHPExcel_RichText_TextElement)[178]
          private 'text' => string ', unless specified otherwise on the invoice.' (length=44)
$sLloremIpsum =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:384:string 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Vivamus eget ante. Sed cursus nunc semper tortor. Aliquam luctus purus non elit. Fusce vel elit commodo sapien dignissim dignissim. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Curabitur accumsan magna sed massa. Nullam bibendum quam ac ipsum. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Proin augue. Praesent malesuada justo sed orci. Pellentesque lacus ligula, sodales quis, ultricies a, u'... (length=835)
$styleThickBrownBorderOutline =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:384:
array (size=1)
  'borders' => 
    array (size=1)
      'outline' => 
        array (size=2)
          'style' => string 'thick' (length=5)
          'color' => 
            array (size=1)
              ...
$styleThinBlackBorderOutline =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:384:
array (size=1)
  'borders' => 
    array (size=1)
      'outline' => 
        array (size=2)
          'style' => string 'thin' (length=4)
          'color' => 
            array (size=1)
              ...
EOL03:10:29 Rename second worksheet
( ! ) Warning: Use of undefined constant EOL - assumed 'EOL' (this will throw an Error in a future version of PHP) in C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php on line 389
Call Stack
#TimeMemoryFunctionLocation
10.0020532768{main}( )...\05featuredemo.inc.php:0
Variables in local scope (#1)
$objCommentRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:389:
object(PHPExcel_RichText_Run)[165]
  private 'font' => 
    object(PHPExcel_Style_Font)[166]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean false
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[167]
          protected 'argb' => string 'FF000000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'PHPExcel:' (length=9)
$objDrawing =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:389:
object(PHPExcel_Worksheet_Drawing)[135]
  private 'path' => string './images/termsconditions.jpg' (length=28)
  private 'imageIndex' (PHPExcel_Worksheet_BaseDrawing) => int 4
  protected 'name' => string 'Terms and conditions' (length=20)
  protected 'description' => string 'Terms and conditions' (length=20)
  protected 'worksheet' => 
    object(PHPExcel_Worksheet)[1068]
      private 'parent' => 
        object(PHPExcel)[1]
          private 'uniqueID' => string '67d4efa3712bb' (length=13)
          private 'properties' => 
            object(PHPExcel_DocumentProperties)[17]
              ...
          private 'security' => 
            object(PHPExcel_DocumentSecurity)[18]
              ...
          private 'workSheetCollection' => 
            array (size=2)
              ...
          private 'calculationEngine' => 
            object(PHPExcel_Calculation)[2]
              ...
          private 'activeSheetIndex' => int 1
          private 'namedRanges' => 
            array (size=0)
              ...
          private 'cellXfSupervisor' => 
            object(PHPExcel_Style)[19]
              ...
          private 'cellXfCollection' => 
            array (size=42)
              ...
          private 'cellStyleXfCollection' => 
            array (size=1)
              ...
          private 'hasMacros' => boolean false
          private 'macrosCode' => null
          private 'macrosCertificate' => null
          private 'ribbonXMLData' => null
          private 'ribbonBinObjects' => null
      private 'cellCollection' => 
        object(PHPExcel_CachedObjectStorage_Memory)[1073]
          protected 'parent' => 
            &object(PHPExcel_Worksheet)[1068]
          protected 'currentObject' => null
          protected 'currentObjectID' => string 'B14' (length=3)
          protected 'currentCellIsDirty' => boolean true
          protected 'cellCache' => 
            array (size=6)
              ...
      private 'rowDimensions' => 
        array (size=0)
          empty
      private 'defaultRowDimension' => 
        object(PHPExcel_Worksheet_RowDimension)[572]
          private 'rowIndex' => null
          private 'height' => int -1
          private 'zeroHeight' => boolean false
          private 'visible' (PHPExcel_Worksheet_Dimension) => boolean true
          private 'outlineLevel' (PHPExcel_Worksheet_Dimension) => int 0
          private 'collapsed' (PHPExcel_Worksheet_Dimension) => boolean false
          private 'xfIndex' (PHPExcel_Worksheet_Dimension) => null
      private 'columnDimensions' => 
        array (size=1)
          'A' => 
            object(PHPExcel_Worksheet_ColumnDimension)[1034]
              ...
      private 'defaultColumnDimension' => 
        object(PHPExcel_Worksheet_ColumnDimension)[573]
          private 'columnIndex' => null
          private 'width' => int -1
          private 'autoSize' => boolean false
          private 'visible' (PHPExcel_Worksheet_Dimension) => boolean true
          private 'outlineLevel' (PHPExcel_Worksheet_Dimension) => int 0
          private 'collapsed' (PHPExcel_Worksheet_Dimension) => boolean false
          private 'xfIndex' (PHPExcel_Worksheet_Dimension) => int 0
      private 'drawingCollection' => 
        object(ArrayObject)[1043]
          private 'storage' => 
            array (size=1)
              ...
      private 'chartCollection' => 
        object(ArrayObject)[1038]
          private 'storage' => 
            array (size=0)
              ...
      private 'title' => string 'Worksheet' (length=9)
      private 'sheetState' => string 'visible' (length=7)
      private 'pageSetup' => 
        object(PHPExcel_Worksheet_PageSetup)[1063]
          private 'paperSize' => int 9
          private 'orientation' => string 'landscape' (length=9)
          private 'scale' => int 100
          private 'fitToPage' => boolean false
          private 'fitToHeight' => int 1
          private 'fitToWidth' => int 1
          private 'columnsToRepeatAtLeft' => 
            array (size=2)
              ...
          private 'rowsToRepeatAtTop' => 
            array (size=2)
              ...
          private 'horizontalCentered' => boolean false
          private 'verticalCentered' => boolean false
          private 'printArea' => null
          private 'firstPageNumber' => null
      private 'pageMargins' => 
        object(PHPExcel_Worksheet_PageMargins)[1058]
          private 'left' => float 0.7
          private 'right' => float 0.7
          private 'top' => float 0.75
          private 'bottom' => float 0.75
          private 'header' => float 0.3
          private 'footer' => float 0.3
      private 'headerFooter' => 
        object(PHPExcel_Worksheet_HeaderFooter)[1053]
          private 'oddHeader' => string '' (length=0)
          private 'oddFooter' => string '' (length=0)
          private 'evenHeader' => string '' (length=0)
          private 'evenFooter' => string '' (length=0)
          private 'firstHeader' => string '' (length=0)
          private 'firstFooter' => string '' (length=0)
          private 'differentOddEven' => boolean false
          private 'differentFirst' => boolean false
          private 'scaleWithDocument' => boolean true
          private 'alignWithMargins' => boolean true
          private 'headerFooterImages' => 
            array (size=0)
              ...
      private 'sheetView' => 
        object(PHPExcel_Worksheet_SheetView)[1048]
          private 'zoomScale' => int 100
          private 'zoomScaleNormal' => int 100
          private 'sheetviewType' => string 'normal' (length=6)
      private 'protection' => 
        object(PHPExcel_Worksheet_Protection)[571]
          private 'sheet' => boolean false
          private 'objects' => boolean false
          private 'scenarios' => boolean false
          private 'formatCells' => boolean false
          private 'formatColumns' => boolean false
          private 'formatRows' => boolean false
          private 'insertColumns' => boolean false
          private 'insertRows' => boolean false
          private 'insertHyperlinks' => boolean false
          private 'deleteColumns' => boolean false
          private 'deleteRows' => boolean false
          private 'selectLockedCells' => boolean false
          private 'sort' => boolean false
          private 'autoFilter' => boolean false
          private 'pivotTables' => boolean false
          private 'selectUnlockedCells' => boolean false
          private 'password' => string '' (length=0)
      private 'styles' => 
        array (size=0)
          empty
      private 'conditionalStylesCollection' => 
        array (size=0)
          empty
      private 'cellCollectionIsSorted' => boolean false
      private 'breaks' => 
        array (size=0)
          empty
      private 'mergeCells' => 
        array (size=0)
          empty
      private 'protectedCells' => 
        array (size=0)
          empty
      private 'autoFilter' => 
        object(PHPExcel_Worksheet_AutoFilter)[574]
          private 'workSheet' => 
            &object(PHPExcel_Worksheet)[1068]
          private 'range' => null
          private 'columns' => 
            array (size=0)
              ...
      private 'freezePane' => string '' (length=0)
      private 'showGridlines' => boolean true
      private 'printGridlines' => boolean false
      private 'showRowColHeaders' => boolean true
      private 'showSummaryBelow' => boolean true
      private 'showSummaryRight' => boolean true
      private 'comments' => 
        array (size=0)
          empty
      private 'activeCell' => string 'A3' (length=2)
      private 'selectedCells' => string 'A3:A6' (length=5)
      private 'cachedHighestColumn' => string 'B' (length=1)
      private 'cachedHighestRow' => string '14' (length=2)
      private 'rightToLeft' => boolean false
      private 'hyperlinkCollection' => 
        array (size=0)
          empty
      private 'dataValidationCollection' => 
        array (size=0)
          empty
      private 'tabColor' => 
        object(PHPExcel_Style_Color)[1064]
          protected 'argb' => string 'FF0094FF' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      private 'dirty' => boolean false
      private 'hash' => string 'f14d89c698b0853de7405487abda9c1c' (length=32)
      private 'codeName' => string 'Worksheet_1' (length=11)
  protected 'coordinates' => string 'B14' (length=3)
  protected 'offsetX' => int 0
  protected 'offsetY' => int 0
  protected 'width' => int 22
  protected 'height' => int 22
  protected 'resizeProportional' => boolean true
  protected 'rotation' => int 0
  protected 'shadow' => 
    object(PHPExcel_Worksheet_Drawing_Shadow)[1033]
      private 'visible' => boolean false
      private 'blurRadius' => int 6
      private 'distance' => int 2
      private 'direction' => int 0
      private 'alignment' => string 'br' (length=2)
      private 'color' => 
        object(PHPExcel_Style_Color)[980]
          protected 'argb' => string 'FF000000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      private 'alpha' => int 50
$objPHPExcel =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:389:
object(PHPExcel)[1]
  private 'uniqueID' => string '67d4efa3712bb' (length=13)
  private 'properties' => 
    object(PHPExcel_DocumentProperties)[17]
      private 'creator' => string 'Maarten Balliauw' (length=16)
      private 'lastModifiedBy' => string 'Maarten Balliauw' (length=16)
      private 'created' => int 1742008227
      private 'modified' => int 1742008227
      private 'title' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'description' => string 'Test document for Office 2007 XLSX, generated using PHP classes.' (length=64)
      private 'subject' => string 'Office 2007 XLSX Test Document' (length=30)
      private 'keywords' => string 'office 2007 openxml php' (length=23)
      private 'category' => string 'Test result file' (length=16)
      private 'manager' => string '' (length=0)
      private 'company' => string 'Microsoft Corporation' (length=21)
      private 'customProperties' => 
        array (size=0)
          empty
  private 'security' => 
    object(PHPExcel_DocumentSecurity)[18]
      private 'lockRevision' => boolean false
      private 'lockStructure' => boolean false
      private 'lockWindows' => boolean false
      private 'revisionsPassword' => string '' (length=0)
      private 'workbookPassword' => string '' (length=0)
  private 'workSheetCollection' => 
    array (size=2)
      0 => 
        object(PHPExcel_Worksheet)[5]
          private 'parent' => 
            &object(PHPExcel)[1]
          private 'cellCollection' => 
            object(PHPExcel_CachedObjectStorage_Memory)[6]
              ...
          private 'rowDimensions' => 
            array (size=0)
              ...
          private 'defaultRowDimension' => 
            object(PHPExcel_Worksheet_RowDimension)[14]
              ...
          private 'columnDimensions' => 
            array (size=3)
              ...
          private 'defaultColumnDimension' => 
            object(PHPExcel_Worksheet_ColumnDimension)[15]
              ...
          private 'drawingCollection' => 
            object(ArrayObject)[11]
              ...
          private 'chartCollection' => 
            object(ArrayObject)[12]
              ...
          private 'title' => string 'Invoice' (length=7)
          private 'sheetState' => string 'visible' (length=7)
          private 'pageSetup' => 
            object(PHPExcel_Worksheet_PageSetup)[7]
              ...
          private 'pageMargins' => 
            object(PHPExcel_Worksheet_PageMargins)[8]
              ...
          private 'headerFooter' => 
            object(PHPExcel_Worksheet_HeaderFooter)[9]
              ...
          private 'sheetView' => 
            object(PHPExcel_Worksheet_SheetView)[10]
              ...
          private 'protection' => 
            object(PHPExcel_Worksheet_Protection)[13]
              ...
          private 'styles' => 
            array (size=0)
              ...
          private 'conditionalStylesCollection' => 
            array (size=0)
              ...
          private 'cellCollectionIsSorted' => boolean false
          private 'breaks' => 
            array (size=0)
              ...
          private 'mergeCells' => 
            array (size=1)
              ...
          private 'protectedCells' => 
            array (size=1)
              ...
          private 'autoFilter' => 
            object(PHPExcel_Worksheet_AutoFilter)[16]
              ...
          private 'freezePane' => string '' (length=0)
          private 'showGridlines' => boolean true
          private 'printGridlines' => boolean false
          private 'showRowColHeaders' => boolean true
          private 'showSummaryBelow' => boolean true
          private 'showSummaryRight' => boolean true
          private 'comments' => 
            array (size=3)
              ...
          private 'activeCell' => string 'E27' (length=3)
          private 'selectedCells' => string 'E27' (length=3)
          private 'cachedHighestColumn' => string 'I' (length=1)
          private 'cachedHighestRow' => int 28
          private 'rightToLeft' => boolean false
          private 'hyperlinkCollection' => 
            array (size=2)
              ...
          private 'dataValidationCollection' => 
            array (size=0)
              ...
          private 'tabColor' => null
          private 'dirty' => boolean false
          private 'hash' => string '61e335639af78c57a8a7c242d1c2b9cf' (length=32)
          private 'codeName' => string 'Worksheet' (length=9)
      1 => 
        object(PHPExcel_Worksheet)[1068]
          private 'parent' => 
            &object(PHPExcel)[1]
          private 'cellCollection' => 
            object(PHPExcel_CachedObjectStorage_Memory)[1073]
              ...
          private 'rowDimensions' => 
            array (size=0)
              ...
          private 'defaultRowDimension' => 
            object(PHPExcel_Worksheet_RowDimension)[572]
              ...
          private 'columnDimensions' => 
            array (size=1)
              ...
          private 'defaultColumnDimension' => 
            object(PHPExcel_Worksheet_ColumnDimension)[573]
              ...
          private 'drawingCollection' => 
            object(ArrayObject)[1043]
              ...
          private 'chartCollection' => 
            object(ArrayObject)[1038]
              ...
          private 'title' => string 'Worksheet' (length=9)
          private 'sheetState' => string 'visible' (length=7)
          private 'pageSetup' => 
            object(PHPExcel_Worksheet_PageSetup)[1063]
              ...
          private 'pageMargins' => 
            object(PHPExcel_Worksheet_PageMargins)[1058]
              ...
          private 'headerFooter' => 
            object(PHPExcel_Worksheet_HeaderFooter)[1053]
              ...
          private 'sheetView' => 
            object(PHPExcel_Worksheet_SheetView)[1048]
              ...
          private 'protection' => 
            object(PHPExcel_Worksheet_Protection)[571]
              ...
          private 'styles' => 
            array (size=0)
              ...
          private 'conditionalStylesCollection' => 
            array (size=0)
              ...
          private 'cellCollectionIsSorted' => boolean false
          private 'breaks' => 
            array (size=0)
              ...
          private 'mergeCells' => 
            array (size=0)
              ...
          private 'protectedCells' => 
            array (size=0)
              ...
          private 'autoFilter' => 
            object(PHPExcel_Worksheet_AutoFilter)[574]
              ...
          private 'freezePane' => string '' (length=0)
          private 'showGridlines' => boolean true
          private 'printGridlines' => boolean false
          private 'showRowColHeaders' => boolean true
          private 'showSummaryBelow' => boolean true
          private 'showSummaryRight' => boolean true
          private 'comments' => 
            array (size=0)
              ...
          private 'activeCell' => string 'A3' (length=2)
          private 'selectedCells' => string 'A3:A6' (length=5)
          private 'cachedHighestColumn' => string 'B' (length=1)
          private 'cachedHighestRow' => string '14' (length=2)
          private 'rightToLeft' => boolean false
          private 'hyperlinkCollection' => 
            array (size=0)
              ...
          private 'dataValidationCollection' => 
            array (size=0)
              ...
          private 'tabColor' => 
            object(PHPExcel_Style_Color)[1064]
              ...
          private 'dirty' => boolean false
          private 'hash' => string 'f14d89c698b0853de7405487abda9c1c' (length=32)
          private 'codeName' => string 'Worksheet_1' (length=11)
  private 'calculationEngine' => 
    object(PHPExcel_Calculation)[2]
      private 'workbook' => 
        &object(PHPExcel)[1]
      private 'calculationCache' => 
        array (size=0)
          empty
      private 'calculationCacheEnabled' => boolean true
      private 'debugLog' => null
      public 'suppressFormulaErrors' => boolean false
      public 'formulaError' => null
      private 'cyclicReferenceStack' => 
        object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
          private 'stack' => 
            array (size=0)
              ...
      private 'cellStack' => 
        array (size=0)
          empty
      private 'cyclicFormulaCounter' => int 1
      private 'cyclicFormulaCell' => string '' (length=0)
      public 'cyclicFormulaCount' => int 1
      private 'delta' => float 1.0E-14
      public '_debugLog' => 
        object(PHPExcel_CalcEngine_Logger)[4]
          private 'writeDebugLog' => boolean false
          private 'echoDebugLog' => boolean false
          private 'debugLog' => 
            array (size=0)
              ...
          private 'cellStack' => 
            object(PHPExcel_CalcEngine_CyclicReferenceStack)[3]
              ...
  private 'activeSheetIndex' => int 1
  private 'namedRanges' => 
    array (size=0)
      empty
  private 'cellXfSupervisor' => 
    object(PHPExcel_Style)[19]
      protected 'font' => 
        object(PHPExcel_Style_Font)[20]
          protected 'name' => string 'Calibri' (length=7)
          protected 'size' => int 11
          protected 'bold' => boolean false
          protected 'italic' => boolean false
          protected 'superScript' => boolean false
          protected 'subScript' => boolean false
          protected 'underline' => string 'none' (length=4)
          protected 'strikethrough' => boolean false
          protected 'color' => 
            object(PHPExcel_Style_Color)[21]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'fill' => 
        object(PHPExcel_Style_Fill)[22]
          protected 'fillType' => string 'none' (length=4)
          protected 'rotation' => int 0
          protected 'startColor' => 
            object(PHPExcel_Style_Color)[23]
              ...
          protected 'endColor' => 
            object(PHPExcel_Style_Color)[24]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'borders' => 
        object(PHPExcel_Style_Borders)[25]
          protected 'left' => 
            object(PHPExcel_Style_Border)[26]
              ...
          protected 'right' => 
            object(PHPExcel_Style_Border)[28]
              ...
          protected 'top' => 
            object(PHPExcel_Style_Border)[30]
              ...
          protected 'bottom' => 
            object(PHPExcel_Style_Border)[32]
              ...
          protected 'diagonal' => 
            object(PHPExcel_Style_Border)[34]
              ...
          protected 'diagonalDirection' => int 0
          protected 'allBorders' => 
            object(PHPExcel_Style_Border)[36]
              ...
          protected 'outline' => 
            object(PHPExcel_Style_Border)[38]
              ...
          protected 'inside' => 
            object(PHPExcel_Style_Border)[40]
              ...
          protected 'vertical' => 
            object(PHPExcel_Style_Border)[42]
              ...
          protected 'horizontal' => 
            object(PHPExcel_Style_Border)[44]
              ...
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'alignment' => 
        object(PHPExcel_Style_Alignment)[46]
          protected 'horizontal' => string 'general' (length=7)
          protected 'vertical' => string 'bottom' (length=6)
          protected 'textRotation' => int 0
          protected 'wrapText' => boolean false
          protected 'shrinkToFit' => boolean false
          protected 'indent' => int 0
          protected 'readorder' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'numberFormat' => 
        object(PHPExcel_Style_NumberFormat)[47]
          protected 'formatCode' => string 'General' (length=7)
          protected 'builtInFormatCode' => int 0
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'conditionalStyles' => 
        array (size=0)
          empty
      protected 'protection' => 
        object(PHPExcel_Style_Protection)[48]
          protected 'locked' => string 'inherit' (length=7)
          protected 'hidden' => string 'inherit' (length=7)
          protected 'isSupervisor' => boolean true
          protected 'parent' => 
            &object(PHPExcel_Style)[19]
      protected 'index' => null
      protected 'quotePrefix' => boolean false
      protected 'isSupervisor' => boolean true
      protected 'parent' => 
        &object(PHPExcel)[1]
  private 'cellXfCollection' => 
    array (size=42)
      0 => 
        object(PHPExcel_Style)[49]
          protected 'font' => 
            object(PHPExcel_Style_Font)[50]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[52]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[55]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[66]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[67]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[68]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      1 => 
        object(PHPExcel_Style)[92]
          protected 'font' => 
            object(PHPExcel_Style_Font)[93]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[95]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[98]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[109]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[110]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[111]
              ...
          protected 'index' => int 1
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      2 => 
        object(PHPExcel_Style)[183]
          protected 'font' => 
            object(PHPExcel_Style_Font)[184]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[186]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[189]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[200]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[201]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[202]
              ...
          protected 'index' => int 2
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      3 => 
        object(PHPExcel_Style)[206]
          protected 'font' => 
            object(PHPExcel_Style_Font)[207]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[209]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[212]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[223]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[224]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[225]
              ...
          protected 'index' => int 3
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      4 => 
        object(PHPExcel_Style)[226]
          protected 'font' => 
            object(PHPExcel_Style_Font)[227]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[229]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[232]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[243]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[244]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[245]
              ...
          protected 'index' => int 4
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      5 => 
        object(PHPExcel_Style)[246]
          protected 'font' => 
            object(PHPExcel_Style_Font)[247]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[249]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[252]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[263]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[264]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[265]
              ...
          protected 'index' => int 5
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      6 => 
        object(PHPExcel_Style)[266]
          protected 'font' => 
            object(PHPExcel_Style_Font)[267]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[269]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[272]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[283]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[284]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[285]
              ...
          protected 'index' => int 6
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      7 => 
        object(PHPExcel_Style)[286]
          protected 'font' => 
            object(PHPExcel_Style_Font)[287]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[289]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[292]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[303]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[304]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[305]
              ...
          protected 'index' => int 7
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      8 => 
        object(PHPExcel_Style)[306]
          protected 'font' => 
            object(PHPExcel_Style_Font)[307]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[309]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[312]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[323]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[324]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[325]
              ...
          protected 'index' => int 8
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      9 => 
        object(PHPExcel_Style)[326]
          protected 'font' => 
            object(PHPExcel_Style_Font)[327]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[329]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[332]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[343]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[344]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[345]
              ...
          protected 'index' => int 9
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      10 => 
        object(PHPExcel_Style)[346]
          protected 'font' => 
            object(PHPExcel_Style_Font)[347]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[349]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[352]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[363]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[364]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[365]
              ...
          protected 'index' => int 10
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      11 => 
        object(PHPExcel_Style)[366]
          protected 'font' => 
            object(PHPExcel_Style_Font)[367]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[369]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[372]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[383]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[384]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[385]
              ...
          protected 'index' => int 11
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      12 => 
        object(PHPExcel_Style)[386]
          protected 'font' => 
            object(PHPExcel_Style_Font)[387]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[389]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[392]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[403]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[404]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[405]
              ...
          protected 'index' => int 12
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      13 => 
        object(PHPExcel_Style)[406]
          protected 'font' => 
            object(PHPExcel_Style_Font)[425]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[423]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[422]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[410]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[407]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[408]
              ...
          protected 'index' => int 13
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      14 => 
        object(PHPExcel_Style)[426]
          protected 'font' => 
            object(PHPExcel_Style_Font)[427]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[429]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[432]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[443]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[444]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[445]
              ...
          protected 'index' => int 14
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      15 => 
        object(PHPExcel_Style)[446]
          protected 'font' => 
            object(PHPExcel_Style_Font)[447]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[449]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[452]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[463]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[464]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[465]
              ...
          protected 'index' => int 15
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      16 => 
        object(PHPExcel_Style)[466]
          protected 'font' => 
            object(PHPExcel_Style_Font)[467]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[469]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[472]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[483]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[484]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[485]
              ...
          protected 'index' => int 16
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      17 => 
        object(PHPExcel_Style)[486]
          protected 'font' => 
            object(PHPExcel_Style_Font)[487]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[489]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[492]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[503]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[504]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[505]
              ...
          protected 'index' => int 17
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      18 => 
        object(PHPExcel_Style)[510]
          protected 'font' => 
            object(PHPExcel_Style_Font)[511]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[513]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[516]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[527]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[528]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[529]
              ...
          protected 'index' => int 18
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      19 => 
        object(PHPExcel_Style)[531]
          protected 'font' => 
            object(PHPExcel_Style_Font)[532]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[534]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[537]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[548]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[549]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[550]
              ...
          protected 'index' => int 19
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      20 => 
        object(PHPExcel_Style)[551]
          protected 'font' => 
            object(PHPExcel_Style_Font)[552]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[554]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[557]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[568]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[569]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[570]
              ...
          protected 'index' => int 20
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      21 => 
        object(PHPExcel_Style)[620]
          protected 'font' => 
            object(PHPExcel_Style_Font)[609]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[619]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[614]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[583]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[602]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[601]
              ...
          protected 'index' => int 21
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      22 => 
        object(PHPExcel_Style)[600]
          protected 'font' => 
            object(PHPExcel_Style_Font)[589]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[599]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[594]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[623]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[624]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[625]
              ...
          protected 'index' => int 22
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      23 => 
        object(PHPExcel_Style)[626]
          protected 'font' => 
            object(PHPExcel_Style_Font)[627]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[629]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[632]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[643]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[644]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[645]
              ...
          protected 'index' => int 23
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      24 => 
        object(PHPExcel_Style)[646]
          protected 'font' => 
            object(PHPExcel_Style_Font)[647]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[649]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[652]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[663]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[664]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[665]
              ...
          protected 'index' => int 24
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      25 => 
        object(PHPExcel_Style)[666]
          protected 'font' => 
            object(PHPExcel_Style_Font)[667]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[669]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[672]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[683]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[684]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[685]
              ...
          protected 'index' => int 25
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      26 => 
        object(PHPExcel_Style)[686]
          protected 'font' => 
            object(PHPExcel_Style_Font)[687]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[689]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[692]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[703]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[704]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[705]
              ...
          protected 'index' => int 26
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      27 => 
        object(PHPExcel_Style)[708]
          protected 'font' => 
            object(PHPExcel_Style_Font)[709]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[711]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[714]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[725]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[726]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[727]
              ...
          protected 'index' => int 27
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      28 => 
        object(PHPExcel_Style)[728]
          protected 'font' => 
            object(PHPExcel_Style_Font)[729]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[731]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[734]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[745]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[746]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[747]
              ...
          protected 'index' => int 28
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      29 => 
        object(PHPExcel_Style)[748]
          protected 'font' => 
            object(PHPExcel_Style_Font)[749]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[751]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[754]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[765]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[766]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[767]
              ...
          protected 'index' => int 29
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      30 => 
        object(PHPExcel_Style)[768]
          protected 'font' => 
            object(PHPExcel_Style_Font)[769]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[771]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[774]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[785]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[786]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[787]
              ...
          protected 'index' => int 30
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      31 => 
        object(PHPExcel_Style)[788]
          protected 'font' => 
            object(PHPExcel_Style_Font)[789]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[791]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[794]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[805]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[806]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[807]
              ...
          protected 'index' => int 31
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      32 => 
        object(PHPExcel_Style)[808]
          protected 'font' => 
            object(PHPExcel_Style_Font)[809]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[811]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[814]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[825]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[826]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[827]
              ...
          protected 'index' => int 32
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      33 => 
        object(PHPExcel_Style)[828]
          protected 'font' => 
            object(PHPExcel_Style_Font)[829]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[831]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[834]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[845]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[846]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[847]
              ...
          protected 'index' => int 33
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      34 => 
        object(PHPExcel_Style)[848]
          protected 'font' => 
            object(PHPExcel_Style_Font)[849]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[851]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[854]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[865]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[866]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[867]
              ...
          protected 'index' => int 34
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      35 => 
        object(PHPExcel_Style)[868]
          protected 'font' => 
            object(PHPExcel_Style_Font)[869]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[871]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[874]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[885]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[886]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[887]
              ...
          protected 'index' => int 35
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      36 => 
        object(PHPExcel_Style)[888]
          protected 'font' => 
            object(PHPExcel_Style_Font)[890]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[892]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[893]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[894]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[907]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[906]
              ...
          protected 'index' => int 36
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      37 => 
        object(PHPExcel_Style)[908]
          protected 'font' => 
            object(PHPExcel_Style_Font)[909]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[911]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[914]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[925]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[926]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[927]
              ...
          protected 'index' => int 37
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      38 => 
        object(PHPExcel_Style)[928]
          protected 'font' => 
            object(PHPExcel_Style_Font)[929]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[931]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[934]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[945]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[946]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[947]
              ...
          protected 'index' => int 38
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      39 => 
        object(PHPExcel_Style)[948]
          protected 'font' => 
            object(PHPExcel_Style_Font)[949]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[951]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[954]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[965]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[966]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[967]
              ...
          protected 'index' => int 39
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      40 => 
        object(PHPExcel_Style)[1059]
          protected 'font' => 
            object(PHPExcel_Style_Font)[1054]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[1044]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[507]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[1050]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[1045]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[1040]
              ...
          protected 'index' => int 40
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      41 => 
        object(PHPExcel_Style)[128]
          protected 'font' => 
            object(PHPExcel_Style_Font)[129]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[580]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[131]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[136]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[582]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[621]
              ...
          protected 'index' => int 41
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'cellStyleXfCollection' => 
    array (size=1)
      0 => 
        object(PHPExcel_Style)[69]
          protected 'font' => 
            object(PHPExcel_Style_Font)[70]
              ...
          protected 'fill' => 
            object(PHPExcel_Style_Fill)[72]
              ...
          protected 'borders' => 
            object(PHPExcel_Style_Borders)[75]
              ...
          protected 'alignment' => 
            object(PHPExcel_Style_Alignment)[86]
              ...
          protected 'numberFormat' => 
            object(PHPExcel_Style_NumberFormat)[87]
              ...
          protected 'conditionalStyles' => 
            array (size=0)
              ...
          protected 'protection' => 
            object(PHPExcel_Style_Protection)[88]
              ...
          protected 'index' => int 0
          protected 'quotePrefix' => boolean false
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
  private 'hasMacros' => boolean false
  private 'macrosCode' => null
  private 'macrosCertificate' => null
  private 'ribbonXMLData' => null
  private 'ribbonBinObjects' => null
$objPayable =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:389:
object(PHPExcel_RichText_Run)[176]
  private 'font' => 
    object(PHPExcel_Style_Font)[177]
      protected 'name' => string 'Calibri' (length=7)
      protected 'size' => int 11
      protected 'bold' => boolean true
      protected 'italic' => boolean true
      protected 'superScript' => boolean false
      protected 'subScript' => boolean false
      protected 'underline' => string 'none' (length=4)
      protected 'strikethrough' => boolean false
      protected 'color' => 
        object(PHPExcel_Style_Color)[179]
          protected 'argb' => string 'FF008000' (length=8)
          protected 'parentPropertyName' => null
          protected 'isSupervisor' => boolean false
          protected 'parent' => null
      protected 'isSupervisor' => boolean false
      protected 'parent' => null
  private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
$objRichText =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:389:
object(PHPExcel_RichText)[174]
  private 'richTextElements' => 
    array (size=3)
      0 => 
        object(PHPExcel_RichText_TextElement)[175]
          private 'text' => string 'This invoice is ' (length=16)
      1 => 
        object(PHPExcel_RichText_Run)[176]
          private 'font' => 
            object(PHPExcel_Style_Font)[177]
              ...
          private 'text' (PHPExcel_RichText_TextElement) => string 'payable within thirty days after the end of the month' (length=53)
      2 => 
        object(PHPExcel_RichText_TextElement)[178]
          private 'text' => string ', unless specified otherwise on the invoice.' (length=44)
$sLloremIpsum =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:389:string 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Vivamus eget ante. Sed cursus nunc semper tortor. Aliquam luctus purus non elit. Fusce vel elit commodo sapien dignissim dignissim. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Curabitur accumsan magna sed massa. Nullam bibendum quam ac ipsum. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Proin augue. Praesent malesuada justo sed orci. Pellentesque lacus ligula, sodales quis, ultricies a, u'... (length=835)
$styleThickBrownBorderOutline =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:389:
array (size=1)
  'borders' => 
    array (size=1)
      'outline' => 
        array (size=2)
          'style' => string 'thick' (length=5)
          'color' => 
            array (size=1)
              ...
$styleThinBlackBorderOutline =
C:\Apache24\htdocs\hris_neo\vendor\phpoffice\phpexcel\Examples\05featuredemo.inc.php:389:
array (size=1)
  'borders' => 
    array (size=1)
      'outline' => 
        array (size=2)
          'style' => string 'thin' (length=4)
          'color' => 
            array (size=1)
              ...
EOL