SheetReader-package {SheetReader} | R Documentation |
Fast and efficient xlsx parsing
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.
Details
The only function provided by this package is read_xlsx()
,
with options to determine parsing behaviour.
Author(s)
Felix Henze
Maintainer: Felix Henze <felixhenze0@gmail.com>
[Package SheetReader version 1.2.1 Index]