readxl icon
readxl icon

readxl

 Like

The readxl package makes it easy to get data out of Excel and into R. Compared to many of the existing packages (e.g. gdata, xlsx, xlsReadWrite) readxl has no external dependencies, so it’s easy to install and use on all operating systems.

License model

  • FreeOpen Source

Application type

Country of Origin

  • US flagUnited States

Platforms

  • Windows
  • Mac
  • Linux
  • BSD
  No rating
0likes
0comments
0news articles

Features

Suggest and vote on features
No features, maybe you want to suggest one?

 Tags

  • r
  • excel-library
  • xls
  • xlsx
  • data-extraction

readxl News & Activities

Highlights All activities

Recent activities

Show all activities

readxl information

  • Developed by

    US flagtidyverse
  • Licensing

    Open Source and Free product.
  • Written in

  • Alternatives

    7 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Office & Productivity

GitHub repository

  •  739 Stars
  •  196 Forks
  •  50 Open Issues
  •   Updated Mar 7, 2025 
View on GitHub

Our users have written 0 comments and reviews about readxl, and it has gotten 0 likes

readxl was added to AlternativeTo by Dalieba on Mar 2, 2025 and this page was last updated Mar 2, 2025.
No comments or reviews, maybe you want to be first?
Post comment/review

What is readxl?

The readxl package makes it easy to get data out of Excel and into R. Compared to many of the existing packages (e.g. gdata, xlsx, xlsReadWrite) readxl has no external dependencies, so it’s easy to install and use on all operating systems. It is designed to work with tabular data.

readxl supports both the legacy .xls format and the modern xml-based .xlsx format. The libxls C library is used to support .xls, which abstracts away many of the complexities of the underlying binary format. To parse .xlsx, we use the RapidXML C++ library.

Official Links