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-23
Improve Regexp validator
Geremia Taglialatela
2023-05-23
Improve cell type from value implementation
Geremia Taglialatela
2023-05-22
Use #== and #eql? from BasicObject
Paul Kmiec
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
2023-05-15
Using `between?` is more efficient than `cover?`
Paul Kmiec
2023-05-15
Fix safe rubocop offenses in Axslx::Cell
Paul Kmiec
2023-05-15
Treat escape_formulas similar to type, style, formula_value
Paul Kmiec
2023-05-15
Also cache row_ref
Paul Kmiec
2023-05-15
Corrected rubocop offenses in lib/axlsx.rb / test/tc_axlsx.rb
Paul Kmiec
2023-05-15
Cache col_ref to avoid allocations
Paul Kmiec
2023-05-15
Use `include?` and `find` for performance
Geremia Taglialatela
2023-05-15
Fix Performance/StringIdentifierArgument offense
Geremia Taglialatela
2023-05-15
Merge pull request #224 from tagliala/chore/fix-inefficient-hash-search
Zsolt Kozaroczy
[prev]
[next]