summaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-05-04 16:56:50 +0900
committerRandy Morgan <[email protected]>2012-05-04 16:56:50 +0900
commit5d221c2e01336b8771d15cf89a87fcb0f6e424b5 (patch)
tree6681da498a3a6efe2f18f0f3080e4ec998ebb56e /lib
parenta668167e555c0d69b6ac943695e0b5cf24e054a9 (diff)
downloadcaxlsx-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.rb3
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