summaryrefslogtreecommitdiffhomepage
path: root/test/workbook/worksheet/tc_row.rb
AgeCommit message (Expand)Author
2023-05-22Use Ruby 1.9 hash syntax (non-production code)Geremia Taglialatela
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-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-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
2021-03-27Fix testStefan
2021-03-19Implement :offset option for worksheet#add_row (#87)Agustin Gomez
2019-12-20Add option to protect against formula injection attacks (#34)Gabriel Morcote
2016-11-14set color with Row#color=sato-s
2014-04-04Fix boolean values so the output matches Excel and works on NumbersJurriaan Pruis
2014-02-26Huge refactoringJurriaan Pruis
2012-11-05refactored Row serializationRandy Morgan
2012-07-15refactoring auto width calculation to improve code quality.Randy Morgan
2012-05-17fix ALL the warnings!Randy Morgan
2012-05-17finishing off row properties.Randy Morgan
2012-05-15bring coverage up to 100% and patch a few minor bugs in cell style overrides ...Randy Morgan
2012-05-13MOAR specsRandy Morgan
2012-05-09patch nil row style issueRandy Morgan
2012-04-27test to ensure that add_cell properly updates worksheet column widths. Randy Morgan
2012-04-25bug fix to properly assign style/type data when creating rows and partial sty...Randy Morgan
2012-04-02Updated tests for nil cellsJurriaan Pruis
2012-04-01part way through changing all serialization to use string concatenation prior...Randy Morgan
2012-03-28Still not fast enough?Randy Morgan
2012-03-26Quick and Dirty run on trying interpolated strings instead of nokogiri for sh...Randy Morgan
2012-03-23move requires out of specs and into helper that prepends lib directory for re...Randy Morgan
2012-02-27Add support for rows with custom height.Stefan Daschek
2011-11-27adding in row_style and col_style methods to worksheet and active record 'act...Randy Morgan
2011-11-20first commitRandy Morgan