Skip to content

Commit 8ef4120

Browse files
committed
Aspose.Cells Cloud SDK 19.9 - September 2019
We are pleased to announce the release of Aspose.Cells Cloud SDK 19.9 with the following improvements. 1. Enhancement for constructor. 2. Enhancement for CellsApi class integrate multiple controllers the APIs. 3. Support to storage APIs.
1 parent c35c0ad commit 8ef4120

File tree

330 files changed

+46664
-41348
lines changed

Some content is hidden

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

330 files changed

+46664
-41348
lines changed

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2018 Aspose Pty Ltd
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 87 additions & 532 deletions
Large diffs are not rendered by default.

asposecellscloud/__init__.py

Lines changed: 26 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
11
# coding: utf-8
22

33
"""
4-
Web API Swagger specification
4+
Copyright (c) 2019 Aspose.Cells Cloud
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
511
6-
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
714
8-
OpenAPI spec version: 1.0
9-
10-
Generated by: https://github.com/swagger-api/swagger-codegen.git
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1121
"""
1222

1323

@@ -22,6 +32,7 @@
2232
from .models.calculation_options import CalculationOptions
2333
from .models.cell_area import CellArea
2434
from .models.cell_value import CellValue
35+
from .models.cells_cloud_response import CellsCloudResponse
2536
from .models.cells_color import CellsColor
2637
from .models.color import Color
2738
from .models.color_filter import ColorFilter
@@ -36,8 +47,14 @@
3647
from .models.data_bar import DataBar
3748
from .models.data_bar_border import DataBarBorder
3849
from .models.data_sorter import DataSorter
50+
from .models.disc_usage import DiscUsage
3951
from .models.dynamic_filter import DynamicFilter
52+
from .models.error import Error
53+
from .models.error_details import ErrorDetails
4054
from .models.file_source import FileSource
55+
from .models.file_versions import FileVersions
56+
from .models.files_list import FilesList
57+
from .models.files_upload_result import FilesUploadResult
4158
from .models.fill_format import FillFormat
4259
from .models.filter_column import FilterColumn
4360
from .models.font import Font
@@ -55,6 +72,7 @@
5572
from .models.multiple_filter import MultipleFilter
5673
from .models.multiple_filters import MultipleFilters
5774
from .models.negative_bar_format import NegativeBarFormat
75+
from .models.object_exist import ObjectExist
5876
from .models.operate_object import OperateObject
5977
from .models.operate_object_position import OperateObjectPosition
6078
from .models.operate_parameter import OperateParameter
@@ -75,14 +93,15 @@
7593
from .models.range_set_style_request import RangeSetStyleRequest
7694
from .models.ranges import Ranges
7795
from .models.result_destination import ResultDestination
78-
from .models.saa_spose_response import SaaSposeResponse
7996
from .models.save_options import SaveOptions
8097
from .models.save_result import SaveResult
8198
from .models.shadow_effect import ShadowEffect
8299
from .models.single_value import SingleValue
83100
from .models.solid_fill import SolidFill
84101
from .models.sort_key import SortKey
85102
from .models.split_result import SplitResult
103+
from .models.storage_exist import StorageExist
104+
from .models.storage_file import StorageFile
86105
from .models.task_data import TaskData
87106
from .models.task_description import TaskDescription
88107
from .models.task_parameter import TaskParameter
@@ -133,6 +152,7 @@
133152
from .models.conditional_formattings_response import ConditionalFormattingsResponse
134153
from .models.convert_task_parameter import ConvertTaskParameter
135154
from .models.dif_save_options import DifSaveOptions
155+
from .models.file_version import FileVersion
136156
from .models.fill_format_response import FillFormatResponse
137157
from .models.format_condition import FormatCondition
138158
from .models.horizontal_page_break_response import HorizontalPageBreakResponse
@@ -246,27 +266,6 @@
246266

