• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Liutauras Vilda
  • Ron McLeod
  • Jeanne Boyarsky
  • Paul Clapham
Sheriffs:
  • Junilu Lacar
  • Tim Cooke
Saloon Keepers:
  • Carey Brown
  • Stephan van Hulst
  • Tim Holloway
  • Peter Rooke
  • Himai Minh
Bartenders:
  • Piet Souris
  • Mikalai Zaikin

xml converter

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I have to design a project as a part of my summer internship .. in which i have a form in excel format .. i have to convert it into xml .. can anyone help me in designing an application that converts excel file into xml right from the scratch .. ? Immediate replies would be appreciated .. !
 
Sheriff
Posts: 22743
129
Eclipse IDE Spring VI Editor Chrome Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

sayush anand wrote:Immediate replies would be appreciated .. !


Please EaseUp. Of course immediate replies are appreciated, but there's no need to say it out loud.
 
Ranch Hand
Posts: 344
Oracle Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In Excel you can save directly to an XML format. Not sure how your Excel files are being used, but if macros are an option, you could explore that approach.
 
Bartender
Posts: 10780
71
Hibernate Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

sayush anand wrote:I have to design a project as a part of my summer internship .. in which i have a form in excel format .. i have to convert it into xml .. can anyone help me in designing an application that converts excel file into xml right from the scratch .. ?


Koen's right: Excel itself is probably the way to go. Anything else will be a 90% solution at best; and a Java-based one will almost certainly require you learning 3rd party libraries such as Apache POI or (probably better, but also more work) OpenOffice.

Winston
 
You've gotta fight it! Don't give in! Read this tiny ad:
Thread Boost feature
https://coderanch.com/t/674455/Thread-Boost-feature
reply
    Bookmark Topic Watch Topic
  • New Topic