sayush anand wrote:I have to design a project as a part of my summer internship .. in which i have a form in excel format .. i have to convert it into xml .. can anyone help me in designing an application that converts excel file into xml right from the scratch .. ?
Koen's right: Excel itself is probably the way to go. Anything else will be a 90% solution at best; and a Java-based one will almost certainly require you learning 3rd party libraries such as Apache POI or (probably better, but also more work) OpenOffice.
Winston