Hello guys, so I'm watching the Flask Tutorial series and the reason I started watching it was because I wanted to port my desktop app to a web server so it would be easier to everyone to use.
Basically I have a script that take some inputs and outputs an excel file.
What I wish to do is, to have a webpage with forms (inputs) and with those output an excel file to the user (automatically download).
I have no clue on how to do it. Can anyone help me?
Thank you!
You must be logged in to post. Please login or register an account.
The best suggestion I have for you is to embark on the Flask tutorial series posted here, as you are.
You could try to piece it together, but itd probably be just as much of a challenge and chances are you will want to gradually improve your website in time.
In the end, you'll just use inputs like we do for logging in, run a function based on inputs and sendfile to return the result.
-Harrison 9 years ago
You must be logged in to post. Please login or register an account.