From 66abe97ad9988928bb02d8b19f3d316c786e6908 Mon Sep 17 00:00:00 2001 From: Randy Morgan Date: Thu, 16 Feb 2012 19:36:25 +0900 Subject: updated docs --- lib/axlsx/workbook/worksheet/worksheet.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] # -- cgit v1.2.3