diff options
| author | Randy Morgan <[email protected]> | 2012-02-16 19:36:25 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-02-16 19:36:25 +0900 |
| commit | 66abe97ad9988928bb02d8b19f3d316c786e6908 (patch) | |
| tree | 7ae872d636c20aa097f42ad0099ead4058061cea | |
| parent | 1476fd8d0d9a04b03dbc8317d0e94ffa6853ca45 (diff) | |
| download | caxlsx-66abe97ad9988928bb02d8b19f3d316c786e6908.tar.gz caxlsx-66abe97ad9988928bb02d8b19f3d316c786e6908.zip | |
updated docs
| -rw-r--r-- | lib/axlsx/workbook/worksheet/worksheet.rb | 2 |
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] # |
