Module: Libxlsxwriter::CustomWrappers
- Included in:
- Custom
- Defined in:
- lib/fast_excel/binding.rb
Overview
Fields:
- :file
-
(FFI::Pointer(*FILE))
- :custom_properties
-
(CustomProperties)
- :pid
-
(Integer)
Instance Method Summary collapse
Instance Method Details
#assemble_xml_file ⇒ nil
1849 1850 1851 |
# File 'lib/fast_excel/binding.rb', line 1849 def assemble_xml_file() Libxlsxwriter.custom_assemble_xml_file(self) end |
#free ⇒ nil
1844 1845 1846 |
# File 'lib/fast_excel/binding.rb', line 1844 def free() Libxlsxwriter.custom_free(self) end |