class RubyXL::Worksheet

def filepath

def filepath
  File.join('xl', 'worksheets', "sheet#{sheet_index + 1}.xml")
end