SheetReader-package: 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.
Arguments
Author
Felix Henze
Maintainer: Felix Henze <felixhenze0@gmail.com>
Details
The only function provided by this package is read_xlsx(),
with options to determine parsing behaviour.