Skip to content

marcenko/excel-python-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple example to handle Excel files with python

Just a prove of concept to run and modify Excel files programmatically.

run-excel.py

Some simple commands to edit the file and run a simple macro.

python run-excel.py __PROJECT_PATH__/dummy.xlsm

run-excel-server.py

Webserver to trigger the process by calling endpoints.

  • Start: uvicorn run-excel-server:app --reload

  • URL: http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages