summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/workbook/worksheet/conditional_formatting_rule.rb
AgeCommit message (Expand)Author
2023-06-15Fix redundant self offensesGeremia Taglialatela
2023-06-10Fix safe Style/ColonMethodCall offensesGeremia Taglialatela
2023-05-05Pipe output directly to str and avoid additional memory allocationsPaul Kmiec
2023-05-04Fix tests / code to work with frozen string literalsPaul Kmiec
2023-05-04Enable Style/FrozenStringLiteralComment and autocorrectPaul Kmiec
2023-04-08Fix space-related offensesGeremia Taglialatela
2023-04-08Fix EmptyLines related offensesGeremia Taglialatela
2023-04-06Fix Layout/EmptyLines offensesGeremia Taglialatela
2023-04-06Fix Style/Encoding offensesGeremia Taglialatela
2014-02-26Huge refactoringJurriaan Pruis
2013-06-23escape formula for conditional formattingRandy Morgan
2013-04-04Documentation for @formula attribute.Noel Peden
2013-04-04Added support for specifying between/notBetween formula in an array.Noel Peden
2012-10-14refactored ConditionalFormatting to use options parser and serialized attributesRandy Morgan
2012-04-25documentation updates and example dir restructuring.Randy Morgan
2012-04-21adding in icon set and MOAR examples for conditional formatting.Randy Morgan
2012-04-21adding in color scale for conditional formattingRandy Morgan
2012-04-20Formatting and documentation cleanupStephen Pike
2012-04-20# Support for conditional formattingStephen Pike