Class: RemoteTable::Format::Excel

Inherits:
RemoteTable::Format show all
Includes:
Rooable
Defined in:
lib/remote_table/format/excel.rb

Instance Attribute Summary

Attributes inherited from RemoteTable::Format

#t

Instance Method Summary collapse

Methods included from Rooable

#each

Methods inherited from RemoteTable::Format

#backup_file!, #each, #initialize, #restore_file!

Constructor Details

This class inherits a constructor from RemoteTable::Format

Instance Method Details

#roo_classObject



5
6
7
# File 'lib/remote_table/format/excel.rb', line 5

def roo_class
  ::Excel
end