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
/
table_style_info.rb
Age
Commit message (
Expand
)
Author
2023-06-15
Fix redundant self offenses
Geremia Taglialatela
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 Layout/ArgumentAlignment offenses
Geremia Taglialatela
2023-04-08
Fix EmptyLines related 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, accessors and serialization attributes
Randy Morgan
2012-10-09
extracted accessor methods into module that is scope because polluting Module...
Randy Morgan
2012-09-30
Extracted STRING_ATTRIBUTES and BOOLEAN_ATTRIBUTES into mixin from module
Randy Morgan
2012-09-30
Extracted boolean attribute class method generation to module.
Randy Morgan
2012-09-30
added MOAR documentation
Randy Morgan
2012-09-23
Autofilter extended implementation
Randy Morgan
2012-09-14
Implement table style info for named tables.
Randy Morgan