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 to read data from a simple Excel spreadsheet.

Anyway to do it using PHP?

Thanks in advance.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to