Re: [PHP-DB] display fetched data in excel format

2008-03-25 Thread ioannes

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
  


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



[PHP-DB] display fetched data in excel format

2007-07-05 Thread santosh
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