• 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

XML ->XLS (Excel)

 
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi!
I'm looking for a solution (not a product) to transform an XML document into an excel table.
I've heard that this is possible using Cocoon & Poi (this was the first time I heard these terms). So, is there an easier way. Has someone done this?
Thanks a lot.
 
Ranch Hand
Posts: 5040
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is NOT a direct answer to your question, but related to your comment
Poi (this was the first time I heard these terms
Check out this article on use of POI to read Excel files.
Maybe you can get some ideas on implementing these principles for your application.
regds.
- madhav
 
carlos sanchez
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks a lot,
I looked up the reference to POI in jakarta.apache.org and downloded the Poor Obfuscation Implementation. It's very usefull, they are integrating it with cocoon, but for little messes you can use it independently.
If someone needs the link here it is:
http://jakarta.apache.org/poi/index.html
Thanks
reply
    Bookmark Topic Watch Topic
  • New Topic