Method: Axlsx::WorkbookView#to_xml_string
- Defined in:
- lib/axlsx/workbook/workbook_view.rb
#to_xml_string(str = '') ⇒ Object
72 73 74 75 76 |
# File 'lib/axlsx/workbook/workbook_view.rb', line 72 def to_xml_string(str = '') str << '<workbookView ' serialized_attributes str str << '></workbookView>' end |