Parent

Methods

Spreadsheet::Excel::ExcelCompatibleWorkbook

Public Class Methods

new(file_path, *args) click to toggle source
# File lib/spreadsheet/excel.rb, line 15
def initialize file_path, *args
  super *args
  @file_path = file_path
end

Public Instance Methods

close() click to toggle source
# File lib/spreadsheet/excel.rb, line 19
def close
  write @file_path
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.