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_filenil



1835
1836
1837
# File 'lib/fast_excel/binding.rb', line 1835

def assemble_xml_file()
  Libxlsxwriter.core_assemble_xml_file(self)
end

#freenil



1830
1831
1832
# File 'lib/fast_excel/binding.rb', line 1830

def free()
  Libxlsxwriter.core_free(self)
end