Package: readxl 1.5.0.9000

Jennifer Bryan

readxl: Read Excel Files

Import excel files into R. Supports '.xls' via the embedded 'libxls' C library <https://github.com/libxls/libxls> and '.xlsx' via the embedded 'RapidXML' C++ library <https://rapidxml.sourceforge.net/>. Works on Windows, Mac and Linux without external dependencies.

Authors:Hadley Wickham [aut], Jennifer Bryan [aut, cre], Posit, PBC [cph, fnd], Marcin Kalicinski [ctb, cph], Komarov Valery [ctb, cph], Christophe Leitienne [ctb, cph], Bob Colbert [ctb, cph], David Hoerl [ctb, cph], Evan Miller [ctb, cph]

readxl_1.5.0.9000.tar.gz
readxl_1.5.0.9000.zip(r-4.7)readxl_1.5.0.9000.zip(r-4.6)readxl_1.5.0.9000.zip(r-4.5)
readxl_1.5.0.9000.tgz(r-4.6-x86_64)readxl_1.5.0.9000.tgz(r-4.6-arm64)readxl_1.5.0.9000.tgz(r-4.5-x86_64)readxl_1.5.0.9000.tgz(r-4.5-arm64)
readxl_1.5.0.9000.tar.gz(r-4.7-arm64)readxl_1.5.0.9000.tar.gz(r-4.7-x86_64)readxl_1.5.0.9000.tar.gz(r-4.6-arm64)readxl_1.5.0.9000.tar.gz(r-4.6-x86_64)
readxl_1.5.0.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
readxl/json (API)
NEWS

# Install 'readxl' in R:
install.packages('readxl', repos = c('https://tidyverse.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/tidyverse/readxl/issues

Pkgdown/docs site:https://readxl.tidyverse.org

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

Conda:

excelspreadsheetxlsxlsxcpp

20.84 score 753 stars 932 packages 147k scripts 928k downloads 139 mentions 13 exports 18 dependencies

Last updated from:47f8aeac0a. Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK165
linux-devel-x86_64OK193
source / vignettesOK301
linux-release-arm64OK155
linux-release-x86_64OK189
macos-release-arm64OK111
macos-release-x86_64OK206
macos-oldrel-arm64OK99
macos-oldrel-x86_64OK159
windows-develOK108
windows-releaseOK177
windows-oldrelOK108
wasm-releaseOK140

Exports:anchoredcell_colscell_limitscell_rowsexcel_formatexcel_sheetsformat_from_extformat_from_signatureread_excelread_xlsread_xlsxreadxl_examplereadxl_progress

Dependencies:cellrangerclicpp11crayongluehmslifecyclemagrittrpillarpkgconfigprettyunitsprogressR6rematchrlangtibbleutf8vctrs

Cell and Column Types

Rendered fromcell-and-column-types.Rmdusingknitr::rmarkdownon Jun 24 2026.

Last update: 2026-05-16
Started: 2017-04-14

Sheet Geometry

Rendered fromsheet-geometry.Rmdusingknitr::rmarkdownon Jun 24 2026.

Last update: 2026-05-05
Started: 2017-04-14

Readme and manuals

Help Manual

Help pageTopics
Specify cells for readinganchored cell-specification cell_cols cell_limits cell_rows
Determine file formatexcel_format format_from_ext format_from_signature
List all sheets in an excel spreadsheetexcel_sheets
Read xls and xlsx filesread_excel read_xls read_xlsx
Get path to readxl examplereadxl_example
Determine whether to show progress spinnerreadxl_progress