Loading repository data…
Loading repository data…
aspose-cells-cloud / repository
Automate Excel and Spreadsheet Processing in the Cloud with Java. Use the Aspose.Cells Cloud SDK to Create, Edit, and Convert Files (XLSX, ODS, PDF, JSON, HTML, Markdown) via REST API.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Aspose.Cells Cloud SDK for Java empowers developers to programmatically manage Excel files with precision. This comprehensive Java library supports advanced Excel operations like cell data formatting, dynamic formulas, pivot tables, conditional styling, charts, hyperlinks, comments, and data validation. It also enables seamless Excel file conversion (XLSX, CSV, PDF, ODS), document splitting/merging, and file repair. Designed for cloud integration, this API-first solution accelerates spreadsheet automation while ensuring data integrity across platforms like AWS, Azure, and Google Cloud.
Enhance your Java applications with Aspose.Cells Cloud – a powerful, cloud-based SDK that enables seamless integration with Excel, ODS, CSV, Json and other spreadsheet document formats. Leveraging its robust REST API, developers can effortlessly create, read, edit, convert, and manipulate spreadsheet content programmatically—without requiring any local office software.
To get started with Aspose.Cells Cloud for Java, follow these steps:
<repositories>
<repository>
<id>AsposeJavaAPI</id>
<name>Aspose Java API</name>
<url>https://repository.aspose.cloud/repo/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.aspose</groupId>
<artifactId>aspose-cells-cloud</artifactId>
<version>26.6</version>
</dependency>
</dependencies>
CellsApi cellsApi = new CellsApi(CellsApiUtil.GetClientId(),CellsApiUtil.GetClientSecret());
String localPath = "Book1.xlsx";
String format = "csv";
PutConvertWorkbookRequest request = new PutConvertWorkbookRequest();
request.setFormat(format);
request.setLocalPath(localPath);
File response = cellsApi.putConvertWorkbook(request);
| Format | Description | Load | Save |
|---|---|---|---|
| XLS | Excel 95/5.0 - 2003 Workbook. | √ | √ |
| XLSX | Office Open XML SpreadsheetML Workbook or template file, with or without macros. | √ | √ |
| XLSB | Excel Binary Workbook. | √ | √ |
| XLSM | Excel Macro-Enabled Workbook. | √ | √ |
| XLT | Excel 97 - Excel 2003 Template. | √ | √ |
| XLTX | Excel Template. | √ | √ |
| XLTM | Excel Macro-Enabled Template. | √ | √ |
| XLAM | An Excel Macro-Enabled Add-In file that's used to add new functions to Excel. | √ | |
| CSV | CSV (Comma Separated Value) file. | √ | √ |
| TSV | TSV (Tab-separated values) file. | √ | √ |
| TXT | Delimited plain text file. | √ | √ |
| HTML | HTML format. | √ | √ |
| MHTML | MHTML file. | √ | √ |
| ODS | ODS (OpenDocument Spreadsheet). | √ | √ |
| Numbers | The document is created by Apple's "Numbers" application which forms part of Apple's iWork office suite, a set of applications which run on the Mac OS X and iOS operating systems. | √ | |
| JSON | JavaScript Object Notation | √ | √ |
| DIF | Data Interchange Format. | √ | |
| Adobe Portable Document Format. | √ | ||
| XPS | XML Paper Specification Format. | √ | |
| SVG | Scalable Vector Graphics Format. | √ | |
| TIFF | Tagged Image File Format | √ | |
| PNG | Portable Network Graphics Format. | √ | |
| BMP | Bitmap Image Format. | √ | |
| EMF | Enhanced metafile Format | √ | |
| JPEG | JPEG is a type of image format that is saved using the method of lossy compression. | √ | |
| GIF | Graphical Interchange Format | √ | |
| MARKDOWN | Represents a markdown document. | √ | |
| SXC | An XML based format used by OpenOffice and StarOffice | √ | √ |
| FODS | This is an Open Document format stored as flat XML. | √ | √ |
| DOCX | A well-known format for Microsoft Word documents that is a combination of XML and binary files. | √ | |
| PPTX | The PPTX format is based on the Microsoft PowerPoint open XML presentation file format. | √ | |
| OTS | OTS (OpenDocument Spreadsheet). | √ | √ |
| XML | XML file. | √ | √ |
| HTM | HTM file. | √ | √ |
| TIF | Tagged Image File Format | √ | |
| WMF | WMF Image Format | √ | |
| PCL | Printer Command Language Format | √ | |
| AZW3 | AZ3/KF8 File Format | √ | |
| EPUB | EPUB File Format | √ | |
| DBF | DBF File Format | √ | |
| EPUB | database file | √ | |
| XHTML | XHTML File Format | √ |
graph TB
subgraph "Client Layer"
C1[Web Application]
C2[Mobile Application]
C3[Desktop Application]
end
subgraph "API Gateway Layer"
G1[Gateway Service]
G2[Authentication Services]
G3[Load Balancing]
end
subgraph "Cloud Microservices layer"
S1[User Application]
S2[Product Services]
end
C1 & C2 & C3 --> G1
G1 --> S1 & S2
style C1 fill:#e1f5fe
style G1 fill:#f3e5f5
style S1 fill:#e8f5e8
Full list of issues covering all changes in this release:
| Summary | Category |
|---|---|
| New Web API: Enable AI-Powered Data Analysis. | New Feature |
| Add Auto-fit function to the format conversion feature. | Improvement |
| AI development API summary | New Feature |
| Fix the bug about Object reference not set to an instance of an object. | Bug |
The Aspose.Cells Cloud SDK is available in multiple popular programming languages, enabling developers to integrate spreadsheet processing capabilities across various development environments.