[PHP] Re: PHP+MySQL - Excel ?

2002-05-17 Thread Evan

Thanks to all :-)

Bye,
Evan

Evan [EMAIL PROTECTED] ha scritto nel messaggio
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Is it possible to create an excel file with some data from mySQL, using
PHP
 ?

 Thanks,
 Evan





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




[PHP] Re: PHP+MySQL - Excel ?

2002-05-17 Thread Manuel Lemos

Hello,

On 05/17/2002 01:18 PM, Evan wrote:
 Is it possible to create an excel file with some data from mySQL, using PHP
 ?

Sure, you can use this class to generate Excel files on fly on even in 
non-Windows platforms.

http://www.phpclasses.org/biffwriter

-- 

Regards,
Manuel Lemos


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




Re: [PHP] Re: PHP+MySQL - Excel ?

2002-05-17 Thread Glenn Sieb

At 02:13 PM 5/17/2002 -0300, Manuel Lemos posted the following...
Hello,

On 05/17/2002 01:18 PM, Evan wrote:
Is it possible to create an excel file with some data from mySQL, using PHP
?

Sure, you can use this class to generate Excel files on fly on even in 
non-Windows platforms.

Heck, outputting a tab-delimited file with a mime type of 
application/msexcel works too.. :)

Glenn


---
The original portions of this message are the copyright of the author
(c)1998-2002 Glenn E. Sieb.ICQ UIN: 300395IRC Nick: Rainbear
All acts of Love and Pleasure are Her rituals-Charge of the Goddess



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