23:21:06 Create new PHPExcel object
23:21:06 Set document properties
23:21:06 Set default font
23:21:06 Add some data
23:21:06 Rename worksheet
23:21:06 Write to Excel2007 format
23:21:06 File written to 02types.xlsx
Call time to write Workbook was 0.0569 seconds
23:21:06 Current memory usage: 6 MB
23:21:06 Reload workbook from saved file
Call time to reload Workbook was 0.0058 seconds
23:21:06 Current memory usage: 6 MB
array(18) {
  [0]=>
  array(3) {
    [0]=>
    string(6) "String"
    [1]=>
    string(6) "Simple"
    [2]=>
    string(8) "PHPExcel"
  }
  [1]=>
  array(3) {
    [0]=>
    string(6) "String"
    [1]=>
    string(7) "Symbols"
    [2]=>
    string(15) "!+&=()~§±æþ"
  }
  [2]=>
  array(3) {
    [0]=>
    string(6) "String"
    [1]=>
    string(5) "UTF-8"
    [2]=>
    string(60) "Создать MS Excel Книги из PHP скриптов"
  }
  [3]=>
  array(3) {
    [0]=>
    string(6) "Number"
    [1]=>
    string(7) "Integer"
    [2]=>
    float(12)
  }
  [4]=>
  array(3) {
    [0]=>
    string(6) "Number"
    [1]=>
    string(5) "Float"
    [2]=>
    float(34.56)
  }
  [5]=>
  array(3) {
    [0]=>
    string(6) "Number"
    [1]=>
    string(8) "Negative"
    [2]=>
    float(-7.89)
  }
  [6]=>
  array(3) {
    [0]=>
    string(7) "Boolean"
    [1]=>
    string(4) "True"
    [2]=>
    bool(true)
  }
  [7]=>
  array(3) {
    [0]=>
    string(7) "Boolean"
    [1]=>
    string(5) "False"
    [2]=>
    bool(false)
  }
  [8]=>
  array(3) {
    [0]=>
    string(9) "Date/Time"
    [1]=>
    string(4) "Date"
    [2]=>
    string(10) "2025-10-31"
  }
  [9]=>
  array(3) {
    [0]=>
    string(9) "Date/Time"
    [1]=>
    string(4) "Time"
    [2]=>
    string(8) "23:21:06"
  }
  [10]=>
  array(3) {
    [0]=>
    string(9) "Date/Time"
    [1]=>
    string(13) "Date and Time"
    [2]=>
    string(14) "31/10/25 23:21"
  }
  [11]=>
  array(3) {
    [0]=>
    string(4) "NULL"
    [1]=>
    NULL
    [2]=>
    NULL
  }
  [12]=>
  array(3) {
    [0]=>
    string(9) "Rich Text"
    [1]=>
    NULL
    [2]=>
    string(65) "你好 你 好 吗?, unless specified otherwise on the invoice."
  }
  [13]=>
  array(3) {
    [0]=>
    NULL
    [1]=>
    NULL
    [2]=>
    string(19) "black text
red text"
  }
  [14]=>
  array(3) {
    [0]=>
    NULL
    [1]=>
    NULL
    [2]=>
    string(23) "Hello underlined World."
  }
  [15]=>
  array(3) {
    [0]=>
    NULL
    [1]=>
    NULL
    [2]=>
    NULL
  }
  [16]=>
  array(3) {
    [0]=>
    string(9) "Hyperlink"
    [1]=>
    NULL
    [2]=>
    string(16) "www.phpexcel.net"
  }
  [17]=>
  array(3) {
    [0]=>
    NULL
    [1]=>
    NULL
    [2]=>
    string(11) "abc@def.com"
  }
}
23:21:06 Peak memory usage: 6 MB
23:21:06 Done testing file
File has been created in /home/eatonmedju/www/ARCHIVES/plugins/PHPExcel-1.8/Examples