Import data from MSExcel 2003

how to import data from MSExcel 2003 via xml?can any one help me
[78 byte] By [arunmoyala] at [2007-10-2 2:05:38]
# 1

> how to import data from MSExcel 2003 via xml?

> can any one help me

Rather vague question, but you could export the data from Excel in CSV and then read that from within Java.

If you need the data to be in XML format you could write a Java converter which takes the CSV data and converts it to XML.

Sorry, without more information it's difficult to help.

RichFearna at 2007-7-15 19:47:06 > top of Java-index,Other Topics,Algorithms...
# 2
If you have an excel file that has data in that you want to retrieve, then you could use COM. Check the ActiveX bridge for Java Beans forum.R. Hollenstein
robinhollensteina at 2007-7-15 19:47:06 > top of Java-index,Other Topics,Algorithms...