Method: RubyXL::Workbook#related_objects

Defined in:
lib/rubyXL/objects/workbook.rb
[View source]

320
321
322
# File 'lib/rubyXL/objects/workbook.rb', line 320

def related_objects
  [ calculation_chain, stylesheet, theme, shared_strings_container, macros ] + @worksheets
end