Process & manipulate Microsoft Excel spreadsheets in the cloud, without MS Office.
10K+
Product Page | Docs | Demos | Swagger UI | Examples | Blog | Search | Free Support | Free Trial
Microsoft Excel: XLS, XLSX, XLSB, XLSM, XLT, XLTX, XLTM
OpenOffice: ODS
SpreadsheetML: XML
Text: CSV, TSV, TXT (TabDelimited)
Web: HTML, MHTML
DIF, PDF, XPS, TIFF, SVG, MD (Markdown)
SXC, FODS
Please visit the How to Run Docker Container for the details.
| Mount path in container | Description |
|---|---|
| C:\fonts | Folder with fonts, which will be used to render documents |
| C:\data | File storage folder |
| Name | Description |
|---|---|
| LicensePublicKey | Public key of the license |
| LicensePrivateKey | Private key of the license |
If "License" parameters are omitted, the app will work in trial mode.
You can simply run the following docker command after pulling the container from Docker Hub.
docker run -e "LicensePublicKey=public_key" -e "LicensePrivateKey=private_key" -v c:/data:c:/data -v C:/Windows/Fonts:C:/Windows/Fonts -p 80:5000 aspose/cells-cloud
You can write the following configurations in your yaml file for Docker-Compose tool:
AsposeCellsCloud:
image: aspose/cells-cloud
ports: ["5000:80"]
volumes: [
"C:/Windows/Fonts:C:/Windows/Fonts",
"c:/data:c:/data",
]
environment:
"LicensePublicKey": "yourKeyHere"
"LicensePrivateKey": "yourKeyHere"
Product Page | Docs | Demos | Swagger UI | Examples | Blog | Search | Free Support | Free Trial
Content type
Image
Digest
sha256:bdff5758c…
Size
2 GB
Last updated
13 days ago
docker pull aspose/cells-cloud:ltsc2022.26.6.0