|
1 | 1 | # coding: utf-8 |
2 | 2 |
|
3 | 3 | """ |
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: |
5 | 11 |
|
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. |
7 | 14 |
|
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 |
11 | 21 | """ |
12 | 22 |
|
13 | 23 |
|
|
22 | 32 | from .models.calculation_options import CalculationOptions |
23 | 33 | from .models.cell_area import CellArea |
24 | 34 | from .models.cell_value import CellValue |
| 35 | +from .models.cells_cloud_response import CellsCloudResponse |
25 | 36 | from .models.cells_color import CellsColor |
26 | 37 | from .models.color import Color |
27 | 38 | from .models.color_filter import ColorFilter |
|
36 | 47 | from .models.data_bar import DataBar |
37 | 48 | from .models.data_bar_border import DataBarBorder |
38 | 49 | from .models.data_sorter import DataSorter |
| 50 | +from .models.disc_usage import DiscUsage |
39 | 51 | from .models.dynamic_filter import DynamicFilter |
| 52 | +from .models.error import Error |
| 53 | +from .models.error_details import ErrorDetails |
40 | 54 | 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 |
41 | 58 | from .models.fill_format import FillFormat |
42 | 59 | from .models.filter_column import FilterColumn |
43 | 60 | from .models.font import Font |
|
55 | 72 | from .models.multiple_filter import MultipleFilter |
56 | 73 | from .models.multiple_filters import MultipleFilters |
57 | 74 | from .models.negative_bar_format import NegativeBarFormat |
| 75 | +from .models.object_exist import ObjectExist |
58 | 76 | from .models.operate_object import OperateObject |
59 | 77 | from .models.operate_object_position import OperateObjectPosition |
60 | 78 | from .models.operate_parameter import OperateParameter |
|
75 | 93 | from .models.range_set_style_request import RangeSetStyleRequest |
76 | 94 | from .models.ranges import Ranges |
77 | 95 | from .models.result_destination import ResultDestination |
78 | | -from .models.saa_spose_response import SaaSposeResponse |
79 | 96 | from .models.save_options import SaveOptions |
80 | 97 | from .models.save_result import SaveResult |
81 | 98 | from .models.shadow_effect import ShadowEffect |
82 | 99 | from .models.single_value import SingleValue |
83 | 100 | from .models.solid_fill import SolidFill |
84 | 101 | from .models.sort_key import SortKey |
85 | 102 | from .models.split_result import SplitResult |
| 103 | +from .models.storage_exist import StorageExist |
| 104 | +from .models.storage_file import StorageFile |
86 | 105 | from .models.task_data import TaskData |
87 | 106 | from .models.task_description import TaskDescription |
88 | 107 | from .models.task_parameter import TaskParameter |
|
133 | 152 | from .models.conditional_formattings_response import ConditionalFormattingsResponse |
134 | 153 | from .models.convert_task_parameter import ConvertTaskParameter |
135 | 154 | from .models.dif_save_options import DifSaveOptions |
| 155 | +from .models.file_version import FileVersion |
136 | 156 | from .models.fill_format_response import FillFormatResponse |
137 | 157 | from .models.format_condition import FormatCondition |
138 | 158 | from .models.horizontal_page_break_response import HorizontalPageBreakResponse |
|
246 | 266 |
|
247 | 267 | # import apis into sdk package |
248 | 268 | 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 |
270 | 269 |
|
271 | 270 | # import ApiClient |
272 | 271 | from .api_client import ApiClient |
|
0 commit comments