Skip to content

A script that can transform data in seatable into docx file

License

Notifications You must be signed in to change notification settings

RashawnXue/seatable2docx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

seatable2docx

This is a script that can transform data in seatable into docx file.

Info

  • Developed with python3.6

Usage

  • Fill the server_url and api_token in mian.py

  • Custom your data in docx in method get_data()

  • Run command

$ pip3 install -r requirements.txt
$ uvicorn main:app --host 0.0.0.0 --port 8000
  • Now you can access your file download with command:
$ curl localhost:8000/download -o file.docx

Tips

  • The logic in script is just a demo, please use it with your actual demand.

About

A script that can transform data in seatable into docx file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages