Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Flask-Excel #195

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Mar 22, 2020

  1. 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.
    Clickative committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    46c6a81 View commit details
    Browse the repository at this point in the history