index
:
caxlsx
hyperlink-worksheet-fix
master
Caxlsx
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
tc_axlsx.rb
Age
Commit message (
Expand
)
Author
2023-10-02
Set escape_formulas as "true" as a global default.
johnnyshields
2023-06-10
Fix safe Style/ColonMethodCall offenses
Geremia Taglialatela
2023-05-22
Use Ruby 1.9 hash syntax (non-production code)
Geremia Taglialatela
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-04
Fix tests / code to work with frozen string literals
Paul Kmiec
2023-05-04
Enable Style/FrozenStringLiteralComment and autocorrect
Paul Kmiec
2023-05-03
Fix Style/RedundantFileExtensionInRequire offense
Geremia Taglialatela
2023-05-03
Add RuboCop Minitest
Geremia Taglialatela
2023-05-03
Fix offenses to non-production code
Geremia Taglialatela
2023-04-13
Merge branch 'master' into escape-formulas-improvement
Johnny Shields
2023-04-08
Fix space-related offenses
Geremia Taglialatela
2023-04-08
Fix EmptyLines related offenses
Geremia Taglialatela
2023-04-08
Fix an indentation issue manually
Geremia Taglialatela
2023-04-06
Fix Layout/EmptyLineBetweenDefs offenses
Geremia Taglialatela
2023-04-06
Fix Layout/EmptyLines offenses
Geremia Taglialatela
2023-04-06
Remove Layout/TrailingWhitespace offenses
Geremia Taglialatela
2023-04-01
Add ensure to specs
johnnyshields
2023-04-01
Additional tests + CHANGELOG
johnnyshields
2022-10-09
Remove active_support dependency from axlsx_styler
Weston Ganger
2022-03-06
Added a spec for instance_values_for
pjskennedy
2019-12-29
Escape special characters in charts (#40)
Zsolt Kozaroczy
2018-02-06
Adds Axlsx.sanitize() unit tests
Winfield Peterson
2016-11-04
chore(test): remove unused variables
randym
2016-11-02
Allow a Row to be passed to merge_cells
Mike Dillon
2013-01-15
added tests for trust_input
Randy Morgan
2012-11-27
Can configure a pivot table when creating it
Alex Rothenberg
2012-10-08
Fix worksheet name escaping and cell sorting in Axlsx.cell_range
Jonathan Tron
2012-04-02
move axlsx.rb helper methods into separate test suite.
Randy Morgan