index
:
caxlsx
hyperlink-worksheet-fix
master
Caxlsx
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2023-05-26
Fix Style/HashEachMethods offense
Geremia Taglialatela
2023-05-25
Merge pull request #234 from tagliala/chore/fix-collection-literal-in-loop
Zsolt Kozaroczy
2023-05-25
Merge pull request #212 from westonganger/master
Zsolt Kozaroczy
2023-05-24
Fix axlsx_styler gem error
Weston Ganger
2023-05-24
Do not use collection literal in loops
Geremia Taglialatela
2023-05-24
Merge pull request #257 from tagliala/chore/improve-cell-type-from-value
Zsolt Kozaroczy
2023-05-24
Merge pull request #254 from tagliala/chore/performance-redundant-block-call
Zsolt Kozaroczy
2023-05-24
Merge pull request #253 from tagliala/chore/fix-line-end-concatenation-offenses
Zsolt Kozaroczy
2023-05-24
Merge pull request #252 from tagliala/security/enable-security-cops
Zsolt Kozaroczy
2023-05-24
Merge pull request #250 from tagliala/chore/fix-style-non-nil-check-offenses
Zsolt Kozaroczy
2023-05-23
Improve Regexp validator
Geremia Taglialatela
2023-05-23
Improve cell type from value implementation
Geremia Taglialatela
2023-05-23
Fix Performance/RedundantBlockCall offense
Geremia Taglialatela
2023-05-23
Fix Style/LineEndConcatenation offenses
Geremia Taglialatela
2023-05-23
Enable Security cops
Geremia Taglialatela
2023-05-22
Fix Style/NonNilCheck offenses
Geremia Taglialatela
2023-05-22
Fix safe class comparison offenses
Geremia Taglialatela
2023-05-22
Merge pull request #236 from pkmiec/smallPerfTweaks
Zsolt Kozaroczy
2023-05-22
Merge pull request #246 from tagliala/chore/fix-useless-assignment-offenses
Zsolt Kozaroczy
2023-05-22
Merge pull request #244 from tagliala/chore/remove-ruby-pre-25-code
Zsolt Kozaroczy
2023-05-22
Merge pull request #243 from tagliala/chore/fix-zero-length-predicate-offenses
Zsolt Kozaroczy
2023-05-22
Merge pull request #242 from tagliala/chore/fix-minor-safe-offenses
Zsolt Kozaroczy
2023-05-22
Merge pull request #241 from tagliala/chore/fix-style-and-or-offense
Zsolt Kozaroczy
2023-05-22
Merge pull request #240 from tagliala/chore/fix-void-contexts
Zsolt Kozaroczy
2023-05-22
Merge pull request #237 from tagliala/chore/fix-hash-transform-keys
Zsolt Kozaroczy
2023-05-22
Merge pull request #235 from tagliala/chore/fix-yard-warnings
Zsolt Kozaroczy
2023-05-21
Improve comments
Geremia Taglialatela
2023-05-21
Fix Lint/UselessAssignment offenses
Geremia Taglialatela
2023-05-20
Remove check needed for Ruby < 2.5
Geremia Taglialatela
2023-05-20
Fix Style/ZeroLengthPredicate unsafe offenses
Geremia Taglialatela
2023-05-20
Remove minor safe offenses
Geremia Taglialatela
2023-05-20
Fix Style/AndOr offenses
Geremia Taglialatela
2023-05-20
Fix Lint/Void offenses
Geremia Taglialatela
2023-05-20
Fix sheet_by_name for sheets with escaped characters
Adam Kiczula
2023-05-19
Fix hash transformation related offenses
Geremia Taglialatela
2023-05-18
Fix YARD warnings
Geremia Taglialatela
2023-05-17
Add `Cell#style_str` so that we can directly return '0'
Paul Kmiec
2023-05-17
Fix safe performance RuboCop offenses
Geremia Taglialatela
2023-05-17
Merge branch 'master' into serializedAttributes
Zsolt Kozaroczy
2023-05-17
Merge branch 'master' into chore/use-delete-prefix-suffix
Zsolt Kozaroczy
2023-05-17
Merge branch 'master' into chore/use-detect-and-include
Zsolt Kozaroczy
2023-05-17
Merge pull request #228 from tagliala/chore/fix-string-identifier-argument
Zsolt Kozaroczy
2023-05-17
Merge branch 'master' into cacheColRef
Zsolt Kozaroczy
2023-05-16
Replace `sub` with `delete_prefix`/`delete_suffix`
Geremia Taglialatela
2023-05-15
Fix rubocop offenses
Paul Kmiec
2023-05-15
Booleanize as string instead of 0 / 1 only to call to_s
Paul Kmiec
2023-05-15
Serialize attributes more efficiently
Paul Kmiec
2023-05-15
Remove ability to set `u=` to true in favor of :single
Paul Kmiec
2023-05-15
Only define @escape_formulas in cell if it is different from worksheet
Paul Kmiec
2023-05-15
Improve boolean validation constants (i.e. Axlsx::VALID_BOOLEAN_VALUES)
Paul Kmiec
[next]