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