Skip to content

Commit

Permalink
Release Aspose.Cells Cloud SDK 21.8
Browse files Browse the repository at this point in the history
  • Loading branch information
roywangaspose committed Sep 18, 2021
1 parent ba4fe51 commit e6466dd
Show file tree
Hide file tree
Showing 13 changed files with 1,152 additions and 46 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@ Android Cloud SDK wraps Aspose.Cells Cloud API. The SDK enhances your Android ap
- Fetch the required shape from worksheet.
- Leverage the power of named ranges.

## Feature & Enhancements in Version 21.7
## Feature & Enhancements in Version 21.8

- Fix search API.
- Fix split API.
- Fix update metadata API.
- Improvement for getting list object Api.
- Add import Api.

## Read & Write Spreadsheet Formats

Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = 'com.aspose'
project.version = '21.7'
project.version = '21.8'

buildscript {
repositories {
Expand Down Expand Up @@ -36,8 +36,8 @@ android {
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
dependencies {
compileOnly 'javax.annotation:jsr250-api:1.0'
Expand Down
17 changes: 17 additions & 0 deletions docs/ConvertWorksheetTaskParameter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# ConvertWorksheetTaskParameter


## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
Workbook | FileSource | | [optional]
Sheet | string | | [optional]
Target | FileSource | | [optional]
Format | string | | [optional]
Area | string | | [optional]
PageIndex | integer | | [optional]
VerticalResolution | integer | | [optional]
HorizontalResolution | integer | | [optional]


[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
12 changes: 12 additions & 0 deletions docs/FileInfo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# FileInfo


## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
Filename | string | | [optional]
FileSize | integer | | [optional]
FileContent | string | | [optional]


[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
10 changes: 10 additions & 0 deletions docs/FilesResult.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# FilesResult


## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
Files | List<items_ref> | | [optional]


[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
15 changes: 15 additions & 0 deletions docs/ImportPictureOption.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# ImportPictureOption


## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
UpperLeftRow | integer | Upper Left Row. | [optional]
UpperLeftColumn | integer | Upper Left Column. | [optional]
LowerRightRow | integer | Lower Right Row. | [optional]
LowerRightColumn | integer | Lower Right Column. | [optional]
Filename | string | Filename. | [optional]
Data | string | data : base64 string. | [optional]


[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Loading

0 comments on commit e6466dd

Please sign in to comment.