SheetReader: Parse xlsx Files

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> and <https://github.com/lemire/fast_double_parser>.

Version: 1.2.0
Imports: Rcpp (≥ 1.0.5)
LinkingTo: Rcpp
Published: 2024-03-01
Author: Felix Henze [aut, cre], Rich Geldreich [ctb, cph] (Author of included miniz 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

Documentation:

Reference manual: SheetReader.pdf

Downloads:

Package source: SheetReader_1.2.0.tar.gz
Windows binaries: r-devel: SheetReader_1.2.0.zip, r-release: SheetReader_1.2.0.zip, r-oldrel: SheetReader_1.2.0.zip
macOS binaries: r-release (arm64): SheetReader_1.2.0.tgz, r-oldrel (arm64): SheetReader_1.2.0.tgz, r-release (x86_64): SheetReader_1.2.0.tgz
Old sources: SheetReader archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=SheetReader to link to this page.