Skip to content

rendlio diagnose

Analyse a workbook and report what a conversion would do — never writes documents, never exposes cell contents.

rendlio diagnose <input> [options]
ArgumentValueRequiredMeaning
<input>FILEyesPath to a .xlsx / .xlsm file, or - for stdin.
OptionValueDefaultEnv varMilestoneMeaning
--reportPATH|-M1Writes the compatibility report JSON (- = stderr summary only). Without it, diagnose prints the human summary and writes no file.
--cultureBCP-47en-USRENDLIO_CULTUREM1Locale for separators and month names when a number format lacks an explicit [$-LCID].

Print the human summary; write nothing.

Terminal window
rendlio diagnose book.xlsx

Diagnose-mode reports additionally record rendered entries, so you see everything detected, not only the deviations. They are safe to share — static text plus counts and locations, never cell contents.

Terminal window
rendlio diagnose book.xlsx --report diagnose.json

View as Markdown