Hello,
on 12/22/2004 11:19 AM Stéphane pinel said the following:
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 ?
You may want to try this one. It won an innovation award as it makes creating Excel files as simple as opening files with fopen("xls://path/to/spreadsheet.xls") and the use fwrite(). You need at least PHP 4.3.0 to use this.
http://www.phpclasses.org/xlsstream
--
Regards, Manuel Lemos
PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/
PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/
Metastorage - Data object relational mapping layer generator http://www.meta-language.net/metastorage.html
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php