Formatting part of a cell in excel export
Formatting part of a cell in excel export
Hi,
I've been scratching my head on this one for a while and digging around and not even sure if this is possible. Basically, I have <ins> and <del> tags in my HTML tables and when I export the table to an excel doc I want the content inside the <ins> tag to be green and the content in the <del> tag to be red. I already used the format option to preserve the <ins> and <del> tags before Buttons strips them but I'm not sure how to proceed from here, if I even can. Any ideas?
Thanks,
Answers
Hi @loztpma ,
Does this thread help? It talks about conditionally changing the background colours.
Cheers,
Colin
No, but I think I found what I need to do here: http://officeopenxml.com/SScontentOverview.php
This is going to be tough...