Module: Libxlsxwriter::SstWrappers
- Included in:
- Sst
- Defined in:
- lib/fast_excel/binding.rb
Overview
Fields:
:file ::
(FFI::Pointer(*FILE))
:string_count ::
(Integer)
:unique_count ::
(Integer)
:order_list ::
(SstOrderList)
:rb_tree ::
(SstRbTree)
Instance Method Summary collapse
Instance Method Details
#assemble_xml_file ⇒ nil
573 574 575 |
# File 'lib/fast_excel/binding.rb', line 573 def assemble_xml_file() Libxlsxwriter.sst_assemble_xml_file(self) end |
#free ⇒ nil
568 569 570 |
# File 'lib/fast_excel/binding.rb', line 568 def free() Libxlsxwriter.sst_free(self) end |