index
:
caxlsx
hyperlink-worksheet-fix
master
Caxlsx
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
workbook
/
worksheet
/
tc_conditional_formatting.rb
Age
Commit message (
Expand
)
Author
2023-05-22
Use Ruby 1.9 hash syntax (non-production code)
Geremia Taglialatela
2023-05-04
Enable Style/FrozenStringLiteralComment and autocorrect
Paul Kmiec
2023-05-03
Fix Style/RedundantFileExtensionInRequire offense
Geremia Taglialatela
2023-05-03
Add RuboCop Minitest
Geremia Taglialatela
2023-04-10
Fix some Layout/HashAlignment offenses
Geremia Taglialatela
2023-04-10
Fix Layout/LeadingCommentSpace offenses
Geremia Taglialatela
2023-04-08
Fix space-related offenses
Geremia Taglialatela
2023-04-08
Fix EmptyLines related offenses
Geremia Taglialatela
2023-04-06
Fix Layout/EmptyLineBetweenDefs offenses
Geremia Taglialatela
2023-04-06
Fix Layout/EmptyLines offenses
Geremia Taglialatela
2014-04-04
Fix boolean values so the output matches Excel and works on Numbers
Jurriaan Pruis
2013-08-17
whitespace and debug cleanup
Randy Morgan
2013-06-23
escape formula for conditional formatting
Randy Morgan
2013-04-04
Added support for specifying between/notBetween formula in an array.
Noel Peden
2012-05-15
bring coverage up to 100% and patch a few minor bugs in cell style overrides ...
Randy Morgan
2012-04-21
Update conditional formatting tests to account for 3 cfvo objs in icon sets
Stephen Pike
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
# Support for conditional formatting
Stephen Pike