I am currently developing a content managing system hosted on Heroku, and it is written with Python(Flask), HTML and some Java script. User will do following.
1) User will open the excel file(on server) from the link, and paste excel table from somewhere else. 2) Save that excel file 3) Click html button and it will create new excel file and save it on server.
I've made everything work on local server accessing excel file on desktop , but now I want to put this on server.
Below is a part of the CMS.
When the user click one of the link, it should open an excel file on server.
Q ) I want user to open an excel file from that link, and once they modify and save that excel file should be saved into server.
As far as I know it is impossible to save that excel file on server in that way. In that case, what would be the best solution to enable this?
Thanks in advance.
Aucun commentaire:
Enregistrer un commentaire