Buonasera, tengo innanzitutto a precisare di essere un utente inesperto. Vi illustro il mio problema: ho la necessità di inviare dei dati da excel ad un pagina web. Leggendo alcune guide sono riuscito a capire che basta semplicemente salvare il file excel come pagina web. Ma adesso ho la necessita di inviare i dati dalla pagina html ad un servlet. Mi potreste aiutare. Questo è il codice che si è generato salvando la pagina excel come pagina web.
codice:
<html xmlns:o="urn:schemas-microsoft-com:office:office"xmlns:x="urn:schemas-microsoft-com:office:excel"
xmlns="http://www.w3.org/TR/REC-html40">
<!DOCTYPE html>
<html xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:x="urn:schemas-microsoft-com:office:excel"
xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta charset="ISO-8859-1">
<title>Insert title here</title>
<link rel=File-List href="dati_file/filelist.xml">
<style
id="Nuovo Foglio di lavoro di Microsoft Excel (Salvato automaticamente) - Copia_5115_Styles"><!--table
{mso-displayed-decimal-separator:"\,";
mso-displayed-thousand-separator:"\.";}
.xl155115
{padding-top:1px;
padding-right:1px;
padding-left:1px;
mso-ignore:padding;
color:black;
font-size:11.0pt;
font-weight:400;
font-style:normal;
text-decoration:none;
font-family:Calibri, sans-serif;
mso-font-charset:0;
mso-number-format:General;
text-align:general;
vertical-align:bottom;
mso-background-source:auto;
mso-pattern:auto;
white-space:nowrap;}
--></style>
</head>
<body>
<!--[if !excel]> <![endif]-->
<!--Le seguenti informazioni sono state generate dalla pubblicazione guidata
come pagina Web di Microsoft Excel.-->
<!--Se una voce viene pubblicata una seconda volta da Excel, verranno
sostituite tutte le informazioni tra i tag DIV.-->
<!----------------------------->
<!--INIZIO OUTPUT PUBBLICAZIONE GUIDATA COME PAGINA WEB -->
<!----------------------------->
<div
id="Nuovo Foglio di lavoro di Microsoft Excel (Salvato automaticamente) - Copia_5115"
align=center x:publishsource="Excel">
<table border=0 cellpadding=0 cellspacing=0 width=235 style='border-collapse:
collapse;table-layout:fixed;width:177pt'>
<col width=93 style='mso-width-source:userset;mso-width-alt:3401;width:70pt'>
<col width=78 style='mso-width-source:userset;mso-width-alt:2852;width:59pt'>
<col width=64 style='mso-width-source:userset;mso-width-alt:2340;width:48pt'>
<tr height=20 style='height:15.0pt'>
<td height=20 class=xl155115 width=93 style='height:15.0pt;width:70pt'>lato120</td>
<td class=xl155115 width=78 style='width:59pt'>lato80</td>
<td class=xl155115 width=64 style='width:48pt'>altezza 20<span
style='display:none'>0</span></td>
</tr>
<tr height=20 style='height:15.0pt'>
<td height=20 class=xl155115 align=right style='height:15.0pt'>60</td>
<td class=xl155115 align=right>40</td>
<td class=xl155115 align=right>50</td>
</tr>
<![if supportMisalignedColumns]>
<tr height=0 style='display:none'>
<td width=93 style='width:70pt'></td>
<td width=78 style='width:59pt'></td>
<td width=64 style='width:48pt'></td>
</tr>
<![endif]>
</table>
</div>