Excel Sheet Drag & Drop into Java Application Q

New to this forum. Have a question regarding the ability to drag and drop an Excel Sheet from an open Excel file onto a Java application. A friend has been able to drag and drop an Excel file from Windows Explorer onto a Java application and then read the sheets to select what you want and display/use the information in a particular sheet, I'd like to take it a step further to so that the user has the ability to be working in Excel and then drag and drop individual sheets into a Java application as they desire. Is this latter option possible?

Hi,
   Hope the below links helps...
Re: upload & download files 
https://wiki.sdn.sap.com/wiki/display/WDJava/Uploading%20excel%20file%20using%20WebDynpro%20for%20Java
http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3417600)ID0729285250DB01215080400348251106End?blog=/pub/wlg/6603
Thanks,
Prakash

Similar Messages

  • Reading Excel sheet data in WebDynpro Java Application

    Hi,
    I need to read an excel file which is stored locally in my computer. How to use upload UI element (in WebDynpro Java) ?
    After reading the excel file the data is displayed in table structure in WD Java application. After doing some calculations on click of generate excel button the table data is translated into excel sheet. How to achieve this?
    Thanks,
    Anmol

    Hi,
       Hope the below links helps...
    Re: upload & download files 
    https://wiki.sdn.sap.com/wiki/display/WDJava/Uploading%20excel%20file%20using%20WebDynpro%20for%20Java
    http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3417600)ID0729285250DB01215080400348251106End?blog=/pub/wlg/6603
    Thanks,
    Prakash

  • How do i show vbscript into java application?

    hi
    how do i show vbscript into java application? ( looks like microsoft frontpage)
    or what is interpreter of vbscript for java ?
    thank you?

    There probibly isn't one.
    vbscript and java are rather different. You are better of opening a vbscript viewer from java as a sperate program.

  • How do i show javascript into  java application?

    hi
    ( please help me!!!!!!!!!!!!!!!!!)
    how do i run javascript into java application ?( looks like microsoft frontpage )
    thank you ?

    There is a JavaScript interpreter called Rhino implemented in Java, maybe you can use it: http://www.mozilla.org/rhino/

  • APEX application integration into Java application

    Hello,
    I'm working on a new APEX application and I would like to integrate that application into an existing Java application.
    The integration should be invisible for the end-users. Our application will have the same look and feel as the Java application.
    The existing menu of the Java app will be extended with a new link. This link will then call our application.
    Visually I was thinking about using an Iframe to display the content of the APEX application inside the Java generated xHTML.
    This is however not the biggest issue.
    We are working in a secure context and we thus need to make sure that our APEX application doesn't create a backdoor on the
    security mechanism provided by the Java app.
    Some options have come to mind, but the one that look best is this:
    We keep the java application as the single point of entry for our end-users and make sure that the apex application is "hidden".
    We could do this by means of some re-routing code in the java application so that the incomming requests there are send to the correct server (java or apex).
    Then we will need to capture the response of the APEX application and place it inside the Java generated xHTML. The combined content is then send to the client.
    Or we could place a reverse proxy server that does this for us.
    The goal is thus that we can rely on the existing java application to cover the security and the navigation structure.
    Any ideas on this ?
    How-to's or other options ?
    thanks & regards
    Karel

    In a project I am currently working on we do it using iframes and passsing parameters over a http link.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • How to load word .doc-files into java applications?

    Hi,
    I want to load a word .doc-file (or any other type of document) into a java application, as part of the application.
    Is there any java special library to do it?
    Any solution or hint?
    Thank you.

    No, there is no existing Java library to do it that I am aware of. You could write your own, however, as the Word 97 binary file format is published. I am not sure that the Word 2000, or XP formats are as well, but since they put out the 97 presumably they'd do the same with the rest -- although I am suprised that Micro$$$oft even published the 97 format.
    A library such as this would take quite some time write, due to the extensive format, but here's a link to a copy of it just so you can see what it'd take: http://www.redbrick.dcu.ie/~bob/Tech/wword8.html
    Also keep in mind that Micro$$$oft has never remained binary compatable between versions. In short, this means that you'd have to parse each version's documents differently. Not a fun task.
    If a Java library to read Micro$$$oft file formats already does exist, I'm willing to bet that it costs $$$ mucho dinero $$$.
    Hey, aren't proprietary file formats just wonderful?

  • Excel as a Component in java application

    Can anyone please tell me that how can I use an Excel worksheet as a COM object within Java application. please reply urgently

    look up www.tidestone.com, they had an MS Excel lib you could get for java. It is not free and they also just sold to another company. See if they still offer it.

  • Import tool into java application.

    I'm creating a java web service & would like to know if there is a way to import a .exe file into the application so that it can be used in windows with having to be on the customers machine.

    I'm sorry, you're firmly in WTF territory here.
    That's a command to load an application via Java Web Start. It loads it from the server at 192.168.1.1. Running a Web Start application, once it's loaded onto the client, does not involve a browser. But getting it installed on the client does involve a browser.
    And you can configure a Web Start application to create a shortcut. You don't need to do it yourself, least of all from the application to which the shortcut should refer.
    I also don't understand the reference to "web services" and "turning the application into a web application", but probably your use of those phrases isn't related to their actual standard meanings.
    My advice: use Java Web Start in the way it was meant to be used. It works just fine that way. Don't try to help it out if you don't know what you are doing. Which you definitely don't, if I am understanding your idea correctly. Which I might not be.

  • How do I stop the "drag firefox into the applications folder" dialog box from opening every time I open Firefox on my iMac?

    When I installed Firefox on my iMac, a dialog box appeared telling me to drag the Firefox logo into the Applications folder, which I did. Firefox works fine, but every time I open it this dialog box opens before Firefox does, and I have to close it out. This is irritating. How can I stop it from opening again?

    Make sure that Firefox gets installed properly.
    * [[Installing Firefox on Mac]]
    * http://kb.mozillazine.org/Installing_Firefox#Mac_OS_X

  • Crystal Reports into java application

    Can anyone help me out in generating Crystal Reports in a java application.

    Yes google the forums here, there is a link to a website that deals specifically with Java and CR, CE, RAS.
    HTH

  • Invoking BPEL process into Java application

    Hi,
    I have created a student admission form using Java in eclipse editor.I want send the total payload to bpel process.For that i need to call bpel from java application.
    So If any one have any idea regarding this,please share with me.
    With Regards
    Jyoti
    Edited by: Jyoti on Mar 16, 2011 5:23 AM

    Hi,
    a BPEL process is exposed by a WSDL reference. Create a JAX-WS proxy client and call the WS port therein from Java. The port then grants you access to the exposed methods in BPEL. Before you ask how to create a JAX-WS proxy client in Eclispse - I don't know as this is JDeveloper forum. So you may want to post the question to an Eclipse forum. I can tell how you do it in JDeveloper though
    Frank

  • Import PHP-Array into Java-Application

    Hi!
    I want to call a PHP-Script from inside my Java-Application. The PHP-Script can return an array.
    How do I use a PHP-Array in Java and how do I import it????
    Thanks! =)

    thanks! =D
    one last question:
    -how would i have to change my example to make a
    https-connection?
    Did you try
    URL theURL = new URL("https://www.mysite.com/myscript.php");It works that simply. The only complication is if your server is set up for https or not. This is an Apache (or whatever webserver you are using)problem not a PHP problem.
    I think it gets upset if you try and use certificates with problems (self-signed etc) but not having tried this (I have only used it with certificates that are otherwise trustable) I don't know that for sure.
    Once upon a time I asked a question about using https as a client in Java and I got a variety of answers including doing mystic stuff with my keystore but I tried the simple and obvious and it works like a charm. At least from an Applet but I see no reason an application won't work the same way.
    Anyway try the simple and easy and see if that works for you. You might find that it does.

  • Drag Email into Air Application

    Can someone tell me if it is possible to drag an email
    message from Outlook or other desktop email clients into an AIR
    application, and have the application read the contents?

    AIR can get text, html, bitmaps, and file handles through
    drag and drop. If the e-mail client puts the e-mail into one of
    those formats, then an AIR application can recieve it. Otherwise,
    it can't.

  • Getting windows domain login name into java application

    Hi,
    I am looking how can i get user name of windows logged in user. I want to display the user name in the welcome message of the application. The user will be logging into the domain. Please note that I need windows logged in client user name.
    Please give suggestions or any direction on this.
    Thanks

    Thanks a lot for your prompt response.
    I tried the example. It works really great from the command prompt.
    How do I integrate with application.
    My application runs on OC4J server. I hope I need to change the java security.policy file or something to point to my application sepecific policy file (i.e. in the example, the file that we give thru command line).
    Not sure.
    If possible can you give me some idea on how to change these policy files.
    I know I am asking too much, but please help me in this.
    Thanks

  • My videos played fine until my pc crashed  now i cant get them back in itunes they play in quicktime and the formats havent changed. they wont drag drop into i tunes or using add file.

    I run winxp my pc crashed had to reboot. my video files are saved on an external hard drive.  they have all played fine in itunes before. the formats are all correct. now i cant get them back into itunes neither drag and drop or add file to itunes works. i checked the files and when you click on them they still play in quicktime. anyone have this??

    Repair your QuickTime.
    Control Panel > Add n Remove Programs > highlight QuickTime, click CHANGE then REPAIR.

