Package: parcxl
Title: Fast Formula Stripping and Exporting Excel Sheets to Separate
        Files
Version: 0.1.0
Authors@R: 
    person("Shunsuke", "Homma", email = "shunsuke.homma@proton.me", role = c("aut", "cre"))
Description: Provides fast, dependency-minimal tools to strip all cell formulas
    from standard Excel (.xlsx) files while preserving evaluated calculated
    values intact. It also supports exporting multi-sheet workbooks into
    standalone single-sheet files. By design, the package extracts only
    cell values and their formatting (styles) to ensure maximum speed and
    safety, discarding complex embedded objects such as images or charts.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.3
Imports: xml2, zip
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2026-06-27 05:44:31 UTC; HOMMA
Author: Shunsuke Homma [aut, cre]
Maintainer: Shunsuke Homma <shunsuke.homma@proton.me>
Repository: CRAN
Date/Publication: 2026-07-02 19:00:02 UTC
