summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/workbook/worksheet/cell_serializer.rb
AgeCommit message (Expand)Author
2023-06-15Fix redundant self offensesGeremia Taglialatela
2023-06-12Merge pull request #280 from tagliala/chore/remove-extra-to-sZsolt Kozaroczy
2023-06-10Fix safe Style/ColonMethodCall offensesGeremia Taglialatela
2023-06-10Remove redundant `to_s` callsGeremia Taglialatela
2023-06-06Invert nil checks to improve performanceGeremia Taglialatela
2023-05-22Merge pull request #236 from pkmiec/smallPerfTweaksZsolt Kozaroczy
2023-05-19Fix hash transformation related offensesGeremia Taglialatela
2023-05-17Add `Cell#style_str` so that we can directly return '0'Paul Kmiec
2023-05-17Merge branch 'master' into chore/use-delete-prefix-suffixZsolt Kozaroczy
2023-05-16Replace `sub` with `delete_prefix`/`delete_suffix`Geremia Taglialatela
2023-05-15Cache col_ref to avoid allocationsPaul Kmiec
2023-05-05Pipe output directly to str and avoid additional memory allocationsPaul Kmiec
2023-05-04Fix tests / code to work with frozen string literalsPaul Kmiec
2023-05-04Enable Style/FrozenStringLiteralComment and autocorrectPaul Kmiec
2023-04-08Fix Layout/EmptyLineAfterGuardClause offensesGeremia Taglialatela
2023-04-08Fix space-related offensesGeremia Taglialatela
2023-04-08Fix EmptyLines related offensesGeremia Taglialatela
2022-03-02instance_values -> instance_values_forpjskennedy
2022-03-02Update references to use new class methodpjskennedy
2018-02-08chore(coverage) increase coverage and cleanuprandym
2016-04-05Escape html in :text typeArkadiy Butermanov
2016-03-23Implement :text cell typeArkadiy Butermanov
2014-03-12Fix autowidth in combination with sanitizingJurriaan Pruis
2014-03-05Small fixesJurriaan Pruis
2014-03-03Add support for array formulas.tafryn
2014-03-01Implemented RichText (multiple text runs)Jurriaan Pruis
2014-02-26Huge refactoringJurriaan Pruis
2013-08-17whitespace and debug cleanupRandy Morgan
2013-02-04Extracted type based cell serializersRandy Morgan
2013-01-10reduced processing of 3000 rows from 3+ seconds to just under 2Randy Morgan