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
/
cell_serializer.rb
Age
Commit message (
Expand
)
Author
2023-06-15
Fix redundant self offenses
Geremia Taglialatela
2023-06-12
Merge pull request #280 from tagliala/chore/remove-extra-to-s
Zsolt Kozaroczy
2023-06-10
Fix safe Style/ColonMethodCall offenses
Geremia Taglialatela
2023-06-10
Remove redundant `to_s` calls
Geremia Taglialatela
2023-06-06
Invert nil checks to improve performance
Geremia Taglialatela
2023-05-22
Merge pull request #236 from pkmiec/smallPerfTweaks
Zsolt Kozaroczy
2023-05-19
Fix hash transformation related offenses
Geremia Taglialatela
2023-05-17
Add `Cell#style_str` so that we can directly return '0'
Paul Kmiec
2023-05-17
Merge branch 'master' into chore/use-delete-prefix-suffix
Zsolt Kozaroczy
2023-05-16
Replace `sub` with `delete_prefix`/`delete_suffix`
Geremia Taglialatela
2023-05-15
Cache col_ref to avoid allocations
Paul Kmiec
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-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
2022-03-02
instance_values -> instance_values_for
pjskennedy
2022-03-02
Update references to use new class method
pjskennedy
2018-02-08
chore(coverage) increase coverage and cleanup
randym
2016-04-05
Escape html in :text type
Arkadiy Butermanov
2016-03-23
Implement :text cell type
Arkadiy Butermanov
2014-03-12
Fix autowidth in combination with sanitizing
Jurriaan Pruis
2014-03-05
Small fixes
Jurriaan Pruis
2014-03-03
Add support for array formulas.
tafryn
2014-03-01
Implemented RichText (multiple text runs)
Jurriaan Pruis
2014-02-26
Huge refactoring
Jurriaan Pruis
2013-08-17
whitespace and debug cleanup
Randy Morgan
2013-02-04
Extracted type based cell serializers
Randy Morgan
2013-01-10
reduced processing of 3000 rows from 3+ seconds to just under 2
Randy Morgan