how do i copy the cells of a worksheet into my html pages without copying the
formatting style text

it is driving me nuts. I want to create the spreadsheet in excell then copy
into my webpage but i want to use my own styles and not those that copy over
with the spreadsheet.

eg this is what is in the code of one of the cells in the table

<td height="17" style="height: 12.75pt; color: white; text-align: center;
font-size: 10.0pt; font-weight: 400; font-style: normal; text-decoration:
none; font-family: Arial; vertical-align: bottom; white-space: nowrap;
border: .5pt solid windowtext; padding-left: 1px; padding-right: 1px;
padding-top: 1px; background: red">Pos</td>


what I want is purely <td>Pos</td>

is there anyway to do this.

even if i leave all the colours etc as automatic there is still loads of
style text

Thanks in advance