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.
25 26 27 |
# File 'lib/axlsx/workbook/worksheet/sheet_calc_pr.rb', line 25 def to_xml_string(str='') str << "<sheetCalcPr #{serialized_attributes}/>" end |