CMD + K

r-sheetreader

Community

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 <https://github.com/richgel999/miniz>, <https://github.com/ebiggers/libdeflate>, and <https://github.com/lemire/fast_double_parser>.

Installation

To install this package, run one of the following:

Conda
$conda install conda-forge::r-sheetreader

Usage Tracking

1.2.1
1.2.0
1.1.0
1.0.2
4 / 8 versions selected
Downloads (Last 6 months): 0

About

Summary

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 <https://github.com/richgel999/miniz>, <https://github.com/ebiggers/libdeflate>, and <https://github.com/lemire/fast_double_parser>.

Last Updated

Jun 3, 2024 at 20:21

License

MIT

Supported Platforms

macOS-64
win-64
linux-64