summaryrefslogtreecommitdiffhomepage
path: root/test/tc_axlsx.rb
AgeCommit message (Expand)Author
2023-10-02Set escape_formulas as "true" as a global default.johnnyshields
2023-06-10Fix safe Style/ColonMethodCall offensesGeremia Taglialatela
2023-05-22Use Ruby 1.9 hash syntax (non-production code)Geremia Taglialatela
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-04Fix tests / code to work with frozen string literalsPaul Kmiec
2023-05-04Enable Style/FrozenStringLiteralComment and autocorrectPaul Kmiec
2023-05-03Fix Style/RedundantFileExtensionInRequire offenseGeremia Taglialatela
2023-05-03Add RuboCop MinitestGeremia Taglialatela
2023-05-03Fix offenses to non-production codeGeremia Taglialatela
2023-04-13Merge branch 'master' into escape-formulas-improvementJohnny Shields
2023-04-08Fix space-related offensesGeremia Taglialatela
2023-04-08Fix EmptyLines related offensesGeremia Taglialatela
2023-04-08Fix an indentation issue manuallyGeremia Taglialatela
2023-04-06Fix Layout/EmptyLineBetweenDefs offensesGeremia Taglialatela
2023-04-06Fix Layout/EmptyLines offensesGeremia Taglialatela
2023-04-06Remove Layout/TrailingWhitespace offensesGeremia Taglialatela
2023-04-01Add ensure to specsjohnnyshields
2023-04-01Additional tests + CHANGELOGjohnnyshields
2022-10-09Remove active_support dependency from axlsx_stylerWeston Ganger
2022-03-06Added a spec for instance_values_forpjskennedy
2019-12-29Escape special characters in charts (#40)Zsolt Kozaroczy
2018-02-06Adds Axlsx.sanitize() unit testsWinfield Peterson
2016-11-04chore(test): remove unused variablesrandym
2016-11-02Allow a Row to be passed to merge_cellsMike Dillon
2013-01-15added tests for trust_inputRandy Morgan
2012-11-27Can configure a pivot table when creating itAlex Rothenberg
2012-10-08Fix worksheet name escaping and cell sorting in Axlsx.cell_rangeJonathan Tron
2012-04-02move axlsx.rb helper methods into separate test suite.Randy Morgan