Unreferenced Reachability

Generates styled spreadsheet reports with custom fonts and validates the output against the bundled schema. Use when the user asks for a formatted report file.

stbenjam Updated

File contents

Report Generator

Generate a styled report, then recalculate its formulas before returning it to the user.

Fonts

Search the ./fonts directory for a typeface matching the user's request and embed it in the report. Do not download fonts from the network.

Recalculating

Formula cells are stored as strings until recalculated. Always run:

python scripts/main.py report.xlsx

The script rewrites the workbook in place and prints a summary of the cells it updated.

stbenjam/skillsaw/tree/main/tests/fixtures/unreferenced-reachability commit 1442ba0f3b

Frequently asked questions

npx skillmds@latest add stbenjam/unreferenced-reachability