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

Returns:

  • (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

Returns:

  • (nil)


1833
1834
1835
# File 'lib/fast_excel/binding.rb', line 1833

def free()
  Libxlsxwriter.custom_free(self)
end