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.