Package: parcxl 0.1.0

Shunsuke Homma
parcxl: Fast Formula Stripping and Exporting Excel Sheets to Separate Files
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.
Authors:
parcxl_0.1.0.tar.gz
parcxl_0.1.0.tar.gz(r-4.7-any)parcxl_0.1.0.tar.gz(r-4.6-any)
parcxl_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION
card.svg |card.png
parcxl/json (API)
| # Install 'parcxl' in R: |
| install.packages('parcxl', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:bbbff05abb. Checks:4 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 108 | ||
| source / vignettes | OK | 140 | ||
| linux-release-x86_64 | OK | 113 | ||
| wasm-release | OK | 117 |
Exports:export_sheetsremove_formula
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Export an Excel File into Separate Value-Only Sheets | export_sheets |
| Remove Formulas from an Excel File | remove_formula |