Enhance your Java applications with the Aspose.Cells Cloud , enabling seamless integration with Excel, ODS, CSV, Json and other spreadsheet document formats. With its powerful APIs, developers can effortlessly read, convert, create, edit, and manipulate the contents of Excel documents without the need for any office software installed on the machine
- File Manipulation: Users can upload, download, delete, and manage Excel files stored in the cloud.
- Formatting: Supports formatting of cells, fonts, colors, and alignment modes in Excel files to cater to users' specific requirements.
- Data Processing: Powerful functions for data processing including reading, writing, modifying cell data, performing formula calculations, and formatting data.
- Formula Calculation: Built-in formula engine handles complex formula calculations in Excel and returns accurate results.
- Chart Manipulation: Users can create, edit, and delete charts from Excel files for data analysis and visualization needs.
- Table Processing: Offers robust processing capabilities for various form operations such as creation, editing, formatting, and conversion, meeting diverse form processing needs.
- Data Verification: Includes data verification function to set cell data type, range, uniqueness, ensuring data accuracy and integrity.
- Batch Processing: Supports batch processing of multiple Excel documents, such as batch format conversion, data extraction, and style application..
- Import/Export: Facilitates importing data from various sources into spreadsheets and exporting spreadsheet data to other formats.
- Security Management: Offers a range of security features like data encryption, access control, and permission management to safeguard the security and integrity of spreadsheet data.
Full list of issues covering all changes in this release:
- Add the new feature about removing characters on TextProcessingController.
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. | √ | √ |
TabDelimited | Tab-delimited text file, same with TSV file. | √ | √ |
TXT | Delimited plain text file. | √ | √ |
HTML | HTML format. | √ | √ |
MHTML | MHTML file. | √ | √ |
ODS | ODS (OpenDocument Spreadsheet). | √ | √ |
SpreadsheetML | Excel 2003 XML file. | √ | √ |
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. | √ |
To get started with Aspose.Cells Cloud for Java, follow these steps:
- Create an account at Aspose for Cloud and obtain your application information.
- Add the following dependency to your project's POM:
<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>23.11.0</version>
</dependency>
</dependencies>
CellsApi cellsApi = new CellsApi(CellsApiUtil.GetClientId(),CellsApiUtil.GetClientSecret());
String localName = "cloud.png";
String remoteName = "cloud.png";
String format = "csv";
PutConvertWorkbookRequest request = new PutConvertWorkbookRequest();
request.setFormat(format);
HashMap<String,File> fileMap = new HashMap<String,File>();
fileMap.put(localName ,CellsApiUtil.GetFileHolder(localName) );
request.setFile(fileMap);
File response = cellsApi.putConvertWorkbook(request);
.NET | PHP | Python | Ruby | Node.js | Android | Swift | Perl | GO |
---|---|---|---|---|---|---|---|---|
GitHub | GitHub | GitHub | GitHub | GitHub | GitHub | GitHub | GitHub | GitHub |
NuGet | Composer | PIP | GEM | NPM | Maven | POD | CPAN | GO |
Product Page | Documentation | Live Demo | API Reference | Code Samples | Blog | Free Support | Free Trial
- Add word case function for TextProcessingController.
- Support to export Worksheet to HTML with cell address or id.
- Add the text trim feature on Cells Cloud Services.
- Add a new feature about adding text content.
- Add get access token by client id and client secret.
- Optimize the data conversion applied steps.
- Optimize load data function of data transformation.
- Add merge queries method for loading data of data transformation.
- Optimize chart data model.
- Update obtaining access token address.
- Support data transformation function for Aspose.Cells Cloud Services.
- Support data deduplication.
- Support data filling.
- Support to delete incomplete rows.
- Support data cleansing.
- Support data deduplication.
- Fixed spelling mistakes for several functions.
- Add the PostFitTallToPages method for page setup controller.
- Add the PostFitWideToPages method for page setup controller.
- Optimize save options about paginated.
- Conversion APIs add region parameter.
- Protection APIs add region parameter.
- Assemble data API adds region parameter.
- Merge files API adds region parameter.
- Split files API adds region parameter.
- Import data API adds region parameter.
- Watermark API adds region parameter.
- Clear object API adds region parameter.
- Reverse data API adds region parameter.
- Rotate data API adds region parameter.
- Optimize import xml data into Excel file.
- Optimize import json data into Excel file.
- Remove deprecated functions, class and test case.
- Fix protect workbook request.
- Fix range copy API.
- Optimize workbook protect API.
- Support to data sorting on range controller.
- Support to remove duplicate data on list object.
- Support to insert slicer for list object.
- Optimize list object and related objects.
- Support to lock API.
- Optimize protect API.
- Support to repair API.
- Remove GetExtractBarcodes API.
- Support to batch lock multi-files.
- Support to batch unlock multi-files.
- Support to protect lock multi-files.
- Support to split lock multi-files.
- Fix put document property api.
- Fix few method names for spelling error.
-Add import xml data api. -Add export xml data api.
- Adopt the new model.
- Support chart axis operations.
- Add api for converting workbook to json.
- Add api for converting workbook to sql.
- Add api for converting workbook to csv.
- Add api for converting workbook to pptx.
- Add api for converting workbook to html.
- Add api for converting workbook to markdown.
- Add api for converting workbook to png.
- Add api for converting workbook to pdf.
- Add api for converting workbook to docx
- Support transposing Excel Rows to Columns.
- Add 4 kinds of Save Option.
- Add the checkExcelRestriction parameter for multiple APIs.
- Add a new API for getting barcode description.
- Export API adds extended query parameters.
- Convert API adds extended query parameters.
- SaveAs API adds extended query parameters.
- Get Workbook API adds extended query parameters.
-Add new API about adding digital signature for cloud file.
- Update return value for the DeleteUnprotectWorksheet API on Aspose.Cells Cloud.
- Update return value for the PutProtectWorksheet API on Aspose.Cells Cloud.
- Update return value for the PostSetCellHtmlString API on Aspose.Cells Cloud.
- Update return value for the PostUpdateWorksheetProperty API on Aspose.Cells Cloud.
- SaveAs API add the parameter of target storage name.
- Workbok merged API add the parameter of merged file storage name.
- Workbok split API add the parameter of target storage name
- Workbok smart marker API add the parameter of output storage name.
- Batch convert API add the parameters of intput and output storage name.
- Remove AutoshapesController from Aspose.Cells Cloud.
- Rename LiteCellsApi to LightCellsApi.
- Improvement for conversion API.
- Improvement for batch data import to support to set cell formula.
- Improvement for setting row height and column wight to support to set multi-rows and multi-columns.
- Support to set cell formula in batch data import.
- Add a new API for updating the list column.
- Add a new API for reversing columns and rows.
- Add new APIs for grouping and ungrouping shapes.
- Add new API for workbook get page count on Aspose.Cells Cloud.
- Add new API for worksheet get page count on Aspose.Cells Cloud.
- Add new API for compress excel file on Aspose.Cells Cloud.
- Add new feature for replace API.
- Add new API for support delete multiple worksheets in a single call.
- Add new API for supports batch convert excel files.
- Correct the return type of the following REST APIs.
- Improvement for getting list object Api.
- Add import Api.
- Fix search API.
- Fix split API.
- Improvement document properties.
- Update the return value of put/post/delete.
- Improvement export API.
- Improve split API.
- Improve merge API.
- Improve unlock API.
- Improve protected API.
- Improve watermark API.
- Support autofit columns for workbook and worksheet.
- Improve add and post row/column APIs.
- Improve Task APIs.
- Support to convert worksheet on task API
- Support to add and delete cell or range in worksheet.
- Support Aspose.Cells Cloud for Docker.
- Support to upload large file.
- Support sparkline groups.
- Add API about updating pivot field.
- Aspose.Cells Cloud API calls are not working with explicit storage name but only default storage.
- Get output file size without downloading during conversion.
- Enhancement for CellsShapesPutWorksheetShape API.