aspose_cells_cloud 20.4 → 20.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (310) hide show
  1. checksums.yaml +4 -4
  2. data/lib/aspose_cells_cloud.rb +8 -1
  3. data/lib/aspose_cells_cloud/api/cells_api.rb +19867 -19164
  4. data/lib/aspose_cells_cloud/api_client.rb +489 -489
  5. data/lib/aspose_cells_cloud/api_error.rb +18 -8
  6. data/lib/aspose_cells_cloud/models/cells_cloud_file_info.rb +230 -0
  7. data/lib/aspose_cells_cloud/models/{error.rb → cells_error.rb} +1 -1
  8. data/lib/aspose_cells_cloud/models/files_upload_result.rb +1 -1
  9. data/lib/aspose_cells_cloud/models/save_result.rb +8 -26
  10. data/lib/aspose_cells_cloud/models/sparkline.rb +226 -0
  11. data/lib/aspose_cells_cloud/models/sparkline_group.rb +434 -0
  12. data/lib/aspose_cells_cloud/models/sparkline_group_response.rb +221 -0
  13. data/lib/aspose_cells_cloud/models/sparkline_groups.rb +200 -0
  14. data/lib/aspose_cells_cloud/models/sparkline_groups_response.rb +221 -0
  15. data/lib/aspose_cells_cloud/models/split_result.rb +1 -1
  16. data/lib/aspose_cells_cloud/models/text_water_marker_request.rb +239 -0
  17. data/lib/aspose_cells_cloud/version.rb +25 -25
  18. data/spec/api/cells_api_spec.rb +30 -29
  19. data/spec/api/cells_auto_filter_api_spec.rb +2 -1
  20. data/spec/api/cells_autoshapes_api_spec.rb +2 -1
  21. data/spec/api/cells_chart_area_api_spec.rb +2 -1
  22. data/spec/api/cells_charts_api_spec.rb +2 -1
  23. data/spec/api/cells_conditional_formattings_api_spec.rb +2 -1
  24. data/spec/api/cells_hypelinks_api_spec.rb +2 -1
  25. data/spec/api/cells_list_objects_api_spec.rb +2 -1
  26. data/spec/api/cells_ole_objects_api_spec.rb +5 -2
  27. data/spec/api/cells_page_breaks_api_spec.rb +4 -3
  28. data/spec/api/cells_page_setup_api_spec.rb +2 -1
  29. data/spec/api/cells_pictures_api_spec.rb +4 -2
  30. data/spec/api/cells_pivot_tables_api_spec.rb +37 -29
  31. data/spec/api/cells_properties_api_spec.rb +2 -1
  32. data/spec/api/cells_ranges_api_spec.rb +2 -1
  33. data/spec/api/cells_save_as_api_spec.rb +4 -3
  34. data/spec/api/cells_shapes_api_spec.rb +3 -2
  35. data/spec/api/cells_simple_spec.rb +2 -1
  36. data/spec/api/cells_sparkline_group_spec.rb +43 -0
  37. data/spec/api/cells_storage_api_spec.rb +69 -68
  38. data/spec/api/cells_storage_spec.rb +3 -2
  39. data/spec/api/cells_task_api_spec.rb +3 -2
  40. data/spec/api/cells_workbook_api_spec.rb +32 -29
  41. data/spec/api/cells_worksheet_validations_api_spec.rb +2 -1
  42. data/spec/api/cells_worksheets_api_spec.rb +60 -58
  43. data/spec/spec_helper.rb +4 -2
  44. metadata +31 -291
  45. data/Gemfile +0 -7
  46. data/LICENSE +0 -21
  47. data/README.md +0 -104
  48. data/Rakefile +0 -8
  49. data/aspose_cells_cloud-20.2.gem +0 -0
  50. data/aspose_cells_cloud.gemspec +0 -48
  51. data/data/Book1.xlsx +0 -0
  52. data/data/ImportData.xlsx +0 -0
  53. data/data/NewCopy.xlsx +0 -0
  54. data/data/OLEDoc.docx +0 -0
  55. data/data/PivTestFile2.xlsx +0 -0
  56. data/data/ReportData.xml +0 -1
  57. data/data/TestCase.xlsx +0 -0
  58. data/data/TestImportData.xlsx +0 -0
  59. data/data/TestImportDataCSV.csv +0 -3
  60. data/data/WaterMark.png +0 -0
  61. data/data/markdowntest.md +0 -41
  62. data/data/myDocument.xlsx +0 -0
  63. data/data/word.jpg +0 -0
  64. data/docs/AboveAverage.md +0 -10
  65. data/docs/AccessTokenResponse.md +0 -15
  66. data/docs/Area.md +0 -13
  67. data/docs/AutoFilter.md +0 -11
  68. data/docs/AutoFilterResponse.md +0 -10
  69. data/docs/AutoFitterOptions.md +0 -10
  70. data/docs/AutoShape.md +0 -42
  71. data/docs/AutoShapeResponse.md +0 -10
  72. data/docs/AutoShapes.md +0 -9
  73. data/docs/AutoShapesResponse.md +0 -10
  74. data/docs/Border.md +0 -10
  75. data/docs/CalculationOptions.md +0 -11
  76. data/docs/Cell.md +0 -24
  77. data/docs/CellArea.md +0 -11
  78. data/docs/CellResponse.md +0 -10
  79. data/docs/CellValue.md +0 -12
  80. data/docs/Cells.md +0 -14
  81. data/docs/CellsApi.md +0 -14581
  82. data/docs/CellsCloudResponse.md +0 -9
  83. data/docs/CellsColor.md +0 -12
  84. data/docs/CellsDocumentProperties.md +0 -9
  85. data/docs/CellsDocumentPropertiesResponse.md +0 -10
  86. data/docs/CellsDocumentProperty.md +0 -11
  87. data/docs/CellsDocumentPropertyResponse.md +0 -10
  88. data/docs/CellsObjectOperateTaskParameter.md +0 -10
  89. data/docs/CellsResponse.md +0 -10
  90. data/docs/Chart.md +0 -51
  91. data/docs/ChartArea.md +0 -21
  92. data/docs/ChartAreaResponse.md +0 -10
  93. data/docs/ChartFrame.md +0 -21
  94. data/docs/ChartOperateParameter.md +0 -17
  95. data/docs/Charts.md +0 -9
  96. data/docs/ChartsResponse.md +0 -10
  97. data/docs/Color.md +0 -11
  98. data/docs/ColorFilter.md +0 -12
  99. data/docs/ColorFilterRequest.md +0 -10
  100. data/docs/ColorScale.md +0 -13
  101. data/docs/Column.md +0 -13
  102. data/docs/ColumnResponse.md +0 -10
  103. data/docs/Columns.md +0 -11
  104. data/docs/ColumnsResponse.md +0 -10
  105. data/docs/Comment.md +0 -19
  106. data/docs/CommentResponse.md +0 -10
  107. data/docs/Comments.md +0 -9
  108. data/docs/CommentsResponse.md +0 -10
  109. data/docs/ConditionalFormatting.md +0 -10
  110. data/docs/ConditionalFormattingIcon.md +0 -10
  111. data/docs/ConditionalFormattingResponse.md +0 -10
  112. data/docs/ConditionalFormattingValue.md +0 -10
  113. data/docs/ConditionalFormattings.md +0 -10
  114. data/docs/ConditionalFormattingsResponse.md +0 -10
  115. data/docs/ConvertTaskParameter.md +0 -10
  116. data/docs/CopyOptions.md +0 -13
  117. data/docs/CreatePivotTableRequest.md +0 -14
  118. data/docs/CustomFilter.md +0 -9
  119. data/docs/CustomParserConfig.md +0 -10
  120. data/docs/DataBar.md +0 -19
  121. data/docs/DataBarBorder.md +0 -9
  122. data/docs/DataSorter.md +0 -11
  123. data/docs/DifSaveOptions.md +0 -15
  124. data/docs/DiscUsage.md +0 -9
  125. data/docs/DynamicFilter.md +0 -10
  126. data/docs/Error.md +0 -11
  127. data/docs/ErrorDetails.md +0 -9
  128. data/docs/FileSource.md +0 -9
  129. data/docs/FileVersion.md +0 -14
  130. data/docs/FileVersions.md +0 -8
  131. data/docs/FilesList.md +0 -8
  132. data/docs/FilesUploadResult.md +0 -9
  133. data/docs/FillFormat.md +0 -13
  134. data/docs/FillFormatResponse.md +0 -10
  135. data/docs/FilterColumn.md +0 -16
  136. data/docs/Font.md +0 -17
  137. data/docs/FontSetting.md +0 -12
  138. data/docs/FormatCondition.md +0 -22
  139. data/docs/GradientFill.md +0 -11
  140. data/docs/GradientFillStop.md +0 -10
  141. data/docs/HorizontalPageBreak.md +0 -10
  142. data/docs/HorizontalPageBreakResponse.md +0 -10
  143. data/docs/HorizontalPageBreaks.md +0 -9
  144. data/docs/HorizontalPageBreaksResponse.md +0 -10
  145. data/docs/HtmlSaveOptions.md +0 -27
  146. data/docs/Hyperlink.md +0 -12
  147. data/docs/HyperlinkResponse.md +0 -10
  148. data/docs/Hyperlinks.md +0 -10
  149. data/docs/HyperlinksResponse.md +0 -10
  150. data/docs/IconFilter.md +0 -9
  151. data/docs/IconSet.md +0 -13
  152. data/docs/ImageSaveOptions.md +0 -27
  153. data/docs/ImportBatchDataOption.md +0 -12
  154. data/docs/ImportCSVDataOption.md +0 -17
  155. data/docs/ImportDataTaskParameter.md +0 -10
  156. data/docs/ImportDoubleArrayOption.md +0 -15
  157. data/docs/ImportIntArrayOption.md +0 -15
  158. data/docs/ImportOption.md +0 -11
  159. data/docs/ImportStringArrayOption.md +0 -15
  160. data/docs/Legend.md +0 -23
  161. data/docs/LegendResponse.md +0 -10
  162. data/docs/Line.md +0 -26
  163. data/docs/LineFormat.md +0 -24
  164. data/docs/LineResponse.md +0 -10
  165. data/docs/Link.md +0 -11
  166. data/docs/LinkElement.md +0 -8
  167. data/docs/ListColumn.md +0 -9
  168. data/docs/ListObject.md +0 -23
  169. data/docs/ListObjectOperateParameter.md +0 -9
  170. data/docs/ListObjectResponse.md +0 -10
  171. data/docs/ListObjects.md +0 -9
  172. data/docs/ListObjectsResponse.md +0 -10
  173. data/docs/MHtmlSaveOptions.md +0 -27
  174. data/docs/MarkdownSaveOptions.md +0 -18
  175. data/docs/MergedCell.md +0 -12
  176. data/docs/MergedCellResponse.md +0 -10
  177. data/docs/MergedCells.md +0 -10
  178. data/docs/MergedCellsResponse.md +0 -10
  179. data/docs/MultipleFilter.md +0 -7
  180. data/docs/MultipleFilters.md +0 -9
  181. data/docs/Name.md +0 -15
  182. data/docs/NameResponse.md +0 -10
  183. data/docs/Names.md +0 -10
  184. data/docs/NamesResponse.md +0 -10
  185. data/docs/NegativeBarFormat.md +0 -11
  186. data/docs/ObjectExist.md +0 -9
  187. data/docs/OdsSaveOptions.md +0 -15
  188. data/docs/OleObject.md +0 -49
  189. data/docs/OleObjectResponse.md +0 -10
  190. data/docs/OleObjects.md +0 -9
  191. data/docs/OleObjectsResponse.md +0 -10
  192. data/docs/OoxmlSaveOptions.md +0 -16
  193. data/docs/OperateObject.md +0 -9
  194. data/docs/OperateObjectPosition.md +0 -13
  195. data/docs/OperateParameter.md +0 -8
  196. data/docs/PageBreakOperateParameter.md +0 -14
  197. data/docs/PageSection.md +0 -12
  198. data/docs/PageSectionsResponse.md +0 -10
  199. data/docs/PageSetup.md +0 -42
  200. data/docs/PageSetupOperateParameter.md +0 -9
  201. data/docs/PageSetupResponse.md +0 -10
  202. data/docs/PasswordRequest.md +0 -8
  203. data/docs/PasteOptions.md +0 -11
  204. data/docs/PatternFill.md +0 -14
  205. data/docs/PdfSaveOptions.md +0 -25
  206. data/docs/PdfSecurityOptions.md +0 -17
  207. data/docs/PicFormatOption.md +0 -13
  208. data/docs/Picture.md +0 -48
  209. data/docs/PictureResponse.md +0 -10
  210. data/docs/Pictures.md +0 -9
  211. data/docs/PicturesResponse.md +0 -10
  212. data/docs/PivotField.md +0 -46
  213. data/docs/PivotFieldResponse.md +0 -10
  214. data/docs/PivotFilter.md +0 -16
  215. data/docs/PivotFilterResponse.md +0 -10
  216. data/docs/PivotFiltersResponse.md +0 -10
  217. data/docs/PivotItem.md +0 -11
  218. data/docs/PivotTable.md +0 -76
  219. data/docs/PivotTableFieldRequest.md +0 -8
  220. data/docs/PivotTableOperateParameter.md +0 -16
  221. data/docs/PivotTableResponse.md +0 -10
  222. data/docs/PivotTables.md +0 -9
  223. data/docs/PivotTablesResponse.md +0 -10
  224. data/docs/ProtectSheetParameter.md +0 -23
  225. data/docs/Range.md +0 -16
  226. data/docs/RangeCopyRequest.md +0 -11
  227. data/docs/RangeSetOutlineBorderRequest.md +0 -11
  228. data/docs/RangeSetStyleRequest.md +0 -9
  229. data/docs/RangeValueResponse.md +0 -10
  230. data/docs/Ranges.md +0 -8
  231. data/docs/RangesResponse.md +0 -10
  232. data/docs/ResultDestination.md +0 -10
  233. data/docs/Row.md +0 -15
  234. data/docs/RowResponse.md +0 -10
  235. data/docs/Rows.md +0 -11
  236. data/docs/RowsResponse.md +0 -10
  237. data/docs/SaveOptions.md +0 -15
  238. data/docs/SaveResponse.md +0 -10
  239. data/docs/SaveResult.md +0 -10
  240. data/docs/SaveResultTaskParameter.md +0 -9
  241. data/docs/ShadowEffect.md +0 -14
  242. data/docs/Shape.md +0 -42
  243. data/docs/ShapeOperateParameter.md +0 -9
  244. data/docs/ShapeResponse.md +0 -10
  245. data/docs/Shapes.md +0 -9
  246. data/docs/ShapesResponse.md +0 -10
  247. data/docs/SingleValue.md +0 -9
  248. data/docs/SingleValueResponse.md +0 -10
  249. data/docs/SmartMarkerTaskParameter.md +0 -10
  250. data/docs/SolidFill.md +0 -10
  251. data/docs/SortKey.md +0 -10
  252. data/docs/SplitResult.md +0 -8
  253. data/docs/SplitResultDocument.md +0 -9
  254. data/docs/SplitResultResponse.md +0 -10
  255. data/docs/SplitWorkbookTaskParameter.md +0 -13
  256. data/docs/SpreadsheetML2003SaveOptions.md +0 -18
  257. data/docs/StorageExist.md +0 -8
  258. data/docs/StorageFile.md +0 -12
  259. data/docs/Style.md +0 -31
  260. data/docs/StyleResponse.md +0 -10
  261. data/docs/SvgSaveOptions.md +0 -16
  262. data/docs/TaskData.md +0 -8
  263. data/docs/TaskDescription.md +0 -9
  264. data/docs/TaskParameter.md +0 -7
  265. data/docs/TextItem.md +0 -9
  266. data/docs/TextItems.md +0 -9
  267. data/docs/TextItemsResponse.md +0 -10
  268. data/docs/TextOptions.md +0 -23
  269. data/docs/TextureFill.md +0 -13
  270. data/docs/ThemeColor.md +0 -9
  271. data/docs/TilePicOption.md +0 -13
  272. data/docs/Title.md +0 -28
  273. data/docs/TitleResponse.md +0 -10
  274. data/docs/Top10.md +0 -10
  275. data/docs/Top10Filter.md +0 -11
  276. data/docs/TxtSaveOptions.md +0 -19
  277. data/docs/Validation.md +0 -24
  278. data/docs/ValidationResponse.md +0 -10
  279. data/docs/Validations.md +0 -10
  280. data/docs/ValidationsResponse.md +0 -10
  281. data/docs/ValueType.md +0 -7
  282. data/docs/VerticalPageBreak.md +0 -10
  283. data/docs/VerticalPageBreakResponse.md +0 -10
  284. data/docs/VerticalPageBreaks.md +0 -9
  285. data/docs/VerticalPageBreaksResponse.md +0 -10
  286. data/docs/Workbook.md +0 -18
  287. data/docs/WorkbookEncryptionRequest.md +0 -10
  288. data/docs/WorkbookOperateParameter.md +0 -8
  289. data/docs/WorkbookProtectionRequest.md +0 -9
  290. data/docs/WorkbookReplaceResponse.md +0 -11
  291. data/docs/WorkbookResponse.md +0 -10
  292. data/docs/WorkbookSettings.md +0 -52
  293. data/docs/WorkbookSettingsOperateParameter.md +0 -9
  294. data/docs/WorkbookSettingsResponse.md +0 -10
  295. data/docs/Worksheet.md +0 -39
  296. data/docs/WorksheetMovingRequest.md +0 -9
  297. data/docs/WorksheetReplaceResponse.md +0 -11
  298. data/docs/WorksheetResponse.md +0 -10
  299. data/docs/Worksheets.md +0 -9
  300. data/docs/WorksheetsResponse.md +0 -10
  301. data/docs/XlsSaveOptions.md +0 -15
  302. data/docs/XlsbSaveOptions.md +0 -15
  303. data/docs/XpsSaveOptions.md +0 -15
  304. data/git_push.sh +0 -55
  305. data/lib/aspose_cells_cloud/.api_client.rb.swp +0 -0
  306. data/runTest.sh +0 -4
  307. data/spec/api/cells_one_spec.rb +0 -37
  308. data/spec/api/o_auth_api_spec.rb +0 -51
  309. data/test.pdf +0 -0
  310. data/testResult.txt +0 -113
@@ -1,12 +0,0 @@
1
- # AsposeCellsCloud::MergedCell
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **link** | [**Link**](Link.md) | | [optional]
7
- **start_row** | **Integer** | |
8
- **start_column** | **Integer** | |
9
- **end_column** | **Integer** | |
10
- **end_row** | **Integer** | |
11
-
12
-
@@ -1,10 +0,0 @@
1
- # AsposeCellsCloud::MergedCellResponse
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **status** | **String** | | [optional]
7
- **code** | **Integer** | |
8
- **merged_cell** | [**MergedCell**](MergedCell.md) | | [optional]
9
-
10
-
@@ -1,10 +0,0 @@
1
- # AsposeCellsCloud::MergedCells
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **link** | [**Link**](Link.md) | | [optional]
7
- **count** | **Integer** | |
8
- **merged_cell_list** | [**Array<LinkElement>**](LinkElement.md) | | [optional]
9
-
10
-
@@ -1,10 +0,0 @@
1
- # AsposeCellsCloud::MergedCellsResponse
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **status** | **String** | | [optional]
7
- **code** | **Integer** | |
8
- **merged_cells** | [**MergedCells**](MergedCells.md) | | [optional]
9
-
10
-
@@ -1,7 +0,0 @@
1
- # AsposeCellsCloud::MultipleFilter
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
-
7
-
@@ -1,9 +0,0 @@
1
- # AsposeCellsCloud::MultipleFilters
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **multiple_filter_list** | [**Array<MultipleFilter>**](MultipleFilter.md) | | [optional]
7
- **match_blank** | **BOOLEAN** | | [optional]
8
-
9
-
@@ -1,15 +0,0 @@
1
- # AsposeCellsCloud::Name
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **link** | [**Link**](Link.md) | | [optional]
7
- **comment** | **String** | | [optional]
8
- **text** | **String** | | [optional]
9
- **worksheet_index** | **Integer** | |
10
- **r1_c1_refers_to** | **String** | | [optional]
11
- **refers_to** | **String** | | [optional]
12
- **is_referred** | **BOOLEAN** | |
13
- **is_visible** | **BOOLEAN** | |
14
-
15
-
@@ -1,10 +0,0 @@
1
- # AsposeCellsCloud::NameResponse
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **status** | **String** | | [optional]
7
- **code** | **Integer** | |
8
- **name** | [**Name**](Name.md) | | [optional]
9
-
10
-
@@ -1,10 +0,0 @@
1
- # AsposeCellsCloud::Names
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **link** | [**Link**](Link.md) | | [optional]
7
- **count** | **Integer** | |
8
- **name_list** | [**Array<LinkElement>**](LinkElement.md) | | [optional]
9
-
10
-
@@ -1,10 +0,0 @@
1
- # AsposeCellsCloud::NamesResponse
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **status** | **String** | | [optional]
7
- **code** | **Integer** | |
8
- **names** | [**Names**](Names.md) | | [optional]
9
-
10
-
@@ -1,11 +0,0 @@
1
- # AsposeCellsCloud::NegativeBarFormat
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **border_color** | [**Color**](Color.md) | Gets or sets a FormatColor object that you can use to specify the border color for negative data bars. | [optional]
7
- **color** | [**Color**](Color.md) | Gets or sets a FormatColor object that you can use to specify the fill color for negative data bars. | [optional]
8
- **border_color_type** | **String** | Gets whether to use the same border color as positive data bars. | [optional]
9
- **color_type** | **String** | Gets or sets whether to use the same fill color as positive data bars. | [optional]
10
-
11
-
@@ -1,9 +0,0 @@
1
- # AsposeCellsCloud::ObjectExist
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **exists** | **BOOLEAN** | Indicates that the file or folder exists. |
7
- **is_folder** | **BOOLEAN** | True if it is a folder, false if it is a file. |
8
-
9
-
@@ -1,15 +0,0 @@
1
- # AsposeCellsCloud::OdsSaveOptions
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **enable_http_compression** | **BOOLEAN** | | [optional]
7
- **save_format** | **String** | | [optional]
8
- **clear_data** | **BOOLEAN** | Make the workbook empty after saving the file. | [optional]
9
- **cached_file_folder** | **String** | The cached file folder is used to store some large data. | [optional]
10
- **validate_merged_areas** | **BOOLEAN** | Indicates whether validate merged areas before saving the file. The default value is false. | [optional]
11
- **refresh_chart_cache** | **BOOLEAN** | | [optional]
12
- **create_directory** | **BOOLEAN** | If true and the directory does not exist, the directory will be automatically created before saving the file. | [optional]
13
- **sort_names** | **BOOLEAN** | | [optional]
14
-
15
-
@@ -1,49 +0,0 @@
1
- # AsposeCellsCloud::OleObject
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **alternative_text** | **String** | | [optional]
7
- **bottom** | **Integer** | | [optional]
8
- **top** | **Integer** | | [optional]
9
- **width** | **Integer** | | [optional]
10
- **html_text** | **String** | | [optional]
11
- **text_vertical_alignment** | **String** | | [optional]
12
- **auto_shape_type** | **String** | | [optional]
13
- **is_printable** | **BOOLEAN** | | [optional]
14
- **upper_left_column** | **Integer** | | [optional]
15
- **is_lock_aspect_ratio** | **BOOLEAN** | | [optional]
16
- **is_group** | **BOOLEAN** | | [optional]
17
- **rotation_angle** | **Float** | | [optional]
18
- **z_order_position** | **Integer** | | [optional]
19
- **text_horizontal_overflow** | **String** | | [optional]
20
- **mso_drawing_type** | **String** | | [optional]
21
- **text_orientation_type** | **String** | | [optional]
22
- **placement** | **String** | | [optional]
23
- **name** | **String** | | [optional]
24
- **is_word_art** | **BOOLEAN** | | [optional]
25
- **linked_cell** | **String** | | [optional]
26
- **upper_left_row** | **Integer** | | [optional]
27
- **is_locked** | **BOOLEAN** | | [optional]
28
- **lower_right_row** | **Integer** | | [optional]
29
- **is_text_wrapped** | **BOOLEAN** | | [optional]
30
- **y** | **Integer** | | [optional]
31
- **x** | **Integer** | | [optional]
32
- **is_hidden** | **BOOLEAN** | | [optional]
33
- **left** | **Integer** | | [optional]
34
- **right** | **Integer** | | [optional]
35
- **text** | **String** | | [optional]
36
- **lower_right_column** | **Integer** | | [optional]
37
- **height** | **Integer** | | [optional]
38
- **text_horizontal_alignment** | **String** | | [optional]
39
- **text_vertical_overflow** | **String** | | [optional]
40
- **link** | [**Link**](Link.md) | | [optional]
41
- **display_as_icon** | **BOOLEAN** | | [optional]
42
- **file_format_type** | **String** | | [optional]
43
- **source_full_name** | **String** | | [optional]
44
- **is_auto_size** | **BOOLEAN** | | [optional]
45
- **image_source_full_name** | **String** | | [optional]
46
- **prog_id** | **String** | | [optional]
47
- **is_link** | **BOOLEAN** | | [optional]
48
-
49
-
@@ -1,10 +0,0 @@
1
- # AsposeCellsCloud::OleObjectResponse
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **status** | **String** | | [optional]
7
- **code** | **Integer** | |
8
- **ole_object** | [**OleObject**](OleObject.md) | | [optional]
9
-
10
-
@@ -1,9 +0,0 @@
1
- # AsposeCellsCloud::OleObjects
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **link** | [**Link**](Link.md) | | [optional]
7
- **ole_object_list** | [**Array<LinkElement>**](LinkElement.md) | | [optional]
8
-
9
-
@@ -1,10 +0,0 @@
1
- # AsposeCellsCloud::OleObjectsResponse
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **status** | **String** | | [optional]
7
- **code** | **Integer** | |
8
- **ole_objects** | [**OleObjects**](OleObjects.md) | | [optional]
9
-
10
-
@@ -1,16 +0,0 @@
1
- # AsposeCellsCloud::OoxmlSaveOptions
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **enable_http_compression** | **BOOLEAN** | | [optional]
7
- **save_format** | **String** | | [optional]
8
- **clear_data** | **BOOLEAN** | Make the workbook empty after saving the file. | [optional]
9
- **cached_file_folder** | **String** | The cached file folder is used to store some large data. | [optional]
10
- **validate_merged_areas** | **BOOLEAN** | Indicates whether validate merged areas before saving the file. The default value is false. | [optional]
11
- **refresh_chart_cache** | **BOOLEAN** | | [optional]
12
- **create_directory** | **BOOLEAN** | If true and the directory does not exist, the directory will be automatically created before saving the file. | [optional]
13
- **sort_names** | **BOOLEAN** | | [optional]
14
- **export_cell_name** | **BOOLEAN** | | [optional]
15
-
16
-
@@ -1,9 +0,0 @@
1
- # AsposeCellsCloud::OperateObject
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **operate_object_type** | **String** | | [optional]
7
- **position** | [**OperateObjectPosition**](OperateObjectPosition.md) | | [optional]
8
-
9
-
@@ -1,13 +0,0 @@
1
- # AsposeCellsCloud::OperateObjectPosition
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **chart_index** | **Integer** | | [optional]
7
- **list_object_index** | **Integer** | | [optional]
8
- **sheet_name** | **String** | | [optional]
9
- **shape_index** | **Integer** | | [optional]
10
- **cell_name** | **String** | | [optional]
11
- **workbook** | [**FileSource**](FileSource.md) | | [optional]
12
-
13
-
@@ -1,8 +0,0 @@
1
- # AsposeCellsCloud::OperateParameter
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **operate_type** | **String** | | [optional]
7
-
8
-
@@ -1,14 +0,0 @@
1
- # AsposeCellsCloud::PageBreakOperateParameter
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **operate_type** | **String** | | [optional]
7
- **index** | **Integer** | | [optional]
8
- **end_index** | **Integer** | | [optional]
9
- **column** | **Integer** | | [optional]
10
- **start_index** | **Integer** | | [optional]
11
- **page_break_type** | **String** | | [optional]
12
- **row** | **Integer** | | [optional]
13
-
14
-
@@ -1,12 +0,0 @@
1
- # AsposeCellsCloud::PageSection
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **picture** | **String** | | [optional]
7
- **section** | **Integer** | 0,1,2 left , middle ,right |
8
- **fisrt_page_context** | **String** | fisrt page context script | [optional]
9
- **context** | **String** | page context script | [optional]
10
- **even_page_context** | **String** | Even page context script | [optional]
11
-
12
-
@@ -1,10 +0,0 @@
1
- # AsposeCellsCloud::PageSectionsResponse
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **status** | **String** | | [optional]
7
- **code** | **Integer** | |
8
- **page_sections** | [**Array<PageSection>**](PageSection.md) | | [optional]
9
-
10
-
@@ -1,42 +0,0 @@
1
- # AsposeCellsCloud::PageSetup
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **link** | [**Link**](Link.md) | | [optional]
7
- **is_hf_diff_first** | **BOOLEAN** | True means that the header/footer of the first page is different with other pages. | [optional]
8
- **fit_to_pages_wide** | **Integer** | Represents the number of pages wide the worksheet will be scaled to when it's printed. | [optional]
9
- **print_quality** | **Integer** | Represents the print quality. | [optional]
10
- **print_draft** | **BOOLEAN** | Represents if the sheet will be printed without graphics. | [optional]
11
- **first_page_number** | **Integer** | Represents the first page number that will be used when this sheet is printed. | [optional]
12
- **paper_size** | **String** | Represents the size of the paper. | [optional]
13
- **print_comments** | **String** | Represents the way comments are printed with the sheet. | [optional]
14
- **print_errors** | **String** | Specifies the type of print error displayed. | [optional]
15
- **center_vertically** | **BOOLEAN** | Represent if the sheet is printed centered vertically. | [optional]
16
- **is_percent_scale** | **BOOLEAN** | If this property is False, the FitToPagesWide and FitToPagesTall properties control how the worksheet is scaled. | [optional]
17
- **black_and_white** | **BOOLEAN** | Represents if elements of the document will be printed in black and white. True/False | [optional]
18
- **print_title_columns** | **String** | Represents the columns that contain the cells to be repeated on the left side of each page. | [optional]
19
- **is_hf_align_margins** | **BOOLEAN** | Indicates whether header and footer margins are aligned with the page margins.Only applies for Excel 2007. | [optional]
20
- **print_area** | **String** | Represents the range to be printed. | [optional]
21
- **footer_margin** | **Float** | Represents the distance from the bottom of the page to the footer, in unit of centimeters. | [optional]
22
- **left_margin** | **Float** | Represents the size of the left margin, in unit of centimeters. | [optional]
23
- **center_horizontally** | **BOOLEAN** | Represent if the sheet is printed centered horizontally. | [optional]
24
- **header_margin** | **Float** | Represents the distance from the top of the page to the header, in unit of centimeters. | [optional]
25
- **top_margin** | **Float** | Represents the size of the top margin, in unit of centimeters. | [optional]
26
- **footer** | [**Array<PageSection>**](PageSection.md) | Represents the page footor. | [optional]
27
- **fit_to_pages_tall** | **Integer** | Represents the number of pages tall the worksheet will be scaled to when it's printed. | [optional]
28
- **is_hf_scale_with_doc** | **BOOLEAN** | Indicates whether header and footer are scaled with document scaling.Only applies for Excel 2007. | [optional]
29
- **print_headings** | **BOOLEAN** | Represents if row and column headings are printed with this page. | [optional]
30
- **zoom** | **Integer** | Represents the scaling factor in percent. It should be between 10 and 400. | [optional]
31
- **print_title_rows** | **String** | Represents the rows that contain the cells to be repeated at the top of each page. | [optional]
32
- **order** | **String** | Represents the order that Microsoft Excel uses to number pages when printing a large worksheet. | [optional]
33
- **print_copies** | **Integer** | Get and sets number of copies to print. | [optional]
34
- **orientation** | **String** | Represents page print orientation. | [optional]
35
- **right_margin** | **Float** | Represents the size of the right margin, in unit of centimeters. | [optional]
36
- **print_gridlines** | **BOOLEAN** | Represents if cell gridlines are printed on the page. | [optional]
37
- **is_auto_first_page_number** | **BOOLEAN** | Indicates whether the first the page number is automatically assigned. | [optional]
38
- **header** | [**Array<PageSection>**](PageSection.md) | Represents the page header. | [optional]
39
- **is_hf_diff_odd_even** | **BOOLEAN** | True means that the header/footer of the odd pages is different with odd pages. | [optional]
40
- **bottom_margin** | **Float** | Represents the size of the bottom margin, in unit of centimeters. | [optional]
41
-
42
-
@@ -1,9 +0,0 @@
1
- # AsposeCellsCloud::PageSetupOperateParameter
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **operate_type** | **String** | | [optional]
7
- **page_setup** | [**PageSetup**](PageSetup.md) | | [optional]
8
-
9
-
@@ -1,10 +0,0 @@
1
- # AsposeCellsCloud::PageSetupResponse
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **status** | **String** | | [optional]
7
- **code** | **Integer** | |
8
- **page_setup** | [**PageSetup**](PageSetup.md) | | [optional]
9
-
10
-
@@ -1,8 +0,0 @@
1
- # AsposeCellsCloud::PasswordRequest
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **password** | **String** | | [optional]
7
-
8
-
@@ -1,11 +0,0 @@
1
- # AsposeCellsCloud::PasteOptions
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **paste_type** | **String** | | [optional]
7
- **skip_blanks** | **BOOLEAN** | | [optional]
8
- **only_visible_cells** | **BOOLEAN** | | [optional]
9
- **transpose** | **BOOLEAN** | | [optional]
10
-
11
-
@@ -1,14 +0,0 @@
1
- # AsposeCellsCloud::PatternFill
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **foreground_color** | [**Color**](Color.md) | | [optional]
7
- **pattern** | **String** | | [optional]
8
- **background_color** | [**Color**](Color.md) | | [optional]
9
- **back_transparency** | **Float** | | [optional]
10
- **background_cells_color** | [**CellsColor**](CellsColor.md) | | [optional]
11
- **fore_transparency** | **Float** | | [optional]
12
- **foreground_cells_color** | [**CellsColor**](CellsColor.md) | | [optional]
13
-
14
-