Class: CSVPlusPlus::Writer::Excel

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

#options

Instance Method Summary collapse

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