Method: Axlsx::Cell#to_xml_string
- Defined in:
- lib/axlsx/workbook/worksheet/cell.rb
#to_xml_string(r_index, c_index, str = '') ⇒ String
Serializes the cell
340 341 342 |
# File 'lib/axlsx/workbook/worksheet/cell.rb', line 340 def to_xml_string(r_index, c_index, str = '') CellSerializer.to_xml_string r_index, c_index, self, str end |