Re: [PHP] Export to Spreadsheet Format

2001-01-23 Thread Richard Lynch
>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 C

[PHP] Export to Spreadsheet Format

2001-01-23 Thread Benjamin Munoz
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 fo