• 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
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Conversion of formats to XML

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am trying to write an application that can convert a word document or a excel spreadsheet to XML format. Is there any free help available on the internet about this?
It would be gerat if someone could help me with links of such places.
Thanks,
 
Ranch Hand
Posts: 356
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I don't know about word but if it is EXCEL then you can make a JDBC connection to convert data into XML.

Originally posted by akhilesh maheshwari:
Hi,
I am trying to write an application that can convert a word document or a excel spreadsheet to XML format. Is there any free help available on the internet about this?
It would be gerat if someone could help me with links of such places.
Thanks,



------------------
Shubhrajit :-)
 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Good suggestion for Excel
For Word, you could automate saving files as RTF and then use RTF2XML, a freeware under GNU Licence from XMeta:
http://www.xmeta.com/omlette/rtf2xml/
Beno�t
 
Space pants. Tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic