index
:
caxlsx
hyperlink-worksheet-fix
master
Caxlsx
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-05-17
Merge pull request #228 from tagliala/chore/fix-string-identifier-argument
Zsolt Kozaroczy
2023-05-17
Merge pull request #227 from pkmiec/cacheColRef
Zsolt Kozaroczy
2023-05-17
Merge branch 'master' into cacheColRef
Zsolt Kozaroczy
2023-05-16
Merge pull request #225 from pkmiec/improveEscapeFormulas
Noel Peden
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
2023-05-15
Merge pull request #223 from pkmiec/simpleTypedListAsArray
Zsolt Kozaroczy
2023-05-15
Merge pull request #226 from tagliala/chore/fix-typo-in-readme
Zsolt Kozaroczy
2023-05-13
Fix minimum supported Ruby version in Readme
Geremia Taglialatela
2023-05-10
Fix `SimpleTypedList#to_a` and `SimpleTypedList#to_ary` returning the interna...
Paul Kmiec
2023-05-10
Derive SimpleTypedList from Array
Paul Kmiec
2023-05-10
Fix Inefficient Hash Search offenses
Geremia Taglialatela
2023-05-10
Merge pull request #217 from kiskoza/validation-improvements
Zsolt Kozaroczy
2023-05-10
Move definition of valid values and validator lambdas out of the methods to r...
Koza
2023-05-10
Merge pull request #220 from pkmiec/pipeDirectlyToOutput
Zsolt Kozaroczy
2023-05-09
Do not change the whitespace that is produced by to_xml_string's
Paul Kmiec
2023-05-07
Regenerated rubocop todos
Paul Kmiec
2023-05-05
Write directly to file io instead of buffering the output in memory
Paul Kmiec
2023-05-05
Introduce BufferedZipOutputStream to avoid lots of small writes to Zip::Outpu...
Paul Kmiec
2023-05-05
Pipe output directly to str and avoid additional memory allocations
Paul Kmiec
2023-05-05
Improve benchmarking / profiling
Paul Kmiec
2023-05-05
Merge pull request #219 from pkmiec/frozenStrings
Zsolt Kozaroczy
2023-05-05
Revert changelog
Zsolt Kozaroczy
2023-05-05
Merge branch 'master' into frozenStrings
Zsolt Kozaroczy
2023-05-05
Merge pull request #218 from tagliala/chore/rubocop-production-stage-ii
Zsolt Kozaroczy
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-04
Fix Layout/HeredocIndentation offenses
Geremia Taglialatela
2023-05-04
Merge pull request #216 from tagliala/chore/introduce-rubocop-performance
Zsolt Kozaroczy
2023-05-04
Merge pull request #215 from tagliala/chore/fix-minor-safe-offenses-to-produc...
Zsolt Kozaroczy
2023-05-03
Fix unescaped dot in regexp and convert to include
Geremia Taglialatela
2023-05-03
Introduce RuboCop performance
Geremia Taglialatela
2023-05-03
Fix safe, minor offenses to production code
Geremia Taglialatela
2023-05-03
Merge pull request #204 from tagliala/chore/add-rubocop-stage-ii-tests
Noel Peden
2023-05-03
Fix Style/MapToHash offense (unsafe)
Geremia Taglialatela
2023-05-03
Improve RuboCop config
Geremia Taglialatela
[prev]
[next]