diff options
| author | Randy Morgan <[email protected]> | 2012-03-21 22:56:24 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-03-21 22:56:24 +0900 |
| commit | 778142d9175da18026068599146cb7507fb4bc5f (patch) | |
| tree | d83776377bd7e5b5dde4ae411f8995dde93482f7 | |
| parent | 06f4c129cc5cd3fd374ffde7a3516ef5978c14c2 (diff) | |
| download | caxlsx-778142d9175da18026068599146cb7507fb4bc5f.tar.gz caxlsx-778142d9175da18026068599146cb7507fb4bc5f.zip | |
patching mistaken merge resolution
| -rw-r--r-- | lib/axlsx/workbook/worksheet/worksheet.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/axlsx/workbook/worksheet/worksheet.rb b/lib/axlsx/workbook/worksheet/worksheet.rb index ad4e7dbb..5325294f 100644 --- a/lib/axlsx/workbook/worksheet/worksheet.rb +++ b/lib/axlsx/workbook/worksheet/worksheet.rb @@ -97,6 +97,7 @@ module Axlsx @rows = SimpleTypedList.new Row @cols = SimpleTypedList.new Cell + @tables = SimpleTypedList.new Table if self.workbook.use_autowidth require 'RMagick' unless defined?(Magick) |
