> Does anyone know where I can find information on generating MS Excel
> files, with PHP?
>
> I was able to generate the Excel file (so I thought), but Excel cannot
> open the file. Can someone point me to some references, tutorials and/or
> samples?

Easiest way is to just create an HTML table and send it with Excel headers.
Exel will open it right up as a spreadsheet.

There are some classes that allow you to do more complex things, too, but I
can't remember any URLs.

Google is your friend.

---John Holmes...


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

Reply via email to