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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Microsoft package 6.5

    Posted 11/21/06 01:19 PM

    Hi,

    I am trying to access Excel from wM Integration Server 6.5 using Microsoft package 6.5. I am not sure of how to go about it.

    It would be of great help if you could tell me the steps to be followed

    best regards,
    nshvr


    #Integration-Server-and-ESB
    #webMethods
    #Adapters-and-E-Standards


  • 2.  RE: Microsoft package 6.5

    Posted 11/21/06 07:58 PM

    I am not sure if the Microsoft Package you speak of is the best solution to read an Excel file.

    Try searching on this site for “excel” and you will find many threads that discuss how to read an Excel file. Most likely using the FlatFileAdapter.

    Does that help?


    #Integration-Server-and-ESB
    #webMethods
    #Adapters-and-E-Standards


  • 3.  RE: Microsoft package 6.5

    Posted 11/21/06 09:46 PM

    Easiest way would be change the excel .xls to .csv extension and using FlatFileAdapter in the Developer create FFSchema and then you can parse it with flatfile:convertToValues for further processing…

    Also do search in this forum there are some posts discussed on the custom Excel processing via JavaAPI or visit itemfield.com.

    HTH,
    RMG


    #webMethods
    #Integration-Server-and-ESB
    #Adapters-and-E-Standards


  • 4.  RE: Microsoft package 6.5

    Posted 11/22/06 12:58 AM

    Both of the responses assume that the file in question is a csv file and not a proper Excel, .xls file. A .csv file, while readable by Excel, is not an Excel file. Just like a text file, readable by Word, isn’t a Word .doc file.

    nshvr, if it’s a .csv file, the advice of cjcable and rmg is the way to go. If it’s an .xls file, there are a couple of alternatives. Let us know which it is.


    #Adapters-and-E-Standards
    #Integration-Server-and-ESB
    #webMethods


  • 5.  RE: Microsoft package 6.5

    Posted 11/22/06 04:25 AM

    Thanks for the prompt responses reamon,rmg & cjcable.

    My requirement is to read a proper excel (.xls) file using Microsoft package. I have been advised to pursue the Microsoft package option only.

    regards,
    nshvr


    #webMethods
    #Integration-Server-and-ESB
    #Adapters-and-E-Standards


  • 6.  RE: Microsoft package 6.5

    Posted 11/22/06 07:03 AM

    Review the Microsoft package docs. Post any specific questions you may have and I’m sure someone will be able to help.


    #webMethods
    #Adapters-and-E-Standards
    #Integration-Server-and-ESB


  • 7.  RE: Microsoft package 6.5

    Posted 11/23/06 02:14 PM

    I would like to know if there are any dlls (remote APIs) available that can be used to access MS Excel.


    #webMethods
    #Integration-Server-and-ESB
    #Adapters-and-E-Standards


  • 8.  RE: Microsoft package 6.5

    Posted 11/24/06 06:01 AM

    Sounds like a great question for one of the zillion Microsoft office forums, blogs and company-sponsored websites.


    #Integration-Server-and-ESB
    #Adapters-and-E-Standards
    #webMethods


  • 9.  RE: Microsoft package 6.5

    Posted 12/12/06 04:20 PM

    Probably a little late with this response…but there is also the Apache POI java library for reading Excel files (yes, true XLS files, not CSV). There is even a wM wrapper package here on wmusers: [url]wmusers.com

    I’ve had great luck with this.


    #webMethods
    #Adapters-and-E-Standards
    #Integration-Server-and-ESB