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.rb
Age
Commit message (
Expand
)
Author
2023-06-10
Fix safe Style/ColonMethodCall offenses
Geremia Taglialatela
2023-05-09
Do not change the whitespace that is produced by to_xml_string's
Paul Kmiec
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-09
Fix offenses related to indentation consistency
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/CommentIndentation offenses
Geremia Taglialatela
2023-04-06
Remove Layout/TrailingWhitespace offenses
Geremia Taglialatela
2014-02-26
Huge refactoring
Jurriaan Pruis
2012-10-14
Refactored to use options parser and serialized attributes.
Randy Morgan
2012-04-21
adding in icon set and MOAR examples for conditional formatting.
Randy Morgan
2012-04-20
Formatting and documentation cleanup
Stephen Pike
2012-04-20
# Support for conditional formatting
Stephen Pike