[PHP-DB] PHP Classes to generate Excel files ?

2004-12-22 Thread Stéphane Pinel
Hello, I'm looking for PHP classes (free or cheap) that are able to generate Excel files (XML?) with a minimum of customization capabilities (styles, borders, colors...). Any idea ? Thanks in advance. Stéphane -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit:

RE: [PHP-DB] PHP Classes to generate Excel files ?

2004-12-22 Thread Bastien Koert
Don't really need a class...simply output a csv file with the correct headers...and excel knows to open the csv files bastien From: Stéphane Pinel [EMAIL PROTECTED] To: 'PHP DB' php-db@lists.php.net Subject: [PHP-DB] PHP Classes to generate Excel files ? Date: Wed, 22 Dec 2004 14:19:41 +0100

Re: [PHP-DB] PHP Classes to generate Excel files ?

2004-12-22 Thread Stéphane Pinel
Le 22 déc. 04, à 15:12, Bastien Koert a écrit : Don't really need a class...simply output a csv file with the correct headers...and excel knows to open the csv files Yes but this way you can't get a minimum of customization features (styles, borders, colors...etc). XML Excel format can handle

Re: [PHP-DB] PHP Classes to generate Excel files ?

2004-12-22 Thread Jochem Maas
-db@lists.php.net Subject: [PHP-DB] PHP Classes to generate Excel files ? Date: Wed, 22 Dec 2004 14:19:41 +0100 Hello, I'm looking for PHP classes (free or cheap) that are able to generate Excel files (XML?) with a minimum of customization capabilities (styles, borders, colors...). Any idea

Re: RE: [PHP-DB] PHP Classes to generate Excel files ?

2004-12-22 Thread John Holmes
From: Bastien Koert [EMAIL PROTECTED] Don't really need a class...simply output a csv file with the correct headers...and excel knows to open the csv files It can even be an HTML table send with Excel headers and it'll open correctly. That's the easiest way, IMO, because you can include

Re: [PHP-DB] PHP Classes to generate Excel files ?

2004-12-22 Thread John Holmes
From: Stéphane Pinel [EMAIL PROTECTED] I'm looking for PHP classes (free or cheap) that are able to generate Excel files (XML?) with a minimum of customization capabilities (styles, borders, colors...). http://www.web-aware.com/biff/ This has been around quite a while. I don't if it's

Re: [PHP-DB] PHP Classes to generate Excel files ?

2004-12-22 Thread Ignatius Reilly
-DB] PHP Classes to generate Excel files ? From: Stéphane Pinel [EMAIL PROTECTED] I'm looking for PHP classes (free or cheap) that are able to generate Excel files (XML?) with a minimum of customization capabilities (styles, borders, colors...). http://www.web-aware.com/biff/ This has