View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
cate cate is offline
external usenet poster
 
Posts: 93
Default html output to file *.xls - how to stop date formatting <td01-01</td

Valid html output is copied to a file with an extension of .xls and
Excel is used to open it. It works just fine 99.9% of the time..
however.

Their is one td element being converted to a date: <td01-01</td

We've tried putting various quotes to signal this is text but no
success (the "hints" show up in the output). Is there a td attribute
that might help out here? The data cannot be changed and must appear
01-01 in the column. We cannot expect the client to configure their
Excel.

Thanks