Aspose.Cells Cloud

Aspose.Cells Cloud is a REST API that helps you create, manipulate and convert spreadsheets in the cloud. It allows you to work with all aspects of spreadsheets: worksheets, rows, columns, cells, text, data, images, links, comments, formulas, charts, and many more. Use Aspose.Cells Cloud to create spreadsheets from scratch, manipulate spreadsheets, and convert spreadsheets to other formats. Render a spreadsheet to image formats such as JPEG, PNG, SVG, GIF and TIFF, or render charts and other objects to images. Aspose.Cells Cloud allows you to convert a spreadsheet to different formats like PDF, XPS, TIFF and others. Use it to work with individual cells in a spreadsheet, or to add comments, hyperlinks and pictures to cells, or to apply validation rules. Aspose.Cells Cloud also makes working with rows, columns and cells easy. Read More

Adding Aspose.Cells Cloud to your project

• Cocoapods

CocoaPods is the recommended way to add AsposeCellsCloud to your project.

  1. Add a pod entry for AsposeCellsCloud to your Podfile
    pod 'AsposeCellsCloud'
    
  1. Install the pod(s) by running
    pod install
    
  1. Include AsposeCellsCloud wherever you need it with
    #import "ASPCellsApi.h"
    

• Source files

Alternatively you can directly add source files to your project.

  1. Download the latest code version.
  2. Open your project in Xcode, then drag and drop cells folder onto your project (use the “Product Navigator view”). Make sure to select Copy items when asked if you extracted the code archive outside of your project.
  3. Include AsposeCellsCloud wherever you need it with
    #import "ASPCellsApi.h"
    

Usage

An example is given below to give you an idea of how to call APIs of this SDK.

/*Read spreadsheet document properties*/

#import "ASPApiClient.h"
#import "ASPCellsApi.h"

//Get App key and App SID from https://cloud.aspose.com
[ASPApiClient setAppKey:@"" andAppSID:@""];

ASPCellsApi *cellsApi = [[ASPCellsApi alloc] init];
[self.cellsApi getDocumentPropertiesWithCompletionBlock:@"myWorkBook.xlsx" 
               storage:nil 
               folder:nil 
               completionHandler:^(ASPCellsDocumentPropertiesResponse *output, NSError *error) {
                   XCTAssertEqualObjects(output.status, @"OK");
                   //Do something with ASPCellsDocumentPropertiesResponse object.
}];

Aspose.Cells Cloud SDK Examples

Programmer’s Guide, a complete manual on programming with Aspose.Cells Cloud APIs. It holds the wealth of features with sample codes and capabilities.

Unit Tests

To help you get started we also provided unit test coverage to Aspose.Cells APIs.

Start a Free Trial Today

Start a free trial today – all you need is to sign up with Aspose Cloud service. Once you have signed up, you are ready to try powerful file processing features offered by Aspose Cloud.