summaryrefslogtreecommitdiffhomepage
path: root/lib
AgeCommit message (Expand)Author
2023-05-17Merge branch 'master' into serializedAttributesZsolt Kozaroczy
2023-05-17Merge branch 'master' into chore/use-delete-prefix-suffixZsolt Kozaroczy
2023-05-17Merge branch 'master' into chore/use-detect-and-includeZsolt Kozaroczy
2023-05-17Merge pull request #228 from tagliala/chore/fix-string-identifier-argumentZsolt Kozaroczy
2023-05-17Merge branch 'master' into cacheColRefZsolt Kozaroczy
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-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-10Move definition of valid values and validator lambdas out of the methods to r...Koza
2023-05-09Do not change the whitespace that is produced by to_xml_string'sPaul 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-05Merge branch 'master' into frozenStringsZsolt 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-03Fix safe, minor offenses to production codeGeremia Taglialatela
2023-04-23Update version.rb [skip ci]Noel Peden
2023-04-23Revert formula characters other than =johnnyshields
2023-04-12Version bump to 3.4.0Koza
2023-04-12Fix missing URI.open for ruby < 2.5Koza
2023-04-12Fix warnings with Ruby 2.xKoza
2023-04-12Merge pull request #186 from tablecheck/escape-formulas-improvementZsolt Kozaroczy
2023-04-12Rubocop fixesKoza
2023-04-12refactored code on Pic classSebastiano
2023-04-12clean codeSebastiano
2023-04-12improve validationSebastiano
2023-04-12feat: add support for remote imagesSebastiano
2023-04-13Update row.rbJohnny Shields
2023-04-13Merge branch 'master' into escape-formulas-improvementJohnny Shields
2023-04-12Small fixes: whitespace, typos, ordering, etc. (#188)Johnny Shields
2023-04-12Merge pull request #191 from tagliala/chore/add-rubocopZsolt Kozaroczy
2023-04-12Merge pull request #194 from tagliala/security/193-use-file-readZsolt Kozaroczy