XMLSS and IMG question

  • Thread starter Thread starter Eric Benchich
  • Start date Start date
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
 
From what I have read in this group,
Charts & Pictures & VBA are not supported in the XMLSS.

Regards
Hennie van Dyk
 
Back
Top