smari / voting

A simulator for voting systems.
27 stars 10 forks source link

Fix issue with uploading votes from xlsx file #94

Closed PeturOA closed 3 years ago

PeturOA commented 3 years ago

Tried updating werkzeug and flask, as well as openpyxl. But that did not solve this, so I added a couple of lines to fix this, although I'm not satisfied with that solution.

See issue: https://github.com/smari/voting/issues/95

smari commented 3 years ago

Looks like it solves the problem, although the XLSX import thing should probably be reviewed properly at some point. Merging this at least for now.