index
:
caxlsx
hyperlink-worksheet-fix
master
Caxlsx
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
lib
/
axlsx
/
workbook
/
worksheet
/
conditional_formatting_rule.rb
Age
Commit message (
Expand
)
Author
2023-06-15
Fix redundant self offenses
Geremia Taglialatela
2023-06-10
Fix safe Style/ColonMethodCall offenses
Geremia Taglialatela
2023-05-05
Pipe output directly to str and avoid additional memory allocations
Paul Kmiec
2023-05-04
Fix tests / code to work with frozen string literals
Paul Kmiec
2023-05-04
Enable Style/FrozenStringLiteralComment and autocorrect
Paul Kmiec
2023-04-08
Fix space-related offenses
Geremia Taglialatela
2023-04-08
Fix EmptyLines related offenses
Geremia Taglialatela
2023-04-06
Fix Layout/EmptyLines offenses
Geremia Taglialatela
2023-04-06
Fix Style/Encoding offenses
Geremia Taglialatela
2014-02-26
Huge refactoring
Jurriaan Pruis
2013-06-23
escape formula for conditional formatting
Randy Morgan
2013-04-04
Documentation for @formula attribute.
Noel Peden
2013-04-04
Added support for specifying between/notBetween formula in an array.
Noel Peden
2012-10-14
refactored ConditionalFormatting to use options parser and serialized attributes
Randy Morgan
2012-04-25
documentation updates and example dir restructuring.
Randy Morgan
2012-04-21
adding in icon set and MOAR examples for conditional formatting.
Randy Morgan
2012-04-21
adding in color scale for conditional formatting
Randy Morgan
2012-04-20
Formatting and documentation cleanup
Stephen Pike
2012-04-20
# Support for conditional formatting
Stephen Pike