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
Age
Commit message (
Expand
)
Author
2023-06-15
Fix Lint/UnusedBlockArgument 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
Merge pull request #267 from tagliala/chore/freeze-mutable-constants
Zsolt Kozaroczy
2023-05-31
Merge pull request #266 from tagliala/chore/fix-yoda-condition-offense
Zsolt Kozaroczy
2023-05-31
Merge pull request #265 from tagliala/chore/fix-conditional-assignment-offenses
Zsolt Kozaroczy
2023-05-31
Fix Style/SymbolProc offenses
Geremia Taglialatela
2023-05-31
Fix Style/MutableConstant offenses
Geremia Taglialatela
2023-05-31
Fix Style/YodaCondition offense
Geremia Taglialatela
2023-05-31
Fix Style/ConditionalAssignment offenses
Geremia Taglialatela
2023-05-31
Merge pull request #249 from tagliala/chore/use-each-key
Zsolt Kozaroczy
2023-05-31
Fix string concatenation offenses in production code
Geremia Taglialatela
2023-05-31
Merge pull request #264 from tagliala/chore/improve-cell-reference
Zsolt Kozaroczy
2023-05-31
Merge pull request #260 from tagliala/chore/fix-redundant-file-extension-in-r...
Zsolt Kozaroczy
2023-05-27
Improve absolute cell reference method
Geremia Taglialatela
2023-05-26
Fix Style/HashEachMethods offense
Geremia Taglialatela
2023-05-25
Remove duplicate check
Geremia Taglialatela
2023-05-24
Fix Style/RedundantFileExtensionInRequire offenses
Geremia Taglialatela
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 #250 from tagliala/chore/fix-style-non-nil-check-offenses
Zsolt Kozaroczy
2023-05-23
Improve cell type from value implementation
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 #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-21
Improve comments
Geremia Taglialatela
2023-05-21
Fix Lint/UselessAssignment offenses
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-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 chore/use-delete-prefix-suffix
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
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
[next]