SheetReader-package | R Documentation |
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.
The only function provided by this package is read_xlsx()
,
with options to determine parsing behaviour.
Felix Henze
Maintainer: Felix Henze <felixhenze0@gmail.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.