Class: CSVPlusPlus::Writer::OpenDocument
- Inherits:
-
BaseWriter
- Object
- BaseWriter
- CSVPlusPlus::Writer::OpenDocument
- Defined in:
- lib/csv_plus_plus/writer/open_document.rb
Overview
A class that can output a Template
to an Excel file
Instance Attribute Summary
Attributes inherited from BaseWriter
Instance Method Summary collapse
-
#write(template) ⇒ Object
write a
template
to an OpenDocument file.
Instance Method Details
#write(template) ⇒ Object
write a template
to an OpenDocument file
9 10 11 |
# File 'lib/csv_plus_plus/writer/open_document.rb', line 9 def write(template) # TODO end |