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
  • 1.  MS Excel files

    Posted Thu July 11, 2002 04:57 PM

    Is there some way for webMethods read a MS Excel file? If so, how?

    Thanks.

    Nic


    #webMethods
    #Integration-Server-and-ESB
    #webMethods-General


  • 2.  RE: MS Excel files

    Posted Thu September 26, 2002 09:42 AM

    Hi nicolas,
    Even i would like to the solution for this MS Excel problem. Please let me know, if you have the solution for this.


    #webMethods
    #webMethods-General
    #Integration-Server-and-ESB


  • 3.  RE: MS Excel files

    Posted Thu February 26, 2004 01:22 PM

    Itemfield’s ContentMaster for webMethods Integration Platform can handle Excel files of arbitrary complexity.

    See http://www.itemfield.com/solutions/sol_webmeth.shtml or contact webmethods@itemfield.com.


    #webMethods-General
    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: MS Excel files

    Posted Fri February 27, 2004 04:24 AM

    Hello,

    go to www.wmusers.com and look for

    EXCEL_contentHandler.zip (27.574k)
    Author: Igor Androsov
    This is a simple package that can read MS EXCEL files and convert them into WM record list. It is using Apache’s POI HSSF library. The name if a bit misleading asExcel Reader would be more fitting. The services providedtake a file name as input and files need to be on the server this in my view is advantage and disadvantage. The source is included and can be modified. The required POI jar is available at http://jakarta.apache.org/builds/jakarta-poi/release/bin/.

    direct shortcut is http://www.wmusers.com/software/uploads/1740EXCEL_contentHandler.zip

    I am using it to upload Master data in SAP Business Connector 4.7, but can be used for any kind. Very good and very simple. It is shared freeware.

    HTH,

    Gordan


    #webMethods-General
    #webMethods
    #Integration-Server-and-ESB


  • 5.  RE: MS Excel files

    Posted Thu June 03, 2004 09:41 AM

    Hi Gordan,

    The input for ExcelToXML flow service, which is in the package, is defined as;
    INPUT:
    data - Record that has 3 input types.
    file_name - a complete file name with file system path to read from
    file_stream - a IO stream BufferedInputStream java object
    file_data - Excel data in form of a string

    My question is how can I get the file_data?
    Looks like I’m using the service in a wrong manner.

    Regards,
    Cemil


    #webMethods
    #webMethods-General
    #Integration-Server-and-ESB


  • 6.  RE: MS Excel files

    Posted Fri June 04, 2004 07:23 AM

    You can just input the file name and the parser will work. If you have the data as a stream, you can specify the stream here.
    This program works fine for simple applications.
    Thanks and good luck!


    #webMethods
    #webMethods-General
    #Integration-Server-and-ESB