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
/
sheet_pr.rb
Age
Commit message (
Expand
)
Author
2023-05-31
Use Ruby 1.9 hash syntax
Geremia Taglialatela
2023-05-20
Fix Style/ZeroLengthPredicate unsafe 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-12
Merge pull request #191 from tagliala/chore/add-rubocop
Zsolt Kozaroczy
2023-04-10
Fix tab color assignment
Geremia Taglialatela
2023-04-08
Fix Layout/EmptyLineAfterGuardClause offenses
Geremia Taglialatela
2023-04-08
Fix space-related offenses
Geremia Taglialatela
2023-04-08
Fix EmptyLines related offenses
Geremia Taglialatela
2023-04-06
Remove Layout/TrailingWhitespace offenses
Geremia Taglialatela
2016-01-13
Remove incorrect argument
Bruce Davidson
2016-01-13
Fix #440 - allow control of position of outline summary row/columns
Bruce Davidson
2015-07-04
Add test, fix example with tab color generation and fix a but due to a typo
Jonathan Tron
2015-05-23
Option to change tab color
shifakhan
2012-10-14
Refactored to use options parser, accessors and serialization attributes
Randy Morgan
2012-10-14
Extracted attriubte serialization
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-30
remove PageSetUpPr from sheetPr
Randy Morgan
2012-09-27
Completed first run of auto_filter filter_columns and value based filters.
Randy Morgan
2012-09-26
implement serialized attributes for filter_column
Randy Morgan
2012-09-26
set filter_mode
Randy Morgan
2012-09-26
pre-release readme updates and more work on auto_filter preset values
Randy Morgan
2012-08-04
pre-release prep
Randy Morgan
2012-07-17
MOAR cleanup for worksheet.
Randy Morgan