summaryrefslogtreecommitdiffhomepage
path: root/test/workbook/worksheet/tc_worksheet.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-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-09Fix Layout/ExtraSpacing offensesGeremia Taglialatela
2023-04-09Fix offenses related to indentation consistencyGeremia Taglialatela
2023-04-08Fix space-related offensesGeremia Taglialatela
2023-04-08Fix offenses related to trailing commasGeremia Taglialatela
2023-04-08Fix EmptyLines related offensesGeremia Taglialatela
2023-04-08Fix Layout/SpaceBeforeFirstArg offensesGeremia Taglialatela
2023-04-07Fix Layout/SpaceAroundBlockParameters offensesGeremia Taglialatela
2023-04-06Fix Layout/EmptyLineBetweenDefs offensesGeremia Taglialatela
2023-04-06Fix Layout/EmptyLines offensesGeremia Taglialatela
2023-04-06Remove Layout/TrailingWhitespace offensesGeremia Taglialatela
2023-03-31Add settings for escape_formulas at global, workbook, worksheet, row and cell...johnnyshields
2022-11-02Improve BorderCreator argsWeston Ganger
2022-10-12Resolve all TODOsWeston Ganger
2021-12-29Fix Worksheet#name_to_cell bug which returned reversed row/col indexesWeston Ganger
2020-12-10Fix calculation of worksheet name lengthLuka Lüdicke
2020-12-10Delete redundant worksheet name too long testLuka Lüdicke
2020-11-26Group worksheet name tests togetherLuka Lüdicke
2019-12-17Check size in bytes as opposed to string sizeIan Clarkson
2018-02-08chore(coverage): 100% coverage, 100% docsrandym
2017-04-01chore(test): update tests for depreciated methodsrandym
2016-11-12fix warning: constant ::Fixnum is deprecatedtakkanm
2016-11-02Allow a Row to be passed to merge_cellsMike Dillon
2016-02-01Add test case for worksheet rendering as requestedBruce Davidson
2014-08-01Add example and test for auto filters on multiple worksheet (refs #338)Jonathan Tron
2014-04-04Fix boolean values so the output matches Excel and works on NumbersJurriaan Pruis
2014-03-12Fix autowidth in combination with sanitizingJurriaan Pruis
2014-02-26Huge refactoringJurriaan Pruis
2014-02-26Add auto_filter defined name in `Axlsx::Worksheet#to_xml_string` (refs #285)Jonathan Tron
2014-02-26Fix wrong value for auto_filter defined name (refs #285)Jonathan Tron
2014-01-23fixing comments for 2010 starter editionDustin Smith
2013-09-29Integrate workbook views and alter serializationRandy Morgan
2013-09-13repair pivot table data ref populate and bring coverage back up to 100%Randy Morgan
2013-09-13Fixes for anchor swapping when adding images. - Two -> One swap still pending.Randy Morgan
2013-09-13Page Breaks - round oneRandy Morgan
2013-08-29dont rely on jruby 1.9 to produce an ordered hashRandy Morgan
2013-08-19More work on page breaksRandy Morgan
2013-07-08Make relationship ids more reliable.Stefan Daschek
2013-06-23fix typo in specsRandy Morgan
2013-06-23added sparse array transposition with blocks for rows/cols switching and some...Randy Morgan
2013-05-12implement transpose for SimpleTypedList that supports sparse data.Randy Morgan
2013-04-28Refactored and renamed space preservationRandy Morgan
2013-04-27Add a preserve_spaces option to worksheet, defaults to trueAdam Gardiner
2013-01-02Worksheet name uniqueness doesn't apply to itselfEdward Anderson