This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Other Open Source Projects and the fly likes need to create XML out of Excel sheet Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » Other Open Source Projects
Reply Bookmark "need to create XML out of Excel sheet" Watch "need to create XML out of Excel sheet" New topic
Author

need to create XML out of Excel sheet

PankajKumar Pitaliya
Greenhorn

Joined: Dec 28, 2008
Posts: 11
Hi all,

There is one issue i am facing in my application that i need to create XML from an excel sheet data having 100-250 param-value pairs.

what will be the best tool that i can use, in JAVA?

thanks in advance

Vishwanathan Nagarajan
Ranch Hand

Joined: Jan 28, 2009
Posts: 37
I would suggest you to use XSSF in Apache POI which is a java API for Microsoft format files .


MCP, SCJP 1.4, SCWCD 1.4, SCBCD 5.0, SCDJWS 1.4
PankajKumar Pitaliya
Greenhorn

Joined: Dec 28, 2008
Posts: 11
thanks Vishwanathan.
I will try and get back to you.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: need to create XML out of Excel sheet
 
Similar Threads
How to create New Excel File
handling excel sheet with java
XML file to Excel - Please help! Urgent!
Sorting Excel using POI (HSSF)
Create a copy of excel work sheet using POI