Java – Excel to XML code in java

exceljavaxml

I need code in java for Excel to XML conversion.
where Excel sheet will be used as the input file and XML file as the output file.we have to read the Excel file Row and column wise and than write that data to XMl file.

please anybody give any Code or URL or any Repository of example,which would be appreciated.

Thanks,

Mishal Shah

Best Solution

Have a look at Apache POI. I'm sure there are some examples there.