Re: [PHP-DB] display fetched data in excel format
[email protected] (ioannes)
| Newsgroups | php.db |
|---|---|
| Message-ID | <[email protected]> |
I was looking at this page: http://www-128.ibm.com/developerworks/opensource/library/os-phpexcel/#N10181 Hope this helps. Do you have a link on the pear solution as the pear example seems wrong on the above link? John santosh wrote: > Hi All, > > I am using subquery to fetch data from mysql and display > on html page . But client like to display data in excel and they can also save or download it. > > I have visited spreadsheet_excel_writer on pear.php.net. > and decided to use CSV file. > > Please suggest me more to do how csv file can be created dynamically and pass as argv. > > Thanks > > Santosh >