Learn R Programming

SheetReader (version 1.2.1)

Parse xlsx Files

Description

Uses C++ via the 'Rcpp' package to parse modern Excel files ('.xlsx'). Memory usage is kept minimal by decompressing only parts of the file at a time, while employing multiple threads to achieve significant runtime reduction. Uses and .

Copy Link

Version

Install

install.packages('SheetReader')

Monthly Downloads

232

Version

1.2.1

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Felix Henze

Last Published

May 30th, 2024

Functions in SheetReader (1.2.1)

read_xlsx

Parse data from a xlsx file
SheetReader-package

Fast and efficient xlsx parsing