# File lib/spreadsheet/excel/workbook.rb, line 30
  def Workbook.open io, opts = {}
    @reader = Reader.new opts
    @reader.read io
  end