
G. Miernicki - 2008-01-11 23:37:56 -
In reply to message 1 from Julian Toler
This class is the shit! Thanks to whoever coded it, it saved me countless hours today importing some spreadsheet data into a database! Were going to be using it to do daily imports of accounting data into our company's global data repository server.
BTW, in case you need to convert the spreadsheet to .csv first because its in some weird format that this script can't use, then try xls2csv, a great app thats a part of catdoc (a suite of utils for linux).
A final note should be said that the author didn't include a function to do the actual data import, it just dumps it to the screen, so I had to add my own doImport() function and have it called when this statement is executed:
$i->create_sql(0);