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)


8398
8399
8400
# File 'lib/fast_excel/binding.rb', line 8398

def assemble_xml_file()
  Libxlsxwriter.custom_assemble_xml_file(self)
end

#freenil

Returns:

  • (nil)


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

def free()
  Libxlsxwriter.custom_free(self)
end