summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/workbook/worksheet/row.rb
AgeCommit message (Expand)Author
2023-06-10Fix safe Style/ColonMethodCall offensesGeremia Taglialatela
2023-05-31Use Ruby 1.9 hash syntaxGeremia Taglialatela
2023-05-15Also cache row_refPaul Kmiec
2023-05-05Pipe output directly to str and avoid additional memory allocationsPaul Kmiec
2023-05-04Fix tests / code to work with frozen string literalsPaul Kmiec
2023-05-04Enable Style/FrozenStringLiteralComment and autocorrectPaul Kmiec
2023-04-13Update row.rbJohnny Shields
2023-04-13Merge branch 'master' into escape-formulas-improvementJohnny Shields
2023-04-12Small fixes: whitespace, typos, ordering, etc. (#188)Johnny Shields
2023-04-08Fix space-related offensesGeremia Taglialatela
2023-04-08Fix EmptyLines related offensesGeremia Taglialatela
2023-04-07Fix Layout/SpaceAroundBlockParameters offensesGeremia Taglialatela
2023-04-06Fix Layout/CommentIndentation offensesGeremia Taglialatela
2023-04-06Fix Style/Encoding 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-05-31Fix typo in row.rbPascal Andermatt
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-12-10Typo in row.rbGary Holtz
2014-02-26Huge refactoringJurriaan Pruis
2013-07-30Update row.rbMichael Westbom
2012-12-14Added formula_values options and specs for sheet format pr.Randy Morgan
2012-11-05refactored Row serializationRandy Morgan
2012-07-15refactoring auto width calculation to improve code quality.Randy Morgan
2012-05-17finishing off row properties.Randy Morgan
2012-05-13updating docsRandy Morgan
2012-04-29examples and read me clean up as well as implementing outlineLevel for row an...Randy Morgan
2012-04-27bug fix. https://github.com/randym/axlsx/issues/86Randy Morgan
2012-04-25bug fix to properly assign style/type data when creating rows and partial sty...Randy Morgan
2012-04-01part way through changing all serialization to use string concatenation prior...Randy Morgan
2012-03-29Implement full set of col attributes and improve performance of autowidth two...Randy Morgan
2012-03-28Still not fast enough?Randy Morgan
2012-03-27use << for row string processing as well.Randy Morgan
2012-03-26use Array#join instead of concatenatingochko
2012-03-26Quick and Dirty run on trying interpolated strings instead of nokogiri for sh...Randy Morgan
2012-02-28patching time converter and specs as well as fixing warnings related to unini...Randy Morgan
2012-02-27Add support for rows with custom height.Stefan Daschek
2012-02-14changing column_widths to accept *args instead of a declared array.Randy Morgan
2012-02-12Adding in support for optionally using the shared strings table. This will al...Randy Morgan
2011-12-05adding in style overrides to cell.rbRandy Morgan
2011-11-27more documentation for 10a releaseRandy Morgan
2011-11-27adding yields for package workbook, workbook styles and cols collection on wo...Randy Morgan
2011-11-27adding in row_style and col_style methods to worksheet and active record 'act...Randy Morgan
2011-11-26adding in support for ruby 1.9.3Randy Morgan
2011-11-20first commitRandy Morgan