index
:
caxlsx
hyperlink-worksheet-fix
master
Caxlsx
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
lib
/
axlsx
/
workbook
/
worksheet
/
row.rb
Age
Commit message (
Expand
)
Author
2023-06-10
Fix safe Style/ColonMethodCall offenses
Geremia Taglialatela
2023-05-31
Use Ruby 1.9 hash syntax
Geremia Taglialatela
2023-05-15
Also cache row_ref
Paul Kmiec
2023-05-05
Pipe output directly to str and avoid additional memory allocations
Paul Kmiec
2023-05-04
Fix tests / code to work with frozen string literals
Paul Kmiec
2023-05-04
Enable Style/FrozenStringLiteralComment and autocorrect
Paul Kmiec
2023-04-13
Update row.rb
Johnny Shields
2023-04-13
Merge branch 'master' into escape-formulas-improvement
Johnny Shields
2023-04-12
Small fixes: whitespace, typos, ordering, etc. (#188)
Johnny Shields
2023-04-08
Fix space-related offenses
Geremia Taglialatela
2023-04-08
Fix EmptyLines related offenses
Geremia Taglialatela
2023-04-07
Fix Layout/SpaceAroundBlockParameters offenses
Geremia Taglialatela
2023-04-06
Fix Layout/CommentIndentation offenses
Geremia Taglialatela
2023-04-06
Fix Style/Encoding offenses
Geremia Taglialatela
2023-04-06
Remove Layout/TrailingWhitespace offenses
Geremia Taglialatela
2023-03-31
Add settings for escape_formulas at global, workbook, worksheet, row and cell...
johnnyshields
2021-05-31
Fix typo in row.rb
Pascal Andermatt
2021-03-19
Implement :offset option for worksheet#add_row (#87)
Agustin Gomez
2019-12-20
Add option to protect against formula injection attacks (#34)
Gabriel Morcote
2016-11-14
set color with Row#color=
sato-s
2014-12-10
Typo in row.rb
Gary Holtz
2014-02-26
Huge refactoring
Jurriaan Pruis
2013-07-30
Update row.rb
Michael Westbom
2012-12-14
Added formula_values options and specs for sheet format pr.
Randy Morgan
2012-11-05
refactored Row serialization
Randy Morgan
2012-07-15
refactoring auto width calculation to improve code quality.
Randy Morgan
2012-05-17
finishing off row properties.
Randy Morgan
2012-05-13
updating docs
Randy Morgan
2012-04-29
examples and read me clean up as well as implementing outlineLevel for row an...
Randy Morgan
2012-04-27
bug fix. https://github.com/randym/axlsx/issues/86
Randy Morgan
2012-04-25
bug fix to properly assign style/type data when creating rows and partial sty...
Randy Morgan
2012-04-01
part way through changing all serialization to use string concatenation prior...
Randy Morgan
2012-03-29
Implement full set of col attributes and improve performance of autowidth two...
Randy Morgan
2012-03-28
Still not fast enough?
Randy Morgan
2012-03-27
use << for row string processing as well.
Randy Morgan
2012-03-26
use Array#join instead of concatenating
ochko
2012-03-26
Quick and Dirty run on trying interpolated strings instead of nokogiri for sh...
Randy Morgan
2012-02-28
patching time converter and specs as well as fixing warnings related to unini...
Randy Morgan
2012-02-27
Add support for rows with custom height.
Stefan Daschek
2012-02-14
changing column_widths to accept *args instead of a declared array.
Randy Morgan
2012-02-12
Adding in support for optionally using the shared strings table. This will al...
Randy Morgan
2011-12-05
adding in style overrides to cell.rb
Randy Morgan
2011-11-27
more documentation for 10a release
Randy Morgan
2011-11-27
adding yields for package workbook, workbook styles and cols collection on wo...
Randy Morgan
2011-11-27
adding in row_style and col_style methods to worksheet and active record 'act...
Randy Morgan
2011-11-26
adding in support for ruby 1.9.3
Randy Morgan
2011-11-20
first commit
Randy Morgan