What’s new in the latest releaseThis is a major revamp release for Aspose.Cells Cloud SDK for Java. It covers all the [Aspose.Cells Cloud APIs][1]. This SDK provides a complete solution for integrating Microsoft Excel in Java using powerful [Aspose.Cells Cloud APIs][2], so you can perform any operation on Microsoft Excel spreadsheets in the cloud seamlessly. Source Code Repository Complete source code of this release of Aspose.Cells Cloud SDK for Java is freely available on your favorite GitHub repository.

Setup Aspose.Cells Cloud SDK for Java is also available as released artifacts in the [Aspose Maven Repository][3]. You can bypass GitHub source code repository and depend directly on the released artifacts from Aspose Maven Repository by adding the following repository and dependency to development environments like Eclipse or Apache Maven: Aspose Maven Repository

<repositories>
    <repository>
        <id>aspose-maven-repository</id>
        <name>Aspose Maven Repository</name>
        <url>http://repository.aspose.cloud/repo</url>
    </repository>
</repositories> 
```**Maven Dependency**

//Instantiate Aspose Cells Cloud API SDK CellsApi cellsApi = new CellsApi(apiKey, appSID,true);

//set input file name String fileName = “Sample_Test_Book.xlsx”;

//set cloud storage info String storage = null; // default: aspose cloud storage String folder = null; //no nested folder in cloud storage

//upload input file to aspose cloud storage storageApi.PutCreate(fileName, “”, storage, new File(getClass().getResource("/" + fileName).toURI()));

//Now invoke Aspose.Cells Cloud APIs : e.g convert a worksheet to different file formats String sheetName = “Sheet1”; String format = “png”; Integer verticalResolution = null; Integer horizontalResolution = null; ResponseMessage apiResponse = cellsApi.GetWorkSheetWithFormat(fileName, sheetName, format, verticalResolution, horizontalResolution, storage, folder);


*   [Working with Workbook](http://www.aspose.com/docs/display/cellscloud/Working+with+Workbook)
*   [Working with Worksheets](http://www.aspose.com/docs/display/cellscloud/Working+with+Worksheets)
*   [Working with Rows](http://www.aspose.com/docs/display/cellscloud/Working+with+Rows)
*   [Working with Cells](http://www.aspose.com/docs/display/cellscloud/Working+with+Cells)
*   [Working with Cells' Properties](http://www.aspose.com/docs/display/cellscloud/Get+Cells'+Properties)
*   [Working with Images](http://www.aspose.com/docs/display/cellscloud/Working+with+Images)
*   [Working with Charts](http://www.aspose.com/docs/display/cellscloud/Working+with+Charts)
*   [Working with Pivot Tables](http://www.aspose.com/docs/display/cellscloud/Working+with+Pivot+Tables)
*   [Working with Text](http://www.aspose.com/docs/display/cellscloud/Working+with+Text)
*   [Working with OleObjects](http://www.aspose.com/docs/display/cellscloud/Working+with+OleObjects)
*   [Working with Pictures](http://www.aspose.com/docs/display/cellscloud/Working+with+Pictures)
*   [Working with Hyperlink](http://www.aspose.com/docs/display/cellscloud/Working+with+Hyperlink)
*   [Working with Document Properties](http://www.aspose.com/docs/display/cellscloud/Working+with+Document+Properties)

## Start a Free Trial TodayStart a free trial today – all you need is to [sign up][6] with the Aspose Cloud service. Once you have signed up, you are ready to try the powerful file processing features offered by Aspose Cloud.




[1]: http://www.aspose.com/docs/display/cellscloud/Home
[2]: http://www.aspose.com/cloud/excel-api.aspx
[3]: http://maven.aspose.com/repository/repo
[4]: http://www.aspose.com/docs/display/cellscloud/Home
[5]: http://www.aspose.com/docs/display/cellscloud/Developer+Guide
[6]: http://dashboard.aspose.cloud/