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
1796 1797 1798 |
# File 'lib/fast_excel/binding.rb', line 1796 def assemble_xml_file() Libxlsxwriter.core_assemble_xml_file(self) end |
#free ⇒ nil
1791 1792 1793 |
# File 'lib/fast_excel/binding.rb', line 1791 def free() Libxlsxwriter.core_free(self) end |