Maybe you are looking for

  • XHA1 and FInal Cut Break Through!!!!

    Now I am not guaranteeing this will work for everyone, but after 2 years I have found what was wrong with my system. For 2 years, I have shot on my XHA1 and captured on my girlfriends iMac, though I have a G5 of my own. I am currently in session and

  • Office Mac 2011 - Tasks / Flagged messages Errors

    Using the latest version of Outlook 2011 on OSX Mavericks 10.9.2 linked to a Exchange Server. On my iPad and iPhone using the TaskTask App all my Tasks and Flagged items display correctly as they are using OWA. In Outlook 2011 there are flagged messa

  • FCP Trial to Full Installation

    I was running FCP Trial and decided to buy the full version. However, I had to buy the full version through the Mac Business Store, so I will be getting a physical product next week. Will I have to reinstall FCP, and/or Delete the Trial Version? If I

  • Which application of Netweaver will be useful for JAVA professionals

    Hi, I am new to Netweaver and need to know which application of netweaver will be useful for me. I am basically a JAVA Programmer. What exactly i can learrn in netweaver. EP,Webdynpro or XI. Regards, Sujan.

  • Paasing dateTime by XML to WebService

    I get some problems by passing a xsd:dateTime in XML to a webservoce using java.util.Calendar. The only way to pass is like 2002-05-01T12:33:00-02:00 The i get a Calendar in my service with 2002-05-01 09:33:00 but in some descriptions about xsd it sh