Skip to content

Commit 3c4dace

Browse files
committed
CELLSCLOUD-10172 Add Storage parameter into most of the APIs
1 parent e0062b2 commit 3c4dace

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+5071
-2537
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ $isAutoFitRows= 'true';
6262
$isAutoFitColumns= 'true';
6363
$folder = "Temp";
6464

65-
$result = $saveAsAPI->cellsSaveAsPostDocumentSaveAs($name, $saveOptions, $newfilename,$isAutoFitRows, $isAutoFitColumns,$folder);
65+
$result = $saveAsAPI->cellsSaveAsPostDocumentSaveAs($name, $saveOptions, $newfilename,$isAutoFitRows, $isAutoFitColumns, $folder);
6666
```
6767

6868
## Dependencies

docs/Api/CellsApi.md

Lines changed: 157 additions & 79 deletions
Large diffs are not rendered by default.

docs/Api/CellsAutoFilterApi.md

Lines changed: 52 additions & 26 deletions
Large diffs are not rendered by default.

docs/Api/CellsAutoshapesApi.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Method | HTTP request | Description
99

1010

1111
# **cellsAutoshapesGetWorksheetAutoshape**
12-
> \SplFileObject cellsAutoshapesGetWorksheetAutoshape($name, $sheet_name, $autoshape_number, $folder)
12+
> \SplFileObject cellsAutoshapesGetWorksheetAutoshape($name, $sheet_name, $autoshape_number, $folder, $storage)
1313
1414
Get autoshape info.
1515

@@ -27,9 +27,10 @@ $name = "name_example"; // string | Document name.
2727
$sheet_name = "sheet_name_example"; // string | Worksheet name.
2828
$autoshape_number = 56; // int | The autoshape number.
2929
$folder = "folder_example"; // string | The document folder.
30+
$storage = "storage_example"; // string | storage name.
3031

3132
try {
32-
$result = $apiInstance->cellsAutoshapesGetWorksheetAutoshape($name, $sheet_name, $autoshape_number, $folder);
33+
$result = $apiInstance->cellsAutoshapesGetWorksheetAutoshape($name, $sheet_name, $autoshape_number, $folder, $storage);
3334
print_r($result);
3435
} catch (Exception $e) {
3536
echo 'Exception when calling CellsAutoshapesApi->cellsAutoshapesGetWorksheetAutoshape: ', $e->getMessage(), PHP_EOL;
@@ -45,6 +46,7 @@ Name | Type | Description | Notes
4546
**sheet_name** | **string**| Worksheet name. |
4647
**autoshape_number** | **int**| The autoshape number. |
4748
**folder** | **string**| The document folder. | [optional]
49+
**storage** | **string**| storage name. | [optional]
4850

4951
### Return type
5052

@@ -62,7 +64,7 @@ No authorization required
6264
[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)
6365

6466
# **cellsAutoshapesGetWorksheetAutoshapes**
65-
> \Aspose\Cells\Cloud\Model\AutoShapesResponse cellsAutoshapesGetWorksheetAutoshapes($name, $sheet_name, $folder)
67+
> \Aspose\Cells\Cloud\Model\AutoShapesResponse cellsAutoshapesGetWorksheetAutoshapes($name, $sheet_name, $folder, $storage)
6668
6769
Get worksheet autoshapes info.
6870

@@ -79,9 +81,10 @@ $apiInstance = new Aspose\Cells\Cloud\Api\CellsAutoshapesApi(
7981
$name = "name_example"; // string | Document name.
8082
$sheet_name = "sheet_name_example"; // string | The worksheet name.
8183
$folder = "folder_example"; // string | Document's folder.
84+
$storage = "storage_example"; // string | storage name.
8285

8386
try {
84-
$result = $apiInstance->cellsAutoshapesGetWorksheetAutoshapes($name, $sheet_name, $folder);
87+
$result = $apiInstance->cellsAutoshapesGetWorksheetAutoshapes($name, $sheet_name, $folder, $storage);
8588
print_r($result);
8689
} catch (Exception $e) {
8790
echo 'Exception when calling CellsAutoshapesApi->cellsAutoshapesGetWorksheetAutoshapes: ', $e->getMessage(), PHP_EOL;
@@ -96,6 +99,7 @@ Name | Type | Description | Notes
9699
**name** | **string**| Document name. |
97100
**sheet_name** | **string**| The worksheet name. |
98101
**folder** | **string**| Document's folder. | [optional]
102+
**storage** | **string**| storage name. | [optional]
99103

100104
### Return type
101105

docs/Api/CellsChartAreaApi.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Method | HTTP request | Description
1010

1111

1212
# **cellsChartAreaGetChartArea**
13-
> \Aspose\Cells\Cloud\Model\ChartAreaResponse cellsChartAreaGetChartArea($name, $sheet_name, $chart_index, $folder)
13+
> \Aspose\Cells\Cloud\Model\ChartAreaResponse cellsChartAreaGetChartArea($name, $sheet_name, $chart_index, $folder, $storage)
1414
1515
Get chart area info.
1616

@@ -28,9 +28,10 @@ $name = "name_example"; // string | Workbook name.
2828
$sheet_name = "sheet_name_example"; // string | Worksheet name.
2929
$chart_index = 56; // int | The chart index.
3030
$folder = "folder_example"; // string | Workbook folder.
31+
$storage = "storage_example"; // string | storage name.
3132

3233
try {
33-
$result = $apiInstance->cellsChartAreaGetChartArea($name, $sheet_name, $chart_index, $folder);
34+
$result = $apiInstance->cellsChartAreaGetChartArea($name, $sheet_name, $chart_index, $folder, $storage);
3435
print_r($result);
3536
} catch (Exception $e) {
3637
echo 'Exception when calling CellsChartAreaApi->cellsChartAreaGetChartArea: ', $e->getMessage(), PHP_EOL;
@@ -46,6 +47,7 @@ Name | Type | Description | Notes
4647
**sheet_name** | **string**| Worksheet name. |
4748
**chart_index** | **int**| The chart index. |
4849
**folder** | **string**| Workbook folder. | [optional]
50+
**storage** | **string**| storage name. | [optional]
4951

5052
### Return type
5153

@@ -63,7 +65,7 @@ No authorization required
6365
[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)
6466

6567
# **cellsChartAreaGetChartAreaBorder**
66-
> \Aspose\Cells\Cloud\Model\LineResponse cellsChartAreaGetChartAreaBorder($name, $sheet_name, $chart_index, $folder)
68+
> \Aspose\Cells\Cloud\Model\LineResponse cellsChartAreaGetChartAreaBorder($name, $sheet_name, $chart_index, $folder, $storage)
6769
6870
Get chart area border info.
6971

@@ -81,9 +83,10 @@ $name = "name_example"; // string | Workbook name.
8183
$sheet_name = "sheet_name_example"; // string | Worksheet name.
8284
$chart_index = 56; // int | The chart index.
8385
$folder = "folder_example"; // string | Workbook folder.
86+
$storage = "storage_example"; // string | storage name.
8487

8588
try {
86-
$result = $apiInstance->cellsChartAreaGetChartAreaBorder($name, $sheet_name, $chart_index, $folder);
89+
$result = $apiInstance->cellsChartAreaGetChartAreaBorder($name, $sheet_name, $chart_index, $folder, $storage);
8790
print_r($result);
8891
} catch (Exception $e) {
8992
echo 'Exception when calling CellsChartAreaApi->cellsChartAreaGetChartAreaBorder: ', $e->getMessage(), PHP_EOL;
@@ -99,6 +102,7 @@ Name | Type | Description | Notes
99102
**sheet_name** | **string**| Worksheet name. |
100103
**chart_index** | **int**| The chart index. |
101104
**folder** | **string**| Workbook folder. | [optional]
105+
**storage** | **string**| storage name. | [optional]
102106

103107
### Return type
104108

@@ -116,7 +120,7 @@ No authorization required
116120
[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)
117121

118122
# **cellsChartAreaGetChartAreaFillFormat**
119-
> \Aspose\Cells\Cloud\Model\FillFormatResponse cellsChartAreaGetChartAreaFillFormat($name, $sheet_name, $chart_index, $folder)
123+
> \Aspose\Cells\Cloud\Model\FillFormatResponse cellsChartAreaGetChartAreaFillFormat($name, $sheet_name, $chart_index, $folder, $storage)
120124
121125
Get chart area fill format info.
122126

@@ -134,9 +138,10 @@ $name = "name_example"; // string | Workbook name.
134138
$sheet_name = "sheet_name_example"; // string | Worksheet name.
135139
$chart_index = 56; // int | The chart index.
136140
$folder = "folder_example"; // string | Workbook folder.
141+
$storage = "storage_example"; // string | storage name.
137142

138143
try {
139-
$result = $apiInstance->cellsChartAreaGetChartAreaFillFormat($name, $sheet_name, $chart_index, $folder);
144+
$result = $apiInstance->cellsChartAreaGetChartAreaFillFormat($name, $sheet_name, $chart_index, $folder, $storage);
140145
print_r($result);
141146
} catch (Exception $e) {
142147
echo 'Exception when calling CellsChartAreaApi->cellsChartAreaGetChartAreaFillFormat: ', $e->getMessage(), PHP_EOL;
@@ -152,6 +157,7 @@ Name | Type | Description | Notes
152157
**sheet_name** | **string**| Worksheet name. |
153158
**chart_index** | **int**| The chart index. |
154159
**folder** | **string**| Workbook folder. | [optional]
160+
**storage** | **string**| storage name. | [optional]
155161

156162
### Return type
157163

0 commit comments

Comments
 (0)