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
563 564 565 |
# File 'lib/fast_excel/binding.rb', line 563 def assemble_xml_file() Libxlsxwriter.sst_assemble_xml_file(self) end |
#free ⇒ nil
558 559 560 |
# File 'lib/fast_excel/binding.rb', line 558 def free() Libxlsxwriter.sst_free(self) end |