Package: readxl 1.4.3.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.4.3.9000.tar.gz
readxl_1.4.3.9000.zip(r-4.5)readxl_1.4.3.9000.zip(r-4.4)readxl_1.4.3.9000.zip(r-4.3)
readxl_1.4.3.9000.tgz(r-4.4-arm64)readxl_1.4.3.9000.tgz(r-4.4-x86_64)readxl_1.4.3.9000.tgz(r-4.3-arm64)readxl_1.4.3.9000.tgz(r-4.3-x86_64)
readxl_1.4.3.9000.tar.gz(r-4.5-noble)readxl_1.4.3.9000.tar.gz(r-4.4-noble)
readxl_1.4.3.9000.tgz(r-4.4-emscripten)readxl_1.4.3.9000.tgz(r-4.3-emscripten)
readxl.pdf |readxl.html
readxl/json (API)
NEWS

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

Peer review:

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

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

On CRAN:

excelspreadsheetxlsxlsx

13 exports 720 stars 13.64 score 19 dependencies 1222 dependents 887.3k downloads

Last updated 9 months agofrom:866eff6e1a73226598fbcd5510607706402fd0ab

Exports:anchoredcell_colscell_limitscell_rowsexcel_formatexcel_sheetsformat_from_extformat_from_signatureread_excelread_xlsread_xlsxreadxl_examplereadxl_progress

Dependencies:cellrangerclicpp11crayonfansigluehmslifecyclemagrittrpillarpkgconfigprettyunitsprogressR6rematchrlangtibbleutf8vctrs

Cell and Column Types

Rendered fromcell-and-column-types.Rmdusingknitr::rmarkdownon Jun 07 2024.

Last update: 2023-03-10
Started: 2017-04-14

Sheet Geometry

Rendered fromsheet-geometry.Rmdusingknitr::rmarkdownon Jun 07 2024.

Last update: 2023-03-10
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