Class: CSVPlusPlus::Writer::OpenDocument

Inherits:
BaseWriter
  • Object
show all
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

#options

Instance Method Summary collapse

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