Module: Libxlsxwriter::StylesWrappers

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

Overview

(Not documented)

Fields:

:file

(FFI::Pointer(*FILE))

:font_count

(Integer)

:xf_count

(Integer)

:dxf_count

(Integer)

:num_format_count

(Integer)

:border_count

(Integer)

:fill_count

(Integer)

:xf_formats

(Formats)

:dxf_formats

(Formats)

Instance Method Summary collapse

Instance Method Details

#assemble_xml_filenil

Returns:

  • (nil)


9082
9083
9084
# File 'lib/fast_excel/binding.rb', line 9082

def assemble_xml_file()
  Libxlsxwriter.styles_assemble_xml_file(self)
end

#freenil

Returns:

  • (nil)


9077
9078
9079
# File 'lib/fast_excel/binding.rb', line 9077

def free()
  Libxlsxwriter.styles_free(self)
end