Page 1 of 1

read and parse Excel docs

Posted: Wed Jul 21, 2004 11:07 am
by mcog_esteban
hi all...
does anyone knows a script (free) to read and parsing Excel documents
?
thanks

Posted: Fri Jul 23, 2004 8:46 am
by hawleyjr
The easiest way to do this is to have the files converted into CSV format first.

Posted: Fri Jul 23, 2004 1:37 pm
by McGruff
..after which fgetcsv() can parse fields, per line.