summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/workbook/worksheet
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2011-11-27 21:53:25 +0900
committerRandy Morgan <[email protected]>2011-11-27 21:53:25 +0900
commitf050dd81a633c45e3c8a57dffcdb4db715183e3d (patch)
tree995191ef952e91198b77283e1ab89a9ac22421dd /lib/axlsx/workbook/worksheet
parentcdfc7251bde8347678d355e5fe65fc20e120bc23 (diff)
downloadcaxlsx-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.rb3
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