HTML -> EXCEL cell formatting

S

Sophie

Hello,

I would like to know if there's a way to control the formatting of an
excel sheet created by a web page :

contentType="application/vnd.ms-excel"
<table><tr> and <td>...

I have to display a string that looks like

"01-02-04"

which is NOT a date, but it appears on the excel web page as a date :

01/02/2004

Thank you,

Sophie
 
Top