issues Search Results · repo:pyexcel-webwares/Flask-Excel language:Python
Filter by
51 results
(72 ms)51 results
inpyexcel-webwares/Flask-Excel (press backspace or delete to remove)Flask-Excel doesn t support sqlalchemy s Enum type.
Example:
import enum
class Animal(enum.Enum):
dog = Dog
cat = Cat
rabbit = Rabbit
class Child(db.Model):
name = db.Column(db.String(100)) ...
ikreb7
- Opened on Dec 15, 2021
- #60
Flask 1.1.2 Flask-Excel 0.0.7
when running the quick start sample from http://flask.pyexcel.org/en/latest/, it raised error:
- http://localhost:5000/download AttributeError: module flask_excel has ...
forestlzj
- Opened on Oct 4, 2021
- #59
Is there anyway that the function make_response_from_records does not sort the keys in each of the records
Tingweiftw
- Opened on Feb 18, 2021
- #58
Hi! Is there a way to pass the delimiter to write a csv file. I German, for example, the common delimiter for a csv is
the semicolon
thanks in advance
nestguti
- 1
- Opened on Jan 13, 2021
- #57
Does this package support exporting HTML tables (jinja template) to excel? It would be a nice feature to have. Sometimes
we might just want to design the table layout and it is easy to design in HTML. ...
ghost
- 1
- Opened on Jan 8, 2021
- #55
Hi,
Is there any option to overwrite/update the whole row in the table when the record with the same value eg. in field name
already exists? For example, I d like to modify this snippet from the documentation: ...
orzelpolska
- 1
- Opened on Oct 27, 2020
- #54
I was wondering what the best way is for creating a multiple sheet Excel book. I have data that is being generated live
(nothing from SQL).
My idea was to create a pyexcel_instance, use make_response() ...
varunsampat30
- 1
- Opened on Sep 17, 2020
- #53
When using the .xls or .xlsx format, the sheet generated has a default name of pyexcel_sheet1 . Is there any way this
can be changed?
varunsampat30
- 2
- Opened on Sep 14, 2020
- #52
I m filing this issue to see if others have successfully used this package with uWSGI as I ran into some issues using
this package with uWSGI. Specifically, excel.make_response_from_array(....) would return ...
Jrokisky
- 8
- Opened on Aug 3, 2020
- #51

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.