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 <http://rapidxml.sourceforge.net>. Works on Windows, Mac and Linux without external dependencies.
Version: | 1.4.1 |
Depends: | R (≥ 3.4) |
Imports: | cellranger, tibble (≥ 2.0.1), utils |
LinkingTo: | cpp11 (≥ 0.4.0), progress |
Suggests: | knitr, rmarkdown, testthat (≥ 3.0.0) |
Published: | 2022-08-17 |
Author: | Hadley Wickham [aut], Jennifer Bryan [aut, cre], RStudio [cph, fnd] (Copyright holder of all R code and all C/C++ code without explicit copyright attribution), Marcin Kalicinski [ctb, cph] (Author of included RapidXML code), Komarov Valery [ctb, cph] (Author of included libxls code), Christophe Leitienne [ctb, cph] (Author of included libxls code), Bob Colbert [ctb, cph] (Author of included libxls code), David Hoerl [ctb, cph] (Author of included libxls code), Evan Miller [ctb, cph] (Author of included libxls code) |
Maintainer: | Jennifer Bryan <jenny at rstudio.com> |
BugReports: | https://github.com/tidyverse/readxl/issues |
License: | MIT + file LICENSE |
URL: | https://readxl.tidyverse.org, https://github.com/tidyverse/readxl |
NeedsCompilation: | yes |
SystemRequirements: | C++11 |
Materials: | README NEWS |
CRAN checks: | readxl results |
Reference manual: | readxl.pdf |
Vignettes: |
Cell and Column Types Sheet Geometry |
Package source: | readxl_1.4.1.tar.gz |
Windows binaries: | r-devel: readxl_1.4.1.zip, r-release: readxl_1.4.1.zip, r-oldrel: readxl_1.4.1.zip |
macOS binaries: | r-release (arm64): readxl_1.4.1.tgz, r-oldrel (arm64): readxl_1.4.1.tgz, r-release (x86_64): readxl_1.4.1.tgz, r-oldrel (x86_64): readxl_1.4.1.tgz |
Old sources: | readxl archive |
Please use the canonical form https://CRAN.R-project.org/package=readxl to link to this page.