diff options
| author | Randy Morgan <[email protected]> | 2012-05-04 16:56:50 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-05-04 16:56:50 +0900 |
| commit | 5d221c2e01336b8771d15cf89a87fcb0f6e424b5 (patch) | |
| tree | 6681da498a3a6efe2f18f0f3080e4ec998ebb56e /lib | |
| parent | a668167e555c0d69b6ac943695e0b5cf24e054a9 (diff) | |
| download | caxlsx-5d221c2e01336b8771d15cf89a87fcb0f6e424b5.tar.gz caxlsx-5d221c2e01336b8771d15cf89a87fcb0f6e424b5.zip | |
Thinking that the tables and comments collection is useless.
need to collect from the worksheets.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/axlsx/workbook/workbook.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/axlsx/workbook/workbook.rb b/lib/axlsx/workbook/workbook.rb index 60780c97..60bee011 100644 --- a/lib/axlsx/workbook/workbook.rb +++ b/lib/axlsx/workbook/workbook.rb @@ -83,6 +83,9 @@ require 'axlsx/workbook/worksheet/table.rb' # @return [SimpleTypedList] attr_reader :drawings + # pretty sure this two are always empty and can be removed. + + # A colllection of tables associated with this workbook # @note The recommended way to manage drawings is Worksheet#add_table # @see Worksheet#add_table |
