export html data to excel in dsp pages

Hi,

Is it possible to export the html table data to excel sheet in dsp pages. if so could you please help me out?

Thank You.

You can code a Java service with Apache POI [url]http://poi.apache.org/[/url] and invoke it from a DSP to get a excel page according to your needs.

Or you can use a XSLT and transform the HTML to excel.

Follow some threads on this topic: [url]wmusers.com