Excel to XML, icluding CDATA

J

jen_designs

I am working on creating a excel spreadsheet that I would like to
export to xml. I would like the column to be included inside a
CDATA section. For instance, it would look something like this when
exported to xml:

<text><![CDATA[This is some text.]]></text>

Is this possible in excel?

Thanks

Jen
 
Top