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
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.
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
dont you read? you need to make a introfuction post, not a question post.
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.
rahulruns (April 3rd, 2012)
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?
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