Package: rpxl Type: Package Title: Read Password-Protected Excel Files Version: 0.1.0.9000 Authors@R: c( person( "Patrick", "Barks", email = "patrick.barks@epicentre.msf.org", role = c("aut", "cre") ) ) Description: Uses the Python library msoffcrypto-tool to decrypt password-protected Excel files, which can then be read into R using readxl, readxlsb, or other packages. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Imports: reticulate, readxl, readxlsb Suggests: testthat (>= 3.0.0) Remotes: cran/readxlsb Config/testthat/edition: 3 URL: https://github.com/epicentre-msf/rpxl BugReports: https://github.com/epicentre-msf/rpxl/issues Config/pak/sysreqs: libpng-dev libxml2-dev python3 Repository: https://epicentre-msf.r-universe.dev Date/Publication: 2025-07-21 14:15:43 UTC RemoteUrl: https://github.com/epicentre-msf/rpxl RemoteRef: HEAD RemoteSha: 8efd9cc5ce261b34ad892f132a2003433a2f2c3a NeedsCompilation: no Packaged: 2026-06-20 06:37:16 UTC; root Author: Patrick Barks [aut, cre] Maintainer: Patrick Barks