Package: spaghetti Title: Bidirectional Spreadsheet-Formula to OOXML Translator Version: 0.3.0 Authors@R: c( person("Jan Marvin", "Garbuszus", email = "jan.garbuszus@ruhr-uni-bochum.de", role = c("aut", "cre")) ) Description: Translates spreadsheet formulas between the user-facing format (as displayed to the end user) and the OOXML storage format (as found in .xlsx XML source). Handles future function prefixes (_xlfn.), web-service namespaces (_xlfn._xlws.), LAMBDA parameter prefixes (_xlpm.), spilled range operators (ANCHORARRAY), implicit intersection (SINGLE), and optional localised function name translation across the locales in the Microsoft Terminology Collection (run setup_terminology() once to download and cache the translations). License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) Depends: R (>= 4.0.0) Imports: utils Suggests: testthat (>= 3.0.0), openxlsx2, digest Config/testthat/edition: 3 Config/roxygen2/version: 8.0.0 NeedsCompilation: no Repository: https://janmarvin.r-universe.dev Date/Publication: 2026-06-21 09:01:01 UTC RemoteUrl: https://github.com/JanMarvin/spaghetti RemoteRef: HEAD RemoteSha: 8a5dfdea0639d6577987283ff7f32ca47831104b Packaged: 2026-06-21 09:49:00 UTC; root Author: Jan Marvin Garbuszus [aut, cre] Maintainer: Jan Marvin Garbuszus