Page 1 of 1

Upload Spreadsheet to web

Posted: Fri Feb 21, 2020 6:56 am
by sulokutty
Hello !

is it possible to save data on Spreadsheet and upload in to server? Also load from Spreadsheet on Server too ?

Thanks

Re: Upload Spreadsheet to web

Posted: Fri Feb 21, 2020 5:19 pm
by Joel
Hi there,

It's not possible to load spreadsheets with Easy Save 2, but this is possible with Easy Save 3, which is the latest version. Easy Save 2 is only included for backwards compatibility and shouldn't be used for new projects.

With Easy Save 3 you can save and load from CSV spreadsheets using the ES3Spreadsheet API:
https://docs.moodkie.com/easy-save-3/es ... and-excel/

You can then use the ES3Cloud API to upload and download these CSV files from a MySQL database on your server:
https://docs.moodkie.com/easy-save-3/es ... -es3cloud/

All the best,
Joel