From 46c6a81ce591854c85158f79cd1dcda223dd8556 Mon Sep 17 00:00:00 2001 From: Rishi Raj Kataria <35162301+Clickative@users.noreply.github.com> Date: Sun, 22 Mar 2020 21:31:11 +0530 Subject: [PATCH] Add Flask-Excel Flask-Excel is based on pyexcel and makes it easy to consume/produce information stored in excel files over HTTP protocol as well as on file system. This library can turn the excel data into a list of lists, a list of records(dictionaries), dictionaries of lists. And vice versa. Hence it lets you focus on data in Flask based web development, instead of file formats. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3930ec4..27800f6 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ - [Flask-MongoEngine](https://github.com/MongoEngine/flask-mongoengine) - MongoEngine flask extension with WTF model forms support - [Flask-SQLAlchemy](https://github.com/mitsuhiko/flask-sqlalchemy) - Adds SQLAlchemy support to Flask +- [Flask-Excel](https://github.com/pyexcel-webwares/Flask-Excel) - A flask extension using pyexcel to read, manipulate and write data in different excel formats: csv, ods, xls, xlsx and xlsm. ## Database Migrations