summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-02-16 19:36:25 +0900
committerRandy Morgan <[email protected]>2012-02-16 19:36:25 +0900
commit66abe97ad9988928bb02d8b19f3d316c786e6908 (patch)
tree7ae872d636c20aa097f42ad0099ead4058061cea
parent1476fd8d0d9a04b03dbc8317d0e94ffa6853ca45 (diff)
downloadcaxlsx-66abe97ad9988928bb02d8b19f3d316c786e6908.tar.gz
caxlsx-66abe97ad9988928bb02d8b19f3d316c786e6908.zip
updated docs
-rw-r--r--lib/axlsx/workbook/worksheet/worksheet.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/axlsx/workbook/worksheet/worksheet.rb b/lib/axlsx/workbook/worksheet/worksheet.rb
index d4bb6516..bd2170a5 100644
--- a/lib/axlsx/workbook/worksheet/worksheet.rb
+++ b/lib/axlsx/workbook/worksheet/worksheet.rb
@@ -172,7 +172,7 @@ module Axlsx
# # The first column will ignore the content of this cell when calculating column autowidth.
# # The second column will include this text in calculating the columns autowidth
# # The third cell will set a fixed with of 80 for the column.
- # # any :width value that is not :ignore or numeric is treated as :auto
+ # # If you need to un-fix a column width, use :auto. That will recalculate the column width based on all content in the column
#
# ws.add_row ['I wish', 'for a fish', 'on my fish wish dish'], :widths=>[:ignore, :auto, 80]
#