I have problem with formated columns that may be related.
I am trying to prepend a $ to a format where text is green for positive black for 0 and red for negative, but putting the $ anywhere in the style definition makes the text all black. here is my format string: [color: green;]$%.2f;$%.2f;[color: red;]$%.2f. I did try escaping the $ with a \ but that just output \$.
I was going to work around the issue using a :before selector and the CSS content property to do it but myDBR doesnt assign the column any attribute based off my style definition. If fixing the format string is too difficult/impossible could you guys make myDBR assign the table cell an additional class named after the style?
like OP i have noticed odd things when exporting to Excel the one that was not mentioned was when a style format sting contains a literal % (ie %.2f%%) then excel shows 2 % signs. not a big deal, but I though it was worth mentioning.