Create a spreadsheet from a PHP Array
Brought to you by:
erolozcan
I prefer to use my own database abstraction library to
interface with my database. Also sometimes I have
information in a PHP Array, that didn't originate from
a database. I request that the next release contains
either:
-A "db_type=array" so that I can simply pass the array
the the spreadsheet class.
-A new sub-class intended for using PHP Arrays.