summaryrefslogtreecommitdiffhomepage
path: root/examples/conditional_formatting/example_conditional_formatting.rb
AgeCommit message (Collapse)Author
2015-05-04Added example of conditional formatting to match text in cellsshifakhan
2014-03-06Fix conditional_formatting example filegeruhl
- change profitable hex color code to a legal 6 digit # (428751 = green) - "wb" and "sheet" are not created in this example, change to "book" and "ws"
2013-04-04Added support for specifying between/notBetween formula in an array.Noel Peden
2012-04-25documentation updates and example dir restructuring.Randy Morgan