Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 6 of 6

Thread: convert excel to xml and read the input from xml file

  1. #1
    Junior Member
    Join Date
    Apr 2012
    Posts
    4
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default convert excel to xml and read the input from xml file

    Hi

    Need to convert excel file to xml and need to use the xml file generated to get the input to my java code. Could I write a program in Java to covert excel file to xml


  2. #2
    Junior Member
    Join Date
    Apr 2012
    Posts
    21
    My Mood
    Torn
    Thanks
    6
    Thanked 0 Times in 0 Posts

    Default Re: convert excel to xml and read the input from xml file

    dont you read? you need to make a introfuction post, not a question post.

  3. #3
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: convert excel to xml and read the input from xml file

    Thread moved to a more appropriate category...I recommend reading the forum rules, as well as the getting help link in my signature. And yes, you can convert excel to xml.

  4. The Following User Says Thank You to copeg For This Useful Post:

    rahulruns (April 3rd, 2012)

  5. #4
    Junior Member
    Join Date
    Apr 2012
    Posts
    4
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: convert excel to xml and read the input from xml file

    Thank you for information and update. Could you help me to understand how to do the conversion. I tried searching any earlier post for similar question but was not able to locate

  6. #5
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: convert excel to xml and read the input from xml file

    Quote Originally Posted by rahulruns View Post
    Thank you for information and update. Could you help me to understand how to do the conversion. I tried searching any earlier post for similar question but was not able to locate
    The question is too general to answer without pointing you to do a web search - for which there is plenty of information. Break the problem down and ask a specific question. Do you know java at all? Do you know how to read a file? Do you know how to read/write excel? Do you know xml format?

  7. #6
    Junior Member
    Join Date
    Apr 2012
    Posts
    4
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: convert excel to xml and read the input from xml file

    Well I am a newbie and it would really be helpful if you could point to the questions you have pointed. I tried to do a search but was unable to locate any information what information is available is about software converters. Well java I know and understand, I know a bit about xml, I understand excel. Reading a file yes I do if you are talking about filestream, bufferreader and inputstream. Could you help me in understanding the answer to my question by pointing me towards a right direction

Similar Threads

  1. Read input, read file, find match, and output... URGENT HELP!
    By MooseHead in forum What's Wrong With My Code?
    Replies: 3
    Last Post: April 3rd, 2012, 11:01 AM
  2. how to read chinese data from excel to java
    By swapna in forum File I/O & Other I/O Streams
    Replies: 5
    Last Post: November 17th, 2011, 07:02 AM
  3. How to convert java executed pgm in eclipse to excel sheet..
    By rajeshwari in forum What's Wrong With My Code?
    Replies: 1
    Last Post: June 17th, 2011, 07:32 AM
  4. Convert text to excel
    By mamta_techie in forum JDBC & Databases
    Replies: 1
    Last Post: December 27th, 2010, 12:15 PM
  5. Read excel file
    By chamil in forum JDBC & Databases
    Replies: 1
    Last Post: October 25th, 2010, 03:00 AM

Tags for this Thread