summaryrefslogtreecommitdiffhomepage
path: root/test/workbook/tc_workbook.rb
AgeCommit message (Expand)Author
2023-06-10Fix safe Style/ColonMethodCall offensesGeremia Taglialatela
2023-05-22Use Ruby 1.9 hash syntax (non-production code)Geremia Taglialatela
2023-05-20Fix sheet_by_name for sheets with escaped charactersAdam Kiczula
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-10Fix Layout/LeadingCommentSpace offensesGeremia Taglialatela
2023-04-08Fix space-related offensesGeremia Taglialatela
2023-04-08Fix EmptyLines related offensesGeremia Taglialatela
2023-04-01Add ensure to specsjohnnyshields
2023-04-01Additional tests + CHANGELOGjohnnyshields
2023-03-31Add settings for escape_formulas at global, workbook, worksheet, row and cell...johnnyshields
2022-02-07Validate name option to be non-empty string when passed.Josef Šimánek
2018-02-08chore(coverage) increase coverage and cleanuprandym
2016-11-14Test case to check sheet name is intact after serialized to xmlsato-s
2014-02-26Ensure auto_filter defined name is correctly added to workbook (refs #285)Jonathan Tron
2013-09-29Integrate workbook views and alter serializationRandy Morgan
2013-07-08Make relationship ids more reliable.Stefan Daschek
2013-04-28Refactored and renamed space preservationRandy Morgan
2012-10-21Added insert_worksheet to Workbook so we can add worksheets at a specific pos...Randy Morgan
2012-10-09Added a helper to find and return a worksheet from the workbook by nameRandy Morgan
2012-08-02bring coverage up to 100% for d_lbls and defined namesRandy Morgan
2012-07-17MOAR cleanup for worksheet.Randy Morgan
2012-04-01part way through changing all serialization to use string concatenation prior...Randy Morgan
2012-03-23move requires out of specs and into helper that prepends lib directory for re...Randy Morgan
2012-03-21resolving #53 and adding specs for use_autowidth, show_gridlinesRandy Morgan
2012-02-12Adding in support for optionally using the shared strings table. This will al...Randy Morgan
2011-12-05specs for new functionalityRandy Morgan
2011-11-20first commitRandy Morgan