SimpleExcel.php
authorAlan Knowles <alan@roojs.com>
Tue, 18 Oct 2016 04:36:25 +0000 (12:36 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 18 Oct 2016 04:36:25 +0000 (12:36 +0800)
SimpleExcel.php

index 6440b6d..9213290 100644 (file)
@@ -4,7 +4,7 @@
  * class to generate excel file from rows of data, and a configuration.
  *
  * usage :
- *   $x = new Pman_Core_SimpleExcel(array())
+ *   $x = new Pman_Core_SimpleExcel($data_array, array())
  *   $x->send($fn);
  *
  *