summaryrefslogtreecommitdiffhomepage
path: root/examples/conditional_formatting/example_conditional_formatting.rb
AgeCommit message (Collapse)Author
2020-09-11Restructure examples folder (#47)Zsolt Kozaroczy
Split examples into separate markdown files, each containing a description, sample code, and a screenshot of the resulting xlsx document. The script `generate.rb` is provided to actually generate the example documents by executing the sample code contained in the markdown files.
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