How do I convert an "XML Spreadsheet" document into Excel using Java code?
I can do this manually by opening this document (which windows recognize that it can be opened in Excel, so it opened it in Excel) in Excel and File->Save As-> Excel 2003 workbook. However, I'd prefer I can automate this. Is there anyway we can do this? I also tried to copy the xml spreadsheet file (ends with .xml) to Excel (ends with .xls), but don't work as Apache POI still treat it as an xml document.