summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2023-05-17Merge pull request #228 from tagliala/chore/fix-string-identifier-argumentZsolt Kozaroczy
2023-05-17Merge pull request #227 from pkmiec/cacheColRefZsolt Kozaroczy
2023-05-17Merge branch 'master' into cacheColRefZsolt Kozaroczy
2023-05-16Merge pull request #225 from pkmiec/improveEscapeFormulasNoel Peden
2023-05-16Replace `sub` with `delete_prefix`/`delete_suffix`Geremia Taglialatela
2023-05-15Fix rubocop offensesPaul Kmiec
2023-05-15Booleanize as string instead of 0 / 1 only to call to_sPaul Kmiec
2023-05-15Serialize attributes more efficientlyPaul Kmiec
2023-05-15Remove ability to set `u=` to true in favor of :singlePaul Kmiec
2023-05-15Only define @escape_formulas in cell if it is different from worksheetPaul Kmiec
2023-05-15Improve boolean validation constants (i.e. Axlsx::VALID_BOOLEAN_VALUES)Paul Kmiec
2023-05-15Using `between?` is more efficient than `cover?`Paul Kmiec
2023-05-15Fix safe rubocop offenses in Axslx::CellPaul Kmiec
2023-05-15Treat escape_formulas similar to type, style, formula_valuePaul Kmiec
2023-05-15Also cache row_refPaul Kmiec
2023-05-15Corrected rubocop offenses in lib/axlsx.rb / test/tc_axlsx.rbPaul Kmiec
2023-05-15Cache col_ref to avoid allocationsPaul Kmiec
2023-05-15Use `include?` and `find` for performanceGeremia Taglialatela
2023-05-15Fix Performance/StringIdentifierArgument offenseGeremia Taglialatela
2023-05-15Merge pull request #224 from tagliala/chore/fix-inefficient-hash-searchZsolt Kozaroczy
2023-05-15Merge pull request #223 from pkmiec/simpleTypedListAsArrayZsolt Kozaroczy
2023-05-15Merge pull request #226 from tagliala/chore/fix-typo-in-readmeZsolt Kozaroczy
2023-05-13Fix minimum supported Ruby version in ReadmeGeremia Taglialatela
2023-05-10Fix `SimpleTypedList#to_a` and `SimpleTypedList#to_ary` returning the interna...Paul Kmiec
2023-05-10Derive SimpleTypedList from ArrayPaul Kmiec
2023-05-10Fix Inefficient Hash Search offensesGeremia Taglialatela
2023-05-10Merge pull request #217 from kiskoza/validation-improvementsZsolt Kozaroczy
2023-05-10Move definition of valid values and validator lambdas out of the methods to r...Koza
2023-05-10Merge pull request #220 from pkmiec/pipeDirectlyToOutputZsolt Kozaroczy
2023-05-09Do not change the whitespace that is produced by to_xml_string'sPaul Kmiec
2023-05-07Regenerated rubocop todosPaul Kmiec
2023-05-05Write directly to file io instead of buffering the output in memoryPaul Kmiec
2023-05-05Introduce BufferedZipOutputStream to avoid lots of small writes to Zip::Outpu...Paul Kmiec
2023-05-05Pipe output directly to str and avoid additional memory allocationsPaul Kmiec
2023-05-05Improve benchmarking / profilingPaul Kmiec
2023-05-05Merge pull request #219 from pkmiec/frozenStringsZsolt Kozaroczy
2023-05-05Revert changelogZsolt Kozaroczy
2023-05-05Merge branch 'master' into frozenStringsZsolt Kozaroczy
2023-05-05Merge pull request #218 from tagliala/chore/rubocop-production-stage-iiZsolt Kozaroczy
2023-05-04Fix tests / code to work with frozen string literalsPaul Kmiec
2023-05-04Enable Style/FrozenStringLiteralComment and autocorrectPaul Kmiec
2023-05-04Fix Layout/HeredocIndentation offensesGeremia Taglialatela
2023-05-04Merge pull request #216 from tagliala/chore/introduce-rubocop-performanceZsolt Kozaroczy
2023-05-04Merge pull request #215 from tagliala/chore/fix-minor-safe-offenses-to-produc...Zsolt Kozaroczy
2023-05-03Fix unescaped dot in regexp and convert to includeGeremia Taglialatela
2023-05-03Introduce RuboCop performanceGeremia Taglialatela
2023-05-03Fix safe, minor offenses to production codeGeremia Taglialatela
2023-05-03Merge pull request #204 from tagliala/chore/add-rubocop-stage-ii-testsNoel Peden
2023-05-03Fix Style/MapToHash offense (unsafe)Geremia Taglialatela
2023-05-03Improve RuboCop configGeremia Taglialatela