Converts a CDISC Analysis Results Standard (ARS) metadata workbook (`.xlsx`) into an ARS ReportingEvent JSON file. This is an R-native reimplementation of CDISC's Python `excel2ars.py` utility and performs a faithful whole-workbook conversion: every ARS worksheet is mapped, not only the sheets that [readARS()] itself consumes.
Details
`readARS()` ingests ARS JSON. Use `ars_xlsx_to_json()` first to convert an Excel workbook, then pass the resulting `.json` file to `readARS()`.
The converter maps the full ARS object model: `about`, `studyInfo`, the main and other lists of contents, reference documents, terminology extensions, analysis output categorizations, analysis sets, analysis groupings, data subsets, methods (with operations and code templates), analyses, global display sections and outputs (with displays).
Note that the ARS spec evolves; this converter targets the worksheet layout emitted by TFL Designer and the CDISC ARS template and may need updating for future ARS versions.
