You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/swagger.yaml
+81-3Lines changed: 81 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
swagger: "2.0"
3
3
info:
4
-
version: "24.8"
4
+
version: "24.9"
5
5
title: "Aspose.Cells Cloud APIs."
6
6
host: "api.aspose.cloud"
7
7
basePath: "/v3.0"
@@ -5116,6 +5116,20 @@ paths:
5116
5116
type: "boolean"
5117
5117
x-nullable: true
5118
5118
x-exportParamName: "pageTallFitOnPerSheet"
5119
+
- name: "sheetname"
5120
+
in: "Query"
5121
+
description: ""
5122
+
required: false
5123
+
type: "string"
5124
+
x-nullable: true
5125
+
x-exportParamName: "sheetName"
5126
+
- name: "pageindex"
5127
+
in: "Query"
5128
+
description: ""
5129
+
required: false
5130
+
type: "integer"
5131
+
x-nullable: true
5132
+
x-exportParamName: "pageIndex"
5119
5133
/cells/{name}/SaveAs:
5120
5134
post:
5121
5135
tags:
@@ -12011,6 +12025,20 @@ paths:
12011
12025
type: "class:trimcontentoptions"
12012
12026
x-nullable: true
12013
12027
x-exportParamName: "trimContentOptions"
12028
+
/cells/updatewordcase:
12029
+
post:
12030
+
tags:
12031
+
- "Cells"
12032
+
summary: ""
12033
+
operationId: "PostUpdateWordCase"
12034
+
parameters:
12035
+
- name: "wordcaseoptions"
12036
+
in: "Body"
12037
+
description: ""
12038
+
required: true
12039
+
type: "class:wordcaseoptions"
12040
+
x-nullable: true
12041
+
x-exportParamName: "wordCaseOptions"
12014
12042
/cells/{name}/defaultstyle:
12015
12043
get:
12016
12044
tags:
@@ -12830,6 +12858,13 @@ paths:
12830
12858
type: "string"
12831
12859
x-nullable: true
12832
12860
x-exportParamName: "picPath"
12861
+
- name: "imageadaptoption"
12862
+
in: "Query"
12863
+
description: ""
12864
+
required: false
12865
+
type: "string"
12866
+
x-nullable: true
12867
+
x-exportParamName: "imageAdaptOption"
12833
12868
- name: "folder"
12834
12869
in: "Query"
12835
12870
description: "The folder where the file is situated."
@@ -14202,6 +14237,13 @@ paths:
14202
14237
type: "string"
14203
14238
x-nullable: true
14204
14239
x-exportParamName: "picPath"
14240
+
- name: "imageadaptoption"
14241
+
in: "Query"
14242
+
description: ""
14243
+
required: false
14244
+
type: "string"
14245
+
x-nullable: true
14246
+
x-exportParamName: "imageAdaptOption"
14205
14247
- name: "folder"
14206
14248
in: "Query"
14207
14249
description: "The folder where the file is situated."
@@ -16495,6 +16537,12 @@ definitions:
16495
16537
IconSetType:
16496
16538
type: "string"
16497
16539
description: "Get or Set the icon set type to display. Setting the type will auto check if the current Cfvos's count is accord with the new type. If not accord, old Cfvos will be cleaned and default Cfvos will be added. "
16540
+
ImageAdaptOptions:
16541
+
allOf:
16542
+
- type: "object"
16543
+
16544
+
properties:
16545
+
16498
16546
Link:
16499
16547
type: "object"
16500
16548
properties:
@@ -18641,10 +18689,10 @@ definitions:
18641
18689
description: ""
18642
18690
HiddenColDisplayType:
18643
18691
type: "string"
18644
-
description: "Hidden column(the width of this column is 0) in excel,before save this into html format, if HtmlHiddenColDisplayType is "Remove",the hidden column would ont been output, if the value is "Hidden", the column would been output,but was hidden,the default value is "Hidden""
18692
+
description: "Hidden column(the width of this column is 0) in excel,before save this into html format, if HtmlHiddenColDisplayType is "Remove",the hidden column would ont been output, if the value is "Hidden", the column would been output,but was hidden,the default value is "Hidden""
18645
18693
HiddenRowDisplayType:
18646
18694
type: "string"
18647
-
description: "Hidden row(the height of this row is 0) in excel,before save this into html format, if HtmlHiddenRowDisplayType is "Remove",the hidden row would ont been output, if the value is "Hidden", the row would been output,but was hidden,the default value is "Hidden""
18695
+
description: "Hidden row(the height of this row is 0) in excel,before save this into html format, if HtmlHiddenRowDisplayType is "Remove",the hidden row would ont been output, if the value is "Hidden", the row would been output,but was hidden,the default value is "Hidden""
18648
18696
HtmlCrossStringType:
18649
18697
type: "string"
18650
18698
description: "Indicates if a cross-cell string will be displayed in the same way as MS Excel when saving an Excel file in html format. By default the value is Default, so, for cross-cell strings, there is little difference between the html files created by Aspose.Cells and MS Excel. But the performance for creating large html files,setting the value to Cross would be several times faster than setting it to Default or Fit2Cell."
@@ -18657,6 +18705,9 @@ definitions:
18657
18705
ParseHtmlTagInCell:
18658
18706
type: "boolean"
18659
18707
description: "Parse html tag in cell,like ,as cell value,or as html tag,default is true"
18708
+
CellNameAttribute:
18709
+
type: "string"
18710
+
description: ""
18660
18711
SaveFormat:
18661
18712
type: "string"
18662
18713
description: ""
@@ -21353,6 +21404,9 @@ definitions:
21353
21404
ProtectCurrentSheet:
21354
21405
type: "class:protection"
21355
21406
description: "Represents the various types of protection options available for a worksheet. "
21407
+
ProtectAllSheets:
21408
+
type: "class:protection"
21409
+
description: "Represents the various types of protection options available for all worksheets. "
21356
21410
ProtectWorkbookStructure:
21357
21411
type: "string"
21358
21412
description: "Indicates protect workbook structure. All, Contents, Objects, Scenarios, Structure, Windows, and None."
0 commit comments