Module: Libxlsxwriter::CustomWrappers
- Included in:
- Custom
- Defined in:
- lib/fast_excel/binding.rb
Overview
Instance Method Summary collapse
Instance Method Details
#assemble_xml_file ⇒ nil
1838 1839 1840 |
# File 'lib/fast_excel/binding.rb', line 1838 def assemble_xml_file() Libxlsxwriter.custom_assemble_xml_file(self) end |
#free ⇒ nil
1833 1834 1835 |
# File 'lib/fast_excel/binding.rb', line 1833 def free() Libxlsxwriter.custom_free(self) end |