Method: Axlsx::WorksheetDrawing#to_xml_string
- Defined in:
- lib/axlsx/workbook/worksheet/worksheet_drawing.rb
#to_xml_string(str = '') ⇒ Object
Serialize the drawing for the worksheet
59 60 61 62 |
# File 'lib/axlsx/workbook/worksheet/worksheet_drawing.rb', line 59 def to_xml_string(str = '') return unless has_drawing? str << "<drawing r:id='rId#{index}'/>" end |