module RubyXL::LegacyWorksheet

def [](row = 0)

allows for easier access to sheet_data
def [](row = 0)
  sheet_data[row]
end