module RubyXL::LegacyWorkbook

def each

def each
  worksheets.each{ |i| yield i }
end