Module: Libxlsxwriter::CoreWrappers
- Included in:
- Core
- Defined in:
- lib/fast_excel/binding.rb
Overview
Fields:
- :file
- 
(FFI::Pointer(*FILE)) 
- :properties
- 
(DocProperties) 
Instance Method Summary collapse
Instance Method Details
#assemble_xml_file ⇒ nil
| 1807 1808 1809 | # File 'lib/fast_excel/binding.rb', line 1807 def assemble_xml_file() Libxlsxwriter.core_assemble_xml_file(self) end | 
#free ⇒ nil
| 1802 1803 1804 | # File 'lib/fast_excel/binding.rb', line 1802 def free() Libxlsxwriter.core_free(self) end |