
 Re: Convert excell 2003 XML Spreadsheet to XLS worksheet
 
					
						You can write your SpreadsheetML string to a 
MemoryStream, instead of a harddrive file:
Use the the MemoryStream with workbook.easy_LoadXMLSpreadsheetFile method and then convert the workbook to XLS with workbook.easy_WriteXLSFile(Response.OutputStream).
Useful links:
Open Excel in browser using Response streamand
Convert XML to Excelsection "Convert XML Spreadsheet file to Excel"