Troubleshooting
Excel or VBIDE access fails
Run:
bash
xlflow doctor --jsonEnable Trust access to the VBA project object model in Excel.
Macro target is unclear
Run:
bash
xlflow macros --jsonUse a discovered qualified_name.
Runtime failure is unclear
Run with trace:
bash
xlflow run Main.Run --trace --jsonWorkbook output depends on formatting
Use:
bash
xlflow inspect range --sheet Result --address A1:F20 --include-style --json
xlflow export-image --sheet Result --range A1:F20 --json