Just a prove of concept to run and modify Excel files programmatically.
Some simple commands to edit the file and run a simple macro.
python run-excel.py __PROJECT_PATH__/dummy.xlsm
Webserver to trigger the process by calling endpoints.
-
Start:
uvicorn run-excel-server:app --reload
-
URL:
http://localhost:3000