• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Converting XML to MS-Excel

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
As per my understanding goes Cocoon could be used for transforming XML to MS-Excel using HSSFSerializer. However can anybody tell me, how to go about it, incase if I want to use it standalone. Means I don't want to use the Cocoon framework (since I have mine ready). I just want to use a particular component (something like HSSFSerializer of Cocoon) to tranform my XML to MS-Excel. I could make my XML structure follwing some standard for the transformation (ex http://www.gnome.org tag library).
Any help would be greatly appreciated.
Thanks in Advance,
Rajan Kumar
 
author and deputy
Posts: 3150
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
check this http://jakarta.apache.org/poi/
 
Rajan Kumar
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks a lot for your reply.
However POI - HSSF doesn't talk about the transformation anywhere (converting XML-DOM to MS-Excel).
Can you give me some hint, if you have come across something? Or any work around. It provides APIs to play around with MS-Excel(s). Since they are on lower-level comparable to the XML transformation, I would like to go with the later one, if I get something.
-Rajan Kumar
reply
    Bookmark Topic Watch Topic
  • New Topic