I\'m using excel web queries to export an html table (mvc view) to excel. How do I get it to carry across the css styles? If I set class=\"redLabel\" it doesn\'
class=\"redLabel\"
As far as I know, most Office programs do NOT support included styling, but only inline styling.
It's likely that you'll be required to include your styling inline (exporting sucks, almost like mail styling).