diff options
| author | Randy Morgan <[email protected]> | 2012-05-16 20:10:19 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-05-16 20:10:19 +0900 |
| commit | 2c8d79816ef12b2b90211aafdd78bc141220f161 (patch) | |
| tree | 87b0443a6d606b3db4542b406d3e4d7a90c8b503 /lib/axlsx/workbook/worksheet/table.rb | |
| parent | 2d6ca8e719a158aae83797b6d6f601486d90d48d (diff) | |
| download | caxlsx-2c8d79816ef12b2b90211aafdd78bc141220f161.tar.gz caxlsx-2c8d79816ef12b2b90211aafdd78bc141220f161.zip | |
depreciating Worksheet.fit_to_page as a writable attribute.
Diffstat (limited to 'lib/axlsx/workbook/worksheet/table.rb')
| -rw-r--r-- | lib/axlsx/workbook/worksheet/table.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/axlsx/workbook/worksheet/table.rb b/lib/axlsx/workbook/worksheet/table.rb index 1ed23cc5..b848180b 100644 --- a/lib/axlsx/workbook/worksheet/table.rb +++ b/lib/axlsx/workbook/worksheet/table.rb @@ -19,8 +19,8 @@ module Axlsx attr_reader :style # Creates a new Table object - # @param [String] ref The reference to the table data. - # @param [Sheet] ref The sheet containing the table data. + # @param [String] ref The reference to the table data like 'A1:G24'. + # @param [Worksheet] sheet The sheet containing the table data. # @option options [Cell, String] name # @option options [TableStyle] style def initialize(ref, sheet, options={}) |
