ragazzi ho un problema;
premetto che da una pagina asp creo un foglio excel
codice:
'stampo la testata
Response.Write "<tr>"
Response.Write "<td width=50>"& xsped & "</td>"
Response.Write "<td width=50>"& xcontr & "</td>"
Response.Write "<td width=50>"& xtcontr & "</td>"
Response.Write "<td width=50>"& xmad & "</td>"
Response.Write "<td width=50>"& xfor & "</td>"
Response.Write "<td width=50>"& xfordescr & "</td>"
Response.Write "<td width=50>"& xart & "</td>"
Response.Write "<td width=50>"& xartdescr & "</td>"
Response.Write "<td width=50>"& xmag & "</td>"
Response.Write "<td width=50>"& xcell & "</td>"
Response.Write "<td width=50>"& FormatNumber(xqta, 3) & "</td>"
Response.Write "<td width=50>"& FormatNumber(xqtares, 3) & "</td>"
Response.Write "<td width=50>"& xmodpag & "</td>"
Response.Write "<td width=50>"& xdataFr & "</td>"
Response.Write "</tr>"
quando visualizzo il folgio excel i campi
Response.Write "<td width=50>"& FormatNumber(xqta, 3) & "</td>"
Response.Write "<td width=50>"& FormatNumber(xqtares, 3) & "</td>"
non vengono stampati come campi numero ma come testuali....
qualcuni conosce una soluzione???