Re: [PHP] Importing Excel data using PHP

2004-07-19 Thread Matt M.
> Anyway to do it using PHP? Com objects or use perl http://search.cpan.org/~kwitknr/Spreadsheet-ParseExcel-0.2603/ParseExcel.pm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Importing Excel data using PHP

2004-07-19 Thread C.F. Scheidecker Antunes
Hello all, I need to have some excel capabilities for an automated script. Excel can save files in CSV which are very easy to read and parse with PHP as they are nothing more than text files. Pear has a module called Spreadsheet_Excel_Writer so that you can create Excel files. However I need t