XMLSS and IMG question

E

Eric Benchich

All,
Using the Excel XML Spreadsheet namespace is there a way to embed or link to
a graphic file on the server? The image must be in the spreadsheet when it
is saved to a file.
Similar to this:

<Worksheet ss:Name="myWorkSheet">
<Table>
<Row>
<Cell>
<Data ss:Type="String" xmlns="http://www.w3.org/TR/REC-html40">
<IMG SRC="http://localhost/someimage.gif"></IMG>
</Data>
</Cell>
</Row>
</Table>
....

Thanks in advance!
- Eric
 
H

Hennie van Dyk

From what I have read in this group,
Charts & Pictures & VBA are not supported in the XMLSS.

Regards
Hennie van Dyk
 

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