Posted by -Lost on 07/06/06 04:05
"toffee" <t@ofee.com> wrote in message news:e8hmoe$el0$1@news.freedom2surf.net...
> i have a simple php script which feeds off mysql to display some data. i
> would like to add an 'export to excel' button so that the table being shown
> can be saved as a spreadsheet - is this possible ?
It is a non-COM approach.
http://pear.php.net/package/Spreadsheet_Excel_Writer
Another, self implementable option is CSV like Rik suggested.
"Rik" <luiheidsgoeroe@hotmail.com> wrote in message
news:28cfc$44ac75b7$8259c69c$7115@news1.tudelft.nl...
> A simple comma seperated file is understood by Excel. If you want complexer
> Excel, i'd look at COM objects... only available on Windows servers AFAIK.
Yep.
-Lost
Navigation:
[Reply to this message]
|