Class: CSVPlusPlus::Writer::OpenDocument

Inherits:
BaseWriter
  • Object
show all
Extended by:
T::Sig
Includes:
FileBackerUpper
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, #runtime

Instance Method Summary collapse

Methods included from FileBackerUpper

#write_backup

Instance Method Details

#write(template) ⇒ Object

write a template to an OpenDocument file



14
15
16
# File 'lib/csv_plus_plus/writer/open_document.rb', line 14

def write(template)
  # TODO
end