Getting started

Most of readxl’s functions allow you to load Excel spreadsheets into R:

  • read_xls() reads Excel files with xls format.

  • read_xlsx() read Excel files with xlsx format.

  • read_excel() can read files with both xls and xlsx format. It guesses the file type based on the input.