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>.
| Version: | 1.0.2 | 
| Imports: | Rcpp (≥ 1.0.5) | 
| LinkingTo: | Rcpp | 
| Published: | 2022-04-08 | 
| Author: | Felix Henze [aut, cre], Rich Geldreich [ctb, cph] (Author of included miniz code), Eric Biggers [ctb, cph] (Author of included libdeflate code), Daniel Lemire [ctb, cph] (Author of included fast_double_parser code) | 
| Maintainer: | Felix Henze <felixhenze0 at gmail.com> | 
| BugReports: | https://github.com/fhenz/SheetReader-r/issues | 
| License: | MIT + file LICENSE | 
| URL: | https://github.com/fhenz/SheetReader-r | 
| NeedsCompilation: | yes | 
| CRAN checks: | SheetReader results | 
| Reference manual: | SheetReader.pdf | 
| Package source: | SheetReader_1.0.2.tar.gz | 
| Windows binaries: | r-devel: SheetReader_1.0.2.zip, r-release: SheetReader_1.0.2.zip, r-oldrel: SheetReader_1.0.2.zip | 
| macOS binaries: | r-release (arm64): SheetReader_1.0.2.tgz, r-oldrel (arm64): SheetReader_1.0.2.tgz, r-release (x86_64): SheetReader_1.0.2.tgz, r-oldrel (x86_64): SheetReader_1.0.2.tgz | 
| Old sources: | SheetReader archive | 
Please use the canonical form https://CRAN.R-project.org/package=SheetReader to link to this page.