-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release Aspose.Cells Cloud SDK 24.2.1
- Loading branch information
1 parent
e51f7c4
commit 9ce98f9
Showing
75 changed files
with
3,201 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# AsposeCellsCloud::Object::AnalyzeExcelRequest | ||
|
||
## Load the model package | ||
```perl | ||
use AsposeCellsCloud::Object::AnalyzeExcelRequest; | ||
``` | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**Files** | **ARRAY[FileInfo]** | | | ||
**NeedThumbnail** | **boolean** | | | ||
**BuildSuggestoinSheet** | **boolean** | | | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# AsposeCellsCloud::Object::AnalyzeExcelResponse | ||
|
||
## Load the model package | ||
```perl | ||
use AsposeCellsCloud::Object::AnalyzeExcelResponse; | ||
``` | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**Suggestions** | **ARRAY[AnalyzeSuggestion]** | | | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# AsposeCellsCloud::Object::AnalyzeSuggestion | ||
|
||
## Load the model package | ||
```perl | ||
use AsposeCellsCloud::Object::AnalyzeSuggestion; | ||
``` | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**Name** | **string** | | | ||
**Filename** | **string** | Excel file name. | | ||
**SheetName** | **string** | The worksheet where the data is aAnalyzed. | | ||
**DateSourceType** | **string** | The type of data being analyzed. | | ||
**SuggestedOutputType** | **string** | Based on the results of the data analysis, suggestions for creating new data types are given. | | ||
**Description** | **string** | Based on the results of the data analysis, a business description of the new data object is created. | | ||
**DataSouceThumbnail** | **string** | | | ||
**Thumbnail** | **string** | | | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# AsposeCellsCloud::Object::AnalyzedColumnDescription | ||
|
||
## Load the model package | ||
```perl | ||
use AsposeCellsCloud::Object::AnalyzedColumnDescription; | ||
``` | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**Index** | **int** | Column index. | | ||
**ColumnIndex** | **int** | The true position index value of the column. | | ||
**Title** | **string** | | | ||
**RepetitionRate** | **double** | When the repetition rate is high, can it be viewed as a group display? | | ||
**ColumnDataDataType** | **string** | The column type is identified, and the attributes of the column are determined after data analysis. | | ||
**NumberCategoryType** | **string** | | | ||
**TextCategoryType** | **string** | | | ||
**StyleNumber** | **int** | | | ||
**columnDataExceptionDescription** | **string** | Column data exception description. | | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# AsposeCellsCloud::Object::AnalyzedResult | ||
|
||
## Load the model package | ||
```perl | ||
use AsposeCellsCloud::Object::AnalyzedResult; | ||
``` | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**Filename** | **string** | | | ||
**Description** | **string** | | | ||
**BasicStatistics** | **ExcelDataStatistics** | | | ||
**Results** | **ARRAY[AnalyzedTableDescription]** | | | ||
**SuggestedFile** | **string** | base64String Excel file | | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# AsposeCellsCloud::Object::AnalyzedTableDescription | ||
|
||
## Load the model package | ||
```perl | ||
use AsposeCellsCloud::Object::AnalyzedTableDescription; | ||
``` | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**Name** | **string** | | | ||
**SheetName** | **string** | | | ||
**Columns** | **ARRAY[AnalyzedColumnDescription]** | | | ||
**DateColumns** | **ARRAY[int?]** | | | ||
**NumberColumns** | **ARRAY[int?]** | | | ||
**TextColumns** | **ARRAY[int?]** | | | ||
**ExceptionColumns** | **ARRAY[int?]** | | | ||
**HasTableHeaderRow** | **boolean** | | | ||
**HasTableTotalRow** | **boolean** | | | ||
**StartDataColumnIndex** | **int** | | | ||
**EndDataColumnIndex** | **int** | | | ||
**StartDataRowIndex** | **int** | | | ||
**EndDataRowIndex** | **int** | | | ||
**Thumbnail** | **string** | Base64String | | ||
**DiscoverCharts** | **ARRAY[DiscoverChart]** | | | ||
**DiscoverPivotTables** | **ARRAY[DiscoverPivotTable]** | | | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# AsposeCellsCloud::Object::DiscoverChart | ||
|
||
## Load the model package | ||
```perl | ||
use AsposeCellsCloud::Object::DiscoverChart; | ||
``` | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**Name** | **string** | | | ||
**SheetName** | **string** | | | ||
**Title** | **string** | | | ||
**Type** | **string** | | | ||
**DataRange** | **string** | | | ||
**Thumbnail** | **string** | Base64String | | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# AsposeCellsCloud::Object::DiscoverPivotTable | ||
|
||
## Load the model package | ||
```perl | ||
use AsposeCellsCloud::Object::DiscoverPivotTable; | ||
``` | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**Name** | **string** | | | ||
**Title** | **string** | | | ||
**DataRange** | **string** | | | ||
**PivotFieldRows** | **ARRAY[int?]** | Represents row fields in a PivotTable report. | | ||
**PivotFieldColumns** | **ARRAY[int?]** | Represents column fields in a PivotTable report. | | ||
**PivotFieldData** | **ARRAY[int?]** | Represents data fields in a PivotTable report. | | ||
**Thumbnail** | **string** | Base64String | | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# AsposeCellsCloud::Object::ExcelDataStatistics | ||
|
||
## Load the model package | ||
```perl | ||
use AsposeCellsCloud::Object::ExcelDataStatistics; | ||
``` | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**WorksheetDataStatistics** | **ARRAY[WorksheetDataStatistics]** | | | ||
**NamesCount** | **int** | | | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# AsposeCellsCloud::Request::PostAnalyzeExcel | ||
|
||
## Load the model package | ||
```perl | ||
use AsposeCellsCloud::Request::PostAnalyzeExcel; | ||
``` | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**analyze_excel_request** | **AnalyzeExcelRequest** | Excel files and analysis output requirements | | ||
|
||
[[Back to Model list]](../README.md#documentation-for-requests) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.