Hello !
is it possible to save data on Spreadsheet and upload in to server? Also load from Spreadsheet on Server too ?
Thanks
Upload Spreadsheet to web
Re: Upload Spreadsheet to web
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
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