aspose/cells-cloud

By aspose

Updated 13 days ago

Process & manipulate Microsoft Excel spreadsheets in the cloud, without MS Office.

Image
0

10K+

aspose/cells-cloud repository overview

Nuget Nuget GitHub

Product Page | Docs | Demos | Swagger UI | Examples | Blog | Search | Free Support | Free Trial

Cloud Spreadsheet Processing Features

  • Add, update, or delete charts, worksheet pictures, shapes, hyperlinks & validations.
  • Add or remove cells area for conditional formatting or OleObjects from Excel worksheets.
  • Insert or delete, horizontal or vertical page breaks
  • Add ListObject at a specific place within an Excel file & convert them to a range of cells.
  • Delete specific or all ListObjects in a worksheet or summarize its data with a pivot table.
  • Apply custom criteria to list filters of various types.
  • Get, update, show, or hide chart legend & titles.
  • Manipulate page setup, header & footer.
  • Create, update, fetch, or delete document properties.
  • Fetch the required shape from the worksheet.
  • Load & Process Excel Spreadsheets via Cloud SDK.
  • Cloud SDK to Read & Process Excel Worksheets.
  • Leverage the Power of Pivot Tables & Ranges.

Read & Write Spreadsheet Formats

Microsoft Excel: XLS, XLSX, XLSB, XLSM, XLT, XLTX, XLTM
OpenOffice: ODS
SpreadsheetML: XML
Text: CSV, TSV, TXT (TabDelimited)
Web: HTML, MHTML

Save Spreadsheet As

DIF, PDF, XPS, TIFF, SVG, MD (Markdown)

Read Spreadsheet Formats

SXC, FODS

Get Started with Aspose.Cells Cloud

Please visit the How to Run Docker Container for the details.

API Documentation

Required volumes
Mount path in containerDescription
C:\fontsFolder with fonts, which will be used to render documents
C:\dataFile storage folder
Parameters
NameDescription
LicensePublicKeyPublic key of the license
LicensePrivateKeyPrivate key of the license

If "License" parameters are omitted, the app will work in trial mode.

Run a Docker container using the command line

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
Configurations for Docker-Compose Tool

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

Tag summary

Content type

Image

Digest

sha256:bdff5758c

Size

2 GB

Last updated

13 days ago

docker pull aspose/cells-cloud:ltsc2022.26.6.0