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.
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 |