diff options
| author | Randy Morgan <[email protected]> | 2011-11-27 21:53:25 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2011-11-27 21:53:25 +0900 |
| commit | f050dd81a633c45e3c8a57dffcdb4db715183e3d (patch) | |
| tree | 995191ef952e91198b77283e1ab89a9ac22421dd /lib/axlsx/workbook/worksheet | |
| parent | cdfc7251bde8347678d355e5fe65fc20e120bc23 (diff) | |
| download | caxlsx-f050dd81a633c45e3c8a57dffcdb4db715183e3d.tar.gz caxlsx-f050dd81a633c45e3c8a57dffcdb4db715183e3d.zip | |
more documentation for 10a release
Diffstat (limited to 'lib/axlsx/workbook/worksheet')
| -rw-r--r-- | lib/axlsx/workbook/worksheet/row.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/axlsx/workbook/worksheet/row.rb b/lib/axlsx/workbook/worksheet/row.rb index 0e5333b9..7958124f 100644 --- a/lib/axlsx/workbook/worksheet/row.rb +++ b/lib/axlsx/workbook/worksheet/row.rb @@ -62,6 +62,9 @@ module Axlsx end end + # returns the cells in this row as an array + # This lets us transpose the rows into columns + # @return [Array] def to_ary @cells.to_ary end |
