From 5d221c2e01336b8771d15cf89a87fcb0f6e424b5 Mon Sep 17 00:00:00 2001 From: Randy Morgan Date: Fri, 4 May 2012 16:56:50 +0900 Subject: Thinking that the tables and comments collection is useless. need to collect from the worksheets. --- lib/axlsx/workbook/workbook.rb | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3