Method: Axlsx::SheetCalcPr#to_xml_string

Defined in:
lib/axlsx/workbook/worksheet/sheet_calc_pr.rb

#to_xml_string(str = '') ⇒ String

Serialize the object content to.

Parameters:

  • str (String) (defaults to: '')

    the string to append this objects serialized

Returns:

  • (String)


25
26
27
# File 'lib/axlsx/workbook/worksheet/sheet_calc_pr.rb', line 25

def to_xml_string(str='')
  str << "<sheetCalcPr #{serialized_attributes}/>"
end