> 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.