Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

java and xml

  Asked By: Wayne    Date: Sep 19    Category: Java    Views: 626
  

i have to convert my jtable values into xml, can anyone explain
how it's possible to convert,
for that i have to convert my data into xls file using I/o package
or dirctly XML file with I/o package
I need detail explaination for ..

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Alfonso Martin     Answered On: Sep 19

To convert  the data  into xls  file you can use Jakarta POI.
(http://jakarta.apache.org/poi/index.html).
And for xml  file check this out http://xml.apache.org/
Both have examples and easy to understand.

 
Didn't find what you were looking for? Find more on java and xml Or get search suggestion and latest updates.




Tagged: