Module: Libxlsxwriter::CustomWrappers

Included in:
Custom
Defined in:
lib/fast_excel/binding.rb

Overview

(Not documented)

Fields:

:file

(FFI::Pointer(*FILE))

:custom_properties

(CustomProperties)

:pid

(Integer)

Instance Method Summary collapse

Instance Method Details

#assemble_xml_filenil

Returns:

  • (nil)


8394
8395
8396
# File 'lib/fast_excel/binding.rb', line 8394

def assemble_xml_file()
  Libxlsxwriter.custom_assemble_xml_file(self)
end

#freenil

Returns:

  • (nil)


8389
8390
8391
# File 'lib/fast_excel/binding.rb', line 8389

def free()
  Libxlsxwriter.custom_free(self)
end