Full Stack Excel (FSE) provides a scalable, enterprise-ready web development solution to anyone looking to build a website using Microsoft Excel.
FSE currently supports:
#blueprints sheet that treats external Excel files as Flask blueprints. You can now use as many Excel files as you'd like!#templates sheet.#routes worksheet of any base app file or blueprint file. That' a lot of routes!FSE requires Python 3.6+. Although FSE is built in Python, your website won't need to be. Everything you do to define your website's behavior can be done in Excel alone.
https://twitter.com/ryxcommar/status/1288620264725663744?s=20
git clone https://github.com/ryxcommar/fullstackexcel.git
cd fullstackexcel
pip install -e .
fse create-demo
fse run-excel --env development demo_website.xlsx
Powered by Flask.
Note: this library is currently in alpha. The API is subject to breakage until this message is removed.
23 commits
Python
100.0%
Full Stack Excel (FSE) provides a scalable, enterprise-ready web development solution to anyone looking to build a website using Microsoft Excel.
FSE currently supports:
#blueprints sheet that treats external Excel files as Flask blueprints. You can now use as many Excel files as you'd like!#templates sheet.#routes worksheet of any base app file or blueprint file. That' a lot of routes!FSE requires Python 3.6+. Although FSE is built in Python, your website won't need to be. Everything you do to define your website's behavior can be done in Excel alone.
https://twitter.com/ryxcommar/status/1288620264725663744?s=20
git clone https://github.com/ryxcommar/fullstackexcel.git
cd fullstackexcel
pip install -e .
fse create-demo
fse run-excel --env development demo_website.xlsx
Powered by Flask.
Note: this library is currently in alpha. The API is subject to breakage until this message is removed.
23 commits
Python
100.0%