As part of my ColdFusion custom tag solution for generating Microsoft Excel files , I am going to be using my CSSRule.cfc ColdFusion component to allow users to use CSS-like styling to format the Excel document. To make the CSSRule.cfc more useful, I have added the support of the Color property (not sure how I missed that one before) and I have added three new methods: AppendCSSRule( CSSRule ) Thi ...
Read More »