Include alt-attribute of images in export (instead of nothing)

Include alt-attribute of images in export (instead of nothing)

beginner_beginner_ Posts: 55Questions: 2Answers: 0
edited November 2011 in TableTools
Hi all,

is it somehow possible to include the value of the alt attribute of img-tags in the export? I have a column only containing images.

I know sounds like a weird request but the information in that attribute is actually very useful. It is the data from which the image can be created and with that data the image could also be created again in Excel or another tool.
(The images are chemical structures and the alt-attribute contains their SMILES String, textual representation of chemical structure)

Is this possible?

Replies

  • NathanSFNathanSF Posts: 17Questions: 0Answers: 0
    edited July 2012
    I got this working by wrapping header in a span tag after the image with CSS display: none.

    [code]Header to Export[/code]
This discussion has been closed.