readxl-package {readxl} | R Documentation |
Import excel files into R. Supports '.xls' via the embedded 'libxls' C library <https://sourceforge.net/projects/libxls/> and '.xlsx' via the embedded 'RapidXML' C++ library <https://rapidxml.sourceforge.net>. Works on Windows, Mac and Linux without external dependencies.
Maintainer: Jennifer Bryan jenny@rstudio.com
Authors:
Hadley Wickham hadley@rstudio.com
Other contributors:
RStudio (Copyright holder of all R code and all C/C++ code without explicit copyright attribution) [copyright holder]
Marcin Kalicinski (Author of included RapidXML code) [contributor, copyright holder]
Komarov Valery (Author of included libxls code) [contributor, copyright holder]
Christophe Leitienne (Author of included libxls code) [contributor, copyright holder]
Bob Colbert (Author of included libxls code) [contributor, copyright holder]
David Hoerl (Author of included libxls code) [contributor, copyright holder]
Useful links:
Report bugs at https://github.com/tidyverse/readxl/issues