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)


27
28
29
30
31
# File 'lib/axlsx/workbook/worksheet/sheet_calc_pr.rb', line 27

def to_xml_string(str = +'')
  str << '<sheetCalcPr '
  serialized_attributes(str)
  str << '/>'
end