SimpleExcel.php
authorAlan Knowles <alan@roojs.com>
Fri, 22 Feb 2013 03:14:43 +0000 (11:14 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 22 Feb 2013 03:14:43 +0000 (11:14 +0800)
SimpleExcel.php

index 0f1b7e5..ce39415 100644 (file)
@@ -106,6 +106,7 @@ class Pman_Core_SimpleExcel extends Pman
       //  print_r($cfg);exit;
         // Creating a worksheet
         
+        // copy the config and alias so that book can be written to..
         $this->worksheetCfg[$cfg['workbook']] = &$cfg;
         
         $worksheet =  $workbook->addWorksheet($cfg['workbook']);