Package: xlcutter Title: Parse Batches of 'xlsx' Files Based on a Template Version: 0.1.1.9000 Authors@R: person( "Hugo", "Gruson", , "hugo.gruson+R@normalesup.org", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-4094-1476") ) Description: Parse entire folders of non-rectangular 'xlsx' files into a single rectangular and tidy 'data.frame' based on a custom template file defining the column names of the output. License: MIT + file LICENSE Config/testthat/edition: 3 Encoding: UTF-8 Language: en-GB Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Depends: R (>= 3.3.0) Imports: tidyxl Suggests: knitr, rmarkdown, testthat (>= 3.0.0) VignetteBuilder: knitr URL: https://github.com/Bisaloo/xlcutter, https://hugogruson.fr/xlcutter/ BugReports: https://github.com/Bisaloo/xlcutter/issues Repository: https://bisaloo.r-universe.dev Date/Publication: 2025-07-28 18:01:11 UTC RemoteUrl: https://codeberg.org/Bisaloo/xlcutter RemoteRef: HEAD RemoteSha: 9101e8aed7814b33ea7f729426615863c1c76b88 NeedsCompilation: no Packaged: 2026-07-04 06:55:07 UTC; root Author: Hugo Gruson [aut, cre, cph] (ORCID: ) Maintainer: Hugo Gruson