Class: Ods::Cli

Inherits:
Thor
  • Object
show all
Defined in:
lib/ods/cli.rb

Instance Method Summary collapse

Instance Method Details

#csvObject



10
11
12
13
14
# File 'lib/ods/cli.rb', line 10

def csv
  file = Ods::File.open(options[:file])
  sheet = file.sheets[options[:sheet].to_i]
  sheet && sheet.csv
end