Class: CSVPlusPlus::Writer::Excel
- Inherits:
-
BaseWriter
- Object
- BaseWriter
- CSVPlusPlus::Writer::Excel
- Defined in:
- lib/csv_plus_plus/writer/excel.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 Excel file.
Instance Method Details
#write(template) ⇒ Object
write a template
to an Excel file
8 9 10 |
# File 'lib/csv_plus_plus/writer/excel.rb', line 8 def write(template) # TODO end |