index
:
caxlsx
hyperlink-worksheet-fix
master
Caxlsx
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
workbook
/
tc_workbook.rb
Age
Commit message (
Expand
)
Author
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-20
Fix sheet_by_name for sheets with escaped characters
Adam Kiczula
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-10
Fix Layout/LeadingCommentSpace offenses
Geremia Taglialatela
2023-04-08
Fix space-related offenses
Geremia Taglialatela
2023-04-08
Fix EmptyLines related offenses
Geremia Taglialatela
2023-04-01
Add ensure to specs
johnnyshields
2023-04-01
Additional tests + CHANGELOG
johnnyshields
2023-03-31
Add settings for escape_formulas at global, workbook, worksheet, row and cell...
johnnyshields
2022-02-07
Validate name option to be non-empty string when passed.
Josef Šimánek
2018-02-08
chore(coverage) increase coverage and cleanup
randym
2016-11-14
Test case to check sheet name is intact after serialized to xml
sato-s
2014-02-26
Ensure auto_filter defined name is correctly added to workbook (refs #285)
Jonathan Tron
2013-09-29
Integrate workbook views and alter serialization
Randy Morgan
2013-07-08
Make relationship ids more reliable.
Stefan Daschek
2013-04-28
Refactored and renamed space preservation
Randy Morgan
2012-10-21
Added insert_worksheet to Workbook so we can add worksheets at a specific pos...
Randy Morgan
2012-10-09
Added a helper to find and return a worksheet from the workbook by name
Randy Morgan
2012-08-02
bring coverage up to 100% for d_lbls and defined names
Randy Morgan
2012-07-17
MOAR cleanup for worksheet.
Randy Morgan
2012-04-01
part way through changing all serialization to use string concatenation prior...
Randy Morgan
2012-03-23
move requires out of specs and into helper that prepends lib directory for re...
Randy Morgan
2012-03-21
resolving #53 and adding specs for use_autowidth, show_gridlines
Randy Morgan
2012-02-12
Adding in support for optionally using the shared strings table. This will al...
Randy Morgan
2011-12-05
specs for new functionality
Randy Morgan
2011-11-20
first commit
Randy Morgan