Export to excel

I want to ask if there is a good php class to export to excel data.

I still use PEAR’s Spreadsheet Excel Writer. But PHPExcel seems to offer more features.

I use pear but i found problems with greek characters.

Is there a solution?

@dimis:

I remember that i had to patch it some years ago and for a long time there was no new release. But from their website it says, it should support UTF-8 now:

http://pear.php.net/...putencoding.php

The setVersion(8 ) is also somewhat essential.

http://www.yiiframework.com/extension/phpexcel/