[![Aspose Cells for Cloud][1]. Aspose.Cells Cloud is a platform independent REST API that allows developers to process their Excel files on Cloud. This release comes up with some new feature and enhancements. Please check [Aspose.Cells Cloud 17.11 Release Notes][2] for more infrmation.
Convert Excel File to HTML in Cloud
When Excel file is converted to HTML, it does not generate just a single file. Instead, the conversion generates many related files like multiple HTML files, CSS files, JavaScript files etc. In this release, we zip all of these related files together and send back to user a single zip file which he can download and unzip at his end. Please see the following article for more help.
Copy Range in a Worksheet with Paste Options
You can copy range in a worksheet with different paste options. Please see the following URI and JSON that can be used for this purpose.
https://api.aspose.cloud/v3.0/cells/sampleRangeCopyTo.xlsx/worksheets/Sheet1/ranges
{
"Operate": "copyto",
"Source": {
"ColumnCount": 5,
"ColumnWidth": 8.43,
"FirstColumn": 1,
"FirstRow": 0,
"RowCount": 7,
"RowHeight": 15,
},
"Target": {
"ColumnCount": 5,
"ColumnWidth": 8.43,
"FirstColumn": 10,
"FirstRow": 20,
"RowCount": 7,
"RowHeight": 15,
}
,
"PasteOptions": {
"OnlyVisibleCells": true,
"PasteType": "All",
"SkipBlanks": true,
"Transpose": false
}
}
Change Heights of Rows and Widths of Columns inside the Range
You can change the heights of rows and widths of the columns inside the range with the following URIs.
~/{file-name}/worksheets/{sheetname}/ranges/rowHeight
~/{file-name}/worksheets/{sheetname}/ranges/columnWidth
Import CSV Data into Worksheet with Custom Parser
You can import CSV data into worksheet with custom parser. Custom Parser defines which column is to be formatted with custom format. Please see the following JSON that contains the CustomParsers object inside it.
{
"SeparatorString":",",
"ConvertNumericData":true,
"FirstRow":1,
"FirstColumn":2,
"SourceFile":"TestImportDataCSV.csv",
"CustomParsers":[
{
"ColumnIndex":6,
"ParseMethod":"ToString",
"CustomStyle":"0%"
}
],
"DestinationWorksheet":"Sheet1",
"IsInsert":true,
"ImportDataType":"CSVData",
"Source":null
}
Aspose.Cells Cloud Resources
Following are the links to some useful resources you may need to accomplish your tasks.
- Aspose.Cells Cloud
- Aspose.Cells Cloud Online Documentation
- Aspose Cloud UI Help Topics
- Aspose.Cells Forum
- Live Examples
- Aspose.Cells Cloud SDKs
- Aspose Cloud Plugins
- Work with Aspose Cloud Storage using [Web GUI][3] or Aspose Cloud Service
- Work with Third Party Storages
- Work with API Usage and Logs using [Web GUI][4] or Aspose Cloud Service
Start a Free Trial Today
Start a free trial today – all you need is to [sign up][5] 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]: https://blog.aspose.com/wp-content/uploads/sites/2/2016/08/aspose-Cells-for-Cloud_100.png “Aspose.Cells Cloud”)](https://www.aspose.com/products/cells/cloud)We are pleased to announce the release of [Aspose.Cells Cloud 17.9](https://downloads.aspose.com/cells/cloud/new-releases/aspose.cells-for-cloud-17.9/ [2]: https://docs.aspose.cloud/display/cellscloud/Aspose.Cells+for+Cloud+17.11+Release+Notes [3]: https://docs.aspose.com/display/totalcloud/Working+with+Files+and+Folders+in+the+Cloud+Storage [4]: https://docs.aspose.com/display/totalcloud/Working+with+API+Usage+Logs [5]: https://dashboard.aspose.cloud/