247267
# import apis into sdk package
248268
from .apis.cells_api import CellsApi
249-
from .apis.cells_auto_filter_api import CellsAutoFilterApi
250-
from .apis.cells_autoshapes_api import CellsAutoshapesApi
251-
from .apis.cells_chart_area_api import CellsChartAreaApi
252-
from .apis.cells_charts_api import CellsChartsApi
253-
from .apis.cells_conditional_formattings_api import CellsConditionalFormattingsApi
254-
from .apis.cells_hypelinks_api import CellsHypelinksApi
255-
from .apis.cells_list_objects_api import CellsListObjectsApi
256-
from .apis.cells_ole_objects_api import CellsOleObjectsApi
257-
from .apis.cells_page_breaks_api import CellsPageBreaksApi
258-
from .apis.cells_page_setup_api import CellsPageSetupApi
259-
from .apis.cells_pictures_api import CellsPicturesApi
260-
from .apis.cells_pivot_tables_api import CellsPivotTablesApi
261-
from .apis.cells_properties_api import CellsPropertiesApi
262-
from .apis.cells_ranges_api import CellsRangesApi
263-
from .apis.cells_save_as_api import CellsSaveAsApi
264-
from .apis.cells_shapes_api import CellsShapesApi
265-
from .apis.cells_task_api import CellsTaskApi
266-
from .apis.cells_workbook_api import CellsWorkbookApi
267-
from .apis.cells_worksheet_validations_api import CellsWorksheetValidationsApi
268-
from .apis.cells_worksheets_api import CellsWorksheetsApi
269-
from .apis.o_auth_api import OAuthApi
270269

271270
# import ApiClient
272271
from .api_client import ApiClient

asposecellscloud/api_client.py

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,22 @@
11
# coding: utf-8
22
"""
3-
Web API Swagger specification
4-
5-
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6-
7-
OpenAPI spec version: 1.0
8-
9-
Generated by: https://github.com/swagger-api/swagger-codegen.git
3+
Copyright (c) 2019 Aspose.Cells Cloud
4+
Permission is hereby granted, free of charge, to any person obtaining a copy
5+
of this software and associated documentation files (the "Software"), to deal
6+
in the Software without restriction, including without limitation the rights
7+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8+
copies of the Software, and to permit persons to whom the Software is
9+
furnished to do so, subject to the following conditions:
10+
11+
The above copyright notice and this permission notice shall be included in all
12+
copies or substantial portions of the Software.
13+
14+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1020
"""
1121

1222
from __future__ import absolute_import
@@ -73,7 +83,7 @@ def __init__(self, host=None, header_name=None, header_value=None, cookie=None):
7383
self.host = host
7484
self.cookie = cookie
7585
# Set default User-Agent.
76-
self.user_agent = 'Swagger-Codegen/19.6/python'
86+
self.user_agent = 'Swagger-Codegen/19.9/python'
7787

7888
@property
7989
def user_agent(self):

asposecellscloud/apis/__init__.py

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,3 @@
22

33
# import apis into api package
44
from .cells_api import CellsApi
5-
from .cells_auto_filter_api import CellsAutoFilterApi
6-
from .cells_autoshapes_api import CellsAutoshapesApi
7-
from .cells_chart_area_api import CellsChartAreaApi
8-
from .cells_charts_api import CellsChartsApi
9-
from .cells_conditional_formattings_api import CellsConditionalFormattingsApi
10-
from .cells_hypelinks_api import CellsHypelinksApi
11-
from .cells_list_objects_api import CellsListObjectsApi
12-
from .cells_ole_objects_api import CellsOleObjectsApi
13-
from .cells_page_breaks_api import CellsPageBreaksApi
14-
from .cells_page_setup_api import CellsPageSetupApi
15-
from .cells_pictures_api import CellsPicturesApi
16-
from .cells_pivot_tables_api import CellsPivotTablesApi
17-
from .cells_properties_api import CellsPropertiesApi
18-
from .cells_ranges_api import CellsRangesApi
19-
from .cells_save_as_api import CellsSaveAsApi
20-
from .cells_shapes_api import CellsShapesApi
21-
from .cells_task_api import CellsTaskApi
22-
from .cells_workbook_api import CellsWorkbookApi
23-
from .cells_worksheet_validations_api import CellsWorksheetValidationsApi
24-
from .cells_worksheets_api import CellsWorksheetsApi
25-
from .o_auth_api import OAuthApi

0 commit comments

Comments
 (0)