Method: RubyXL::OOXMLRelationshipsFile.load_relationship_file
- Defined in:
- lib/rubyXL/objects/relationships.rb
permalink .load_relationship_file(zipdir_path, base_file_path) ⇒ Object
[View source]
103 104 105 106 107 108 109 |
# File 'lib/rubyXL/objects/relationships.rb', line 103 def self.load_relationship_file(zipdir_path, base_file_path) rel_file_path = rel_file_path(base_file_path) puts "--> DEBUG: #{' ' * @@debug_indent}Loading .rel file: #{rel_file_path}" if @@debug_indent parse_file(zipdir_path, rel_file_path) end |