IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

export html data to excel in dsp pages

  • 1.  export html data to excel in dsp pages

    Posted Mon July 12, 2010 06:49 PM

    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.


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 2.  RE: export html data to excel in dsp pages

    Posted Mon July 12, 2010 08:38 PM

    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


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods