index
:
caxlsx
hyperlink-worksheet-fix
master
Caxlsx
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
lib
/
axlsx
/
stylesheet
/
styles.rb
Age
Commit message (
Expand
)
Author
2023-06-13
Fix safe Style/Lambda offenses
Geremia Taglialatela
2023-06-05
Prefer `Kernel#format` to `String#%`
Geremia Taglialatela
2023-06-02
Fix negated if offenses
Geremia Taglialatela
2023-05-31
Use Ruby 1.9 hash syntax
Geremia Taglialatela
2023-05-31
Merge pull request #268 from tagliala/chore/fix-symbol-proc-offenses
Zsolt Kozaroczy
2023-05-31
Fix Style/SymbolProc offenses
Geremia Taglialatela
2023-05-31
Fix Style/ConditionalAssignment offenses
Geremia Taglialatela
2023-05-31
Merge pull request #262 from tagliala/chore/fix-if-inside-else-offense
Zsolt Kozaroczy
2023-05-24
Fix Style/IfInsideElse offense
Geremia Taglialatela
2023-05-24
Fix Style/RedundantFileExtensionInRequire offenses
Geremia Taglialatela
2023-05-22
Merge pull request #242 from tagliala/chore/fix-minor-safe-offenses
Zsolt Kozaroczy
2023-05-21
Improve comments
Geremia Taglialatela
2023-05-20
Remove minor safe offenses
Geremia Taglialatela
2023-05-10
Fix Inefficient Hash Search 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-05-03
Fix safe, minor offenses to production code
Geremia Taglialatela
2023-04-10
Fix Layout/LeadingCommentSpace offenses
Geremia Taglialatela
2023-04-08
Fix Layout/EmptyLineAfterGuardClause offenses
Geremia Taglialatela
2023-04-08
Fix space-related offenses
Geremia Taglialatela
2023-04-08
Fix an indentation issue manually
Geremia Taglialatela
2023-04-06
Fix Layout offenses related to access modifiers
Geremia Taglialatela
2023-04-06
Fix Style/Encoding offenses
Geremia Taglialatela
2023-04-06
Remove Layout/TrailingWhitespace offenses
Geremia Taglialatela
2022-11-02
Improve BorderCreator args
Weston Ganger
2022-10-12
Resolve all TODOs
Weston Ganger
2022-10-09
Cleanup Stylesheet#add_styles
Weston Ganger
2022-09-29
Merge axlsx_styler gem into caxlsx
Weston Ganger
2022-09-26
Make sure all examples and docs use binary mode for reading / writing XLSX files
Stefan
2022-03-02
instance_values -> instance_values_for
pjskennedy
2022-03-02
Update references to use new class method
pjskennedy
2022-02-06
Allow border style to accept an Array (#117)
Weston Ganger
2017-10-12
Fix incorrect option value in rdoc
Ryan Kendall
2014-02-26
Huge refactoring
Jurriaan Pruis
2014-01-08
Fixing typo in documentation. ws.styles!!
Sudhir
2013-07-31
Fix minor typo
Michael Westbom
2013-05-26
Update bg_color in conditional formatting
Ankur Sethi
2013-01-21
Update comments to reflect new usage of #add_row method
Nestor Pestelos and Ramon Tayag
2012-11-28
Better way hot to override borders style.
raiis
2012-11-26
Added individual border override options.
raiis
2012-10-14
patched border parsing for Style#add_style to enforce color and style options
Randy Morgan
2012-09-14
Patch for 1.8.7 and update table style example to use custom name
Randy Morgan
2012-09-14
New fonts should use the default font values before applying custom style opt...
Randy Morgan
2012-08-23
show how to do border edges in the exempts and update docs in stylesheet
Randy Morgan
2012-07-07
documentation updates
Randy Morgan
2012-04-25
properly return a numFmt object or numFmtId based on add style type info
Randy Morgan
2012-04-24
add_style refactoring.
Randy Morgan
2012-04-23
first stage refactoring for Style#add_style [inprogress]
Randy Morgan
2012-04-20
[#33] Add support for Dxf elements to enable conditional formatting
Stephen Pike
[next]