Create Excel sheet in HTML with comments

L

Luke Webber

David McRitchie said:
Hi Luke,
one way, there will be no formatting of any kind, and no indication that
a title (comment) is included.

<table><tr><td title="This is a Comment">This is data</td></tr></table>

Thanks, but it's not really what I'm looking for. I want the user to see the
comment as a normal Excel comment. In fact, I'd already tried the TITLE
attribute, with no effect.

Any more thoughts? It seems like it should be simple, but the Connectivity
Kit is pretty half-arsed from what I've seen.

I'd use XML, but it looks like the bulk of the client PCs will be running
Office 97. 8^(

Cheers,
Luke
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

Hi.

I'm using the information in the Web Connectivity Kit to generate
simple HTML via ASP for import by Excel. So far, smooth sailing. But I
just hit my first speed hump.

I want to include a comment field on certain cells of the spreadsheet,
and I can't find any mechanism for doing so. I've tried unravelling
exported HTML straight from Excel, but that stuff is incredibly
complex, so I'm hoping there might be a simpler alternative.

Any ideas?

Thanks for any and all suggestions.

Luke
 
L

Luke Webber

Hi.

I'm using the information in the Web Connectivity Kit to generate
simple HTML via ASP for import by Excel. So far, smooth sailing. But I
just hit my first speed hump.

I want to include a comment field on certain cells of the spreadsheet,
and I can't find any mechanism for doing so. I've tried unravelling
exported HTML straight from Excel, but that stuff is incredibly
complex, so I'm hoping there might be a simpler alternative.

Any ideas?

Thanks for any and all suggestions.

Luke
 
D

David McRitchie

Hi Luke,
one way, there will be no formatting of any kind, and no indication that
a title (comment) is included.

<table><tr><td title="This is a Comment">This is data</td></tr></table>
 

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