module SpreadsheetX

Public Class Methods

open(path) click to toggle source
# File lib/spreadsheetx.rb, line 16
def open(path)
  SpreadsheetX::Workbook.new(path)
end