Ciao,
ho trovato il modo per creare un file excel con più fogli; adesso dovrei inserire nei vari fogli del codice html; ho provato in tutti i modi ma non riesco.
Questo è il codice xml:

<?xml version="1.0"?>
<?mso-application progid="Excel.Sheet"?>
<Workbook xmlns="urn:schemas-microsoft-comffice:spreadsheet" xmlns="urn:schemas-microsoft-comfficeffice" xmlns:x="urn:schemas-microsoft-comffice:excel" xmlns:ss="urn:schemas-microsoft-comffice:spreadsheet" xmlns:html="http://www.w3.org/TR/REC-html40">
<Worksheet ss:Name="Sheet1">


</Worksheet>
<Worksheet ss:Name="Sheet2">



</Worksheet>
</Workbook>

ho trovato anche delle soluzione in cui vengono creati vari file .htm e poi linkati all'interno del worksheet. Io avrei però bisogno di creare un unico file .xls contenente tutto.