Package: xldiff Title: Compare excel sheets Version: 0.2.0 Authors@R: person("Collin", "Edwards", , "Collin.Edwards@dfw.wa.gov", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4937-5159")) Description: `xldiff` provides tools to compare excel sheets, broadly inspired by "diff"-type functions. Provided functions can read sheets of two excel files and produce a third file that highlights cells that have changed. In the case of numeric changes, the direction of change is highlighted. These tools do not account for structural changes in the sheets (e.g., the addition of a column), but are useful in tracking changed values in tables or parameter files. Utility functions developed to streamline formatting output files are also more broadly useful in programmatically formatting excel files using openxlsx. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Suggests: openxlsx, testthat (>= 3.0.0) Config/testthat/edition: 3 Imports: cli, dplyr, flextable, glue, lifecycle, openxlsx2 (>= 1.22.0.9000), purrr, readxl, rlang, tibble, tidyr, tidyxl URL: https://framverse.r-universe.dev/xldiff, https://github.com/cbedwards-dfw/xldiff, https://cbedwards-dfw.github.io/xldiff/ Remotes: JanMarvin/openxlsx2 Config/pak/sysreqs: libcairo2-dev cmake libfontconfig1-dev libfreetype6-dev libfribidi-dev make libharfbuzz-dev libicu-dev libjpeg-dev libpng-dev libtiff-dev libuv1-dev libwebp-dev libxml2-dev libssl-dev Repository: https://framverse.r-universe.dev Date/Publication: 2026-02-03 23:36:54 UTC RemoteUrl: https://github.com/cbedwards-dfw/xldiff RemoteRef: HEAD RemoteSha: cfebb1a9cf7f440a10a08d0dcfbbdd34f6a75126 NeedsCompilation: no Packaged: 2026-07-09 16:49:13 UTC; root Author: Collin Edwards [aut, cre] (ORCID: ) Maintainer: Collin Edwards Depends: R (>= 4.1.0)