Module: Libxlsxwriter::RelationshipsWrappers
- Included in:
- Relationships
- Defined in:
- lib/fast_excel/binding.rb
Overview
Struct to represent a relationships.
Fields:
- :file
- 
(FFI::Pointer(*FILE)) 
- :rel_id
- 
(Integer) 
- :relationships
- 
(RelTuples) 
Instance Method Summary collapse
Instance Method Details
#assemble_xml_file ⇒ nil
| 2520 2521 2522 | # File 'lib/fast_excel/binding.rb', line 2520 def assemble_xml_file() Libxlsxwriter.relationships_assemble_xml_file(self) end |