html markup to add comments to excel cell

N

Nitin Sharma

Please can anyone tell me how to specify a comment to an excel cell in html.

I want to create an html string such that if I just paste that html string
on excel sheet it will add a comment to one cell. This is just like how we
define formatting to a cell. for eg I can define formatting to a cell using
the below html string :

<html>
<head>
</head>
<body>
<table>
<tr>
<td>13
<td STYLE="vnd.ms-excel.numberformat:$#,##0.00_);[Red]($#,##0.00)">41/4
<TD STYLE="vnd.ms-excel.numberformat:0.00">123.895
</table>
</body>
</html>

Any help will be gratefully recieved.

Nitin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top