Package: tidyxl Title: Read Untidy Excel Files Version: 1.0.10 Authors@R: c( person("Duncan", "Garmonsway", email = "nacnudus@gmail.com", role = c("aut", "cre")), person("Hadley", "Wickham", role = c("ctb"), comment = "Author of included readxl fragments"), person("Jenny", "Bryan", role = c("ctb"), comment = "Author of included readxl fragments"), person("RStudio", role = "cph", comment = "Copyright holder of included readxl fragments"), person("Marcin", "Kalicinski", role = c("ctb", "cph"), comment = "Author of included RapidXML code") ) Description: Imports non-tabular from Excel files into R. Exposes cell content, position and formatting in a tidy structure for further manipulation. Tokenizes Excel formulas. Supports '.xlsx' and '.xlsm' via the embedded 'RapidXML' C++ library . Does not support '.xlsb' or '.xls'. Depends: R (>= 3.2.0) License: MIT + file LICENSE Encoding: UTF-8 LazyData: true LinkingTo: Rcpp, piton (>= 1.0.0) Imports: Rcpp URL: https://github.com/nacnudus/tidyxl, https://nacnudus.github.io/tidyxl/ BugReports: https://github.com/nacnudus/tidyxl/issues RoxygenNote: 7.2.3 Suggests: testthat, here, knitr, rmarkdown, readxl, dplyr, tidyr, purrr, tibble, ggplot2, cellranger, openxlsx, rlang VignetteBuilder: knitr Roxygen: list(markdown = TRUE) Config/Needs/website: tidyverse/tidytemplate Repository: https://nacnudus.r-universe.dev Date/Publication: 2023-12-21 12:30:44 UTC RemoteUrl: https://github.com/nacnudus/tidyxl RemoteRef: HEAD RemoteSha: 7e2fbe7cc76b29be6c2f96f86674633f57fb31e5 NeedsCompilation: yes Packaged: 2026-06-24 11:10:37 UTC; root Author: Duncan Garmonsway [aut, cre], Hadley Wickham [ctb] (Author of included readxl fragments), Jenny Bryan [ctb] (Author of included readxl fragments), RStudio [cph] (Copyright holder of included readxl fragments), Marcin Kalicinski [ctb, cph] (Author of included RapidXML code) Maintainer: Duncan Garmonsway