Method: Axlsx::Col#to_xml_string
- Defined in:
- lib/axlsx/workbook/worksheet/col.rb
#to_xml_string(str = '') ⇒ String
Serialize this columns data to an xml string
140 141 142 |
# File 'lib/axlsx/workbook/worksheet/col.rb', line 140 def to_xml_string(str = '') serialized_tag('col', str) end |