I want to run a query on a database and export the recordset to a
spreadsheet, preferably Excel native.  

The box is on a Win32 OS, so I can instantiate a Excel COM object (similar
to the PHPBuilder COM article), and use the COM methods to create an Excel
file.

Or, I can fopen and fput a CSV formatted file ready to import into Excel.

My question is this: can anyone recommend a script/class where this has
already been done?  Thanks, PHP list.

Ben Muñoz

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to