How to implement the Docker Web Service to perform open and save actions in a JavaScript Spreadsheet?
This knowledge base explains how to implement the Docker Web Service to perform open and save actions in a JavaScript Spreadsheet. It can be achieved by specifying the Docker Web Service hosted action link in the "openUrl" and "saveUrl" properties. Please follow the steps below to implement the Docker Web Service.
- Install the Docker Desktop
https://hub.docker.com/editions/community/docker-ce-desktop-windows/
- Install .NET Core SDK version 6.0
https://dotnet.microsoft.com/en-us/download/dotnet/6.0
- Download the Docker service sample
https://www.syncfusion.com/downloads/support/directtrac/general/ze/Spreadsheet-Docker-1710751418
- Steps to start the service:
- Unzip the service sample and place it under any drive (like D:/Service)
- Rename the folder name to Spreadsheet-Docker
- Open the command prompt under (D:/Service/Spreadsheet-Docker)
- Type the following command to build the docker service
docker build -t spreadsheet-docker .
- Type the following command to start the service
docker run -d -p 5000:80 --name ej2service spreadsheet-docker
- Ensure that the service is started in the Docker by opening the Docker Desktop application, it looks like the following.
- Create the Spreadsheet Sample to ensure the Docker Service by providing the openUrl and saveUrl properties.
openUrl: 'http://localhost:5000/api/spreadsheet/open', saveUrl: 'http://localhost:5000/api/spreadsheet/save',
|
Sample Link: https://stackblitz.com/edit/t6ccam-rqohfu?file=index.ts
Output Screenshot:
Documentation:
https://ej2.syncfusion.com/documentation/spreadsheet/open-save/
I hope you enjoyed learning about how to implement the Docker Web Service in JavaScript Spreadsheet.
You can refer to our JavaScript Spreadsheet featuretour page to know about its other groundbreaking feature representations and documentation, and how to quickly get started for configuration specifications. You can also explore our demo to understand how to create and manipulate data.
For current customers, you can check out our components from the License and Downloads page. If you are new to Syncfusion, you can try our 30-day free trial to check out our other controls.
If you have any queries or require clarifications, please let us know in the comments section below. You can also contact us through our support forums, Direct-Trac, or feedback portal. We are always happy to assist you!