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
1808 1809 1810 |
# File 'lib/fast_excel/binding.rb', line 1808 def assemble_xml_file() Libxlsxwriter.core_assemble_xml_file(self) end |
#free ⇒ nil
1803 1804 1805 |
# File 'lib/fast_excel/binding.rb', line 1803 def free() Libxlsxwriter.core_free(self) end |