1
- # asposecellscloud.LiteCellsApi
1
+ # asposecellscloud.LightCellsApi
2
2
3
3
All URIs are relative to * https://api.aspose.cloud/v3.0 *
4
4
5
5
Method | HTTP request | Description
6
6
------------- | ------------- | -------------
7
- [ ** delete_metadata** ] ( LiteCellsApi .md#delete_metadata) | ** POST** /cells/metadata/delete |
8
- [ ** get_metadata** ] ( LiteCellsApi .md#get_metadata) | ** POST** /cells/metadata/get |
9
- [ ** post_assemble** ] ( LiteCellsApi .md#post_assemble) | ** POST** /cells/assemble |
10
- [ ** post_clear_objects** ] ( LiteCellsApi .md#post_clear_objects) | ** POST** /cells/clearobjects |
11
- [ ** post_export** ] ( LiteCellsApi .md#post_export) | ** POST** /cells/export |
12
- [ ** post_merge** ] ( LiteCellsApi .md#post_merge) | ** POST** /cells/merge |
13
- [ ** post_metadata** ] ( LiteCellsApi .md#post_metadata) | ** POST** /cells/metadata/update |
14
- [ ** post_protect** ] ( LiteCellsApi .md#post_protect) | ** POST** /cells/protect |
15
- [ ** post_search** ] ( LiteCellsApi .md#post_search) | ** POST** /cells/search |
16
- [ ** post_split** ] ( LiteCellsApi .md#post_split) | ** POST** /cells/split |
17
- [ ** post_unlock** ] ( LiteCellsApi .md#post_unlock) | ** POST** /cells/unlock |
18
- [ ** post_watermark** ] ( LiteCellsApi .md#post_watermark) | ** POST** /cells/watermark |
7
+ [ ** delete_metadata** ] ( LightCellsApi .md#delete_metadata) | ** POST** /cells/metadata/delete |
8
+ [ ** get_metadata** ] ( LightCellsApi .md#get_metadata) | ** POST** /cells/metadata/get |
9
+ [ ** post_assemble** ] ( LightCellsApi .md#post_assemble) | ** POST** /cells/assemble |
10
+ [ ** post_clear_objects** ] ( LightCellsApi .md#post_clear_objects) | ** POST** /cells/clearobjects |
11
+ [ ** post_export** ] ( LightCellsApi .md#post_export) | ** POST** /cells/export |
12
+ [ ** post_merge** ] ( LightCellsApi .md#post_merge) | ** POST** /cells/merge |
13
+ [ ** post_metadata** ] ( LightCellsApi .md#post_metadata) | ** POST** /cells/metadata/update |
14
+ [ ** post_protect** ] ( LightCellsApi .md#post_protect) | ** POST** /cells/protect |
15
+ [ ** post_search** ] ( LightCellsApi .md#post_search) | ** POST** /cells/search |
16
+ [ ** post_split** ] ( LightCellsApi .md#post_split) | ** POST** /cells/split |
17
+ [ ** post_unlock** ] ( LightCellsApi .md#post_unlock) | ** POST** /cells/unlock |
18
+ [ ** post_watermark** ] ( LightCellsApi .md#post_watermark) | ** POST** /cells/watermark |
19
19
20
20
21
21
# ** delete_metadata**
@@ -32,15 +32,15 @@ from asposecellscloud.rest import ApiException
32
32
from pprint import pprint
33
33
34
34
# create an instance of the API class
35
- api_instance = asposecellscloud.LiteCellsApi ()
35
+ api_instance = asposecellscloud.LightCellsApi ()
36
36
file = ' /path/to/file.txt' # file | File to upload
37
37
type = ' all' # str | (optional) (default to all)
38
38
39
39
try :
40
40
api_response = api_instance.delete_metadata(file , type = type )
41
41
pprint(api_response)
42
42
except ApiException as e:
43
- print (" Exception when calling LiteCellsApi ->delete_metadata: %s \n " % e)
43
+ print (" Exception when calling LightCellsApi ->delete_metadata: %s \n " % e)
44
44
```
45
45
46
46
### Parameters
@@ -79,15 +79,15 @@ from asposecellscloud.rest import ApiException
79
79
from pprint import pprint
80
80
81
81
# create an instance of the API class
82
- api_instance = asposecellscloud.LiteCellsApi ()
82
+ api_instance = asposecellscloud.LightCellsApi ()
83
83
file = ' /path/to/file.txt' # file | File to upload
84
84
type = ' all' # str | (optional) (default to all)
85
85
86
86
try :
87
87
api_response = api_instance.get_metadata(file , type = type )
88
88
pprint(api_response)
89
89
except ApiException as e:
90
- print (" Exception when calling LiteCellsApi ->get_metadata: %s \n " % e)
90
+ print (" Exception when calling LightCellsApi ->get_metadata: %s \n " % e)
91
91
```
92
92
93
93
### Parameters
@@ -126,7 +126,7 @@ from asposecellscloud.rest import ApiException
126
126
from pprint import pprint
127
127
128
128
# create an instance of the API class
129
- api_instance = asposecellscloud.LiteCellsApi ()
129
+ api_instance = asposecellscloud.LightCellsApi ()
130
130
file = ' /path/to/file.txt' # file | File to upload
131
131
datasource = ' datasource_example' # str |
132
132
format = ' Xlsx' # str | (optional) (default to Xlsx)
135
135
api_response = api_instance.post_assemble(file , datasource, format = format )
136
136
pprint(api_response)
137
137
except ApiException as e:
138
- print (" Exception when calling LiteCellsApi ->post_assemble: %s \n " % e)
138
+ print (" Exception when calling LightCellsApi ->post_assemble: %s \n " % e)
139
139
```
140
140
141
141
### Parameters
@@ -175,15 +175,15 @@ from asposecellscloud.rest import ApiException
175
175
from pprint import pprint
176
176
177
177
# create an instance of the API class
178
- api_instance = asposecellscloud.LiteCellsApi ()
178
+ api_instance = asposecellscloud.LightCellsApi ()
179
179
file = ' /path/to/file.txt' # file | File to upload
180
180
objecttype = ' objecttype_example' # str |
181
181
182
182
try :
183
183
api_response = api_instance.post_clear_objects(file , objecttype)
184
184
pprint(api_response)
185
185
except ApiException as e:
186
- print (" Exception when calling LiteCellsApi ->post_clear_objects: %s \n " % e)
186
+ print (" Exception when calling LightCellsApi ->post_clear_objects: %s \n " % e)
187
187
```
188
188
189
189
### Parameters
@@ -222,7 +222,7 @@ from asposecellscloud.rest import ApiException
222
222
from pprint import pprint
223
223
224
224
# create an instance of the API class
225
- api_instance = asposecellscloud.LiteCellsApi ()
225
+ api_instance = asposecellscloud.LightCellsApi ()
226
226
file = ' /path/to/file.txt' # file | File to upload
227
227
object_type = ' object_type_example' # str |
228
228
format = ' format_example' # str |
231
231
api_response = api_instance.post_export(file , object_type, format )
232
232
pprint(api_response)
233
233
except ApiException as e:
234
- print (" Exception when calling LiteCellsApi ->post_export: %s \n " % e)
234
+ print (" Exception when calling LightCellsApi ->post_export: %s \n " % e)
235
235
```
236
236
237
237
### Parameters
@@ -271,7 +271,7 @@ from asposecellscloud.rest import ApiException
271
271
from pprint import pprint
272
272
273
273
# create an instance of the API class
274
- api_instance = asposecellscloud.LiteCellsApi ()
274
+ api_instance = asposecellscloud.LightCellsApi ()
275
275
file = ' /path/to/file.txt' # file | File to upload
276
276
format = ' xlsx' # str | (optional) (default to xlsx)
277
277
merge_to_one_sheet = false # bool | (optional) (default to false)
280
280
api_response = api_instance.post_merge(file , format = format , merge_to_one_sheet = merge_to_one_sheet)
281
281
pprint(api_response)
282
282
except ApiException as e:
283
- print (" Exception when calling LiteCellsApi ->post_merge: %s \n " % e)
283
+ print (" Exception when calling LightCellsApi ->post_merge: %s \n " % e)
284
284
```
285
285
286
286
### Parameters
@@ -320,15 +320,15 @@ from asposecellscloud.rest import ApiException
320
320
from pprint import pprint
321
321
322
322
# create an instance of the API class
323
- api_instance = asposecellscloud.LiteCellsApi ()
323
+ api_instance = asposecellscloud.LightCellsApi ()
324
324
file = ' /path/to/file.txt' # file | File to upload
325
325
document_properties = asposecellscloud.CellsDocumentProperty() # CellsDocumentProperty | Cells document property.
326
326
327
327
try :
328
328
api_response = api_instance.post_metadata(file , document_properties)
329
329
pprint(api_response)
330
330
except ApiException as e:
331
- print (" Exception when calling LiteCellsApi ->post_metadata: %s \n " % e)
331
+ print (" Exception when calling LightCellsApi ->post_metadata: %s \n " % e)
332
332
```
333
333
334
334
### Parameters
@@ -367,15 +367,15 @@ from asposecellscloud.rest import ApiException
367
367
from pprint import pprint
368
368
369
369
# create an instance of the API class
370
- api_instance = asposecellscloud.LiteCellsApi ()
370
+ api_instance = asposecellscloud.LightCellsApi ()
371
371
file = ' /path/to/file.txt' # file | File to upload
372
372
password = ' password_example' # str |
373
373
374
374
try :
375
375
api_response = api_instance.post_protect(file , password)
376
376
pprint(api_response)
377
377
except ApiException as e:
378
- print (" Exception when calling LiteCellsApi ->post_protect: %s \n " % e)
378
+ print (" Exception when calling LightCellsApi ->post_protect: %s \n " % e)
379
379
```
380
380
381
381
### Parameters
@@ -414,7 +414,7 @@ from asposecellscloud.rest import ApiException
414
414
from pprint import pprint
415
415
416
416
# create an instance of the API class
417
- api_instance = asposecellscloud.LiteCellsApi ()
417
+ api_instance = asposecellscloud.LightCellsApi ()
418
418
file = ' /path/to/file.txt' # file | File to upload
419
419
text = ' text_example' # str |
420
420
password = ' password_example' # str | (optional)
424
424
api_response = api_instance.post_search(file , text, password = password, sheetname = sheetname)
425
425
pprint(api_response)
426
426
except ApiException as e:
427
- print (" Exception when calling LiteCellsApi ->post_search: %s \n " % e)
427
+ print (" Exception when calling LightCellsApi ->post_search: %s \n " % e)
428
428
```
429
429
430
430
### Parameters
@@ -465,7 +465,7 @@ from asposecellscloud.rest import ApiException
465
465
from pprint import pprint
466
466
467
467
# create an instance of the API class
468
- api_instance = asposecellscloud.LiteCellsApi ()
468
+ api_instance = asposecellscloud.LightCellsApi ()
469
469
file = ' /path/to/file.txt' # file | File to upload
470
470
format = ' format_example' # str |
471
471
password = ' password_example' # str | (optional)
476
476
api_response = api_instance.post_split(file , format , password = password, _from = _from, to = to)
477
477
pprint(api_response)
478
478
except ApiException as e:
479
- print (" Exception when calling LiteCellsApi ->post_split: %s \n " % e)
479
+ print (" Exception when calling LightCellsApi ->post_split: %s \n " % e)
480
480
```
481
481
482
482
### Parameters
@@ -518,15 +518,15 @@ from asposecellscloud.rest import ApiException
518
518
from pprint import pprint
519
519
520
520
# create an instance of the API class
521
- api_instance = asposecellscloud.LiteCellsApi ()
521
+ api_instance = asposecellscloud.LightCellsApi ()
522
522
file = ' /path/to/file.txt' # file | File to upload
523
523
password = ' password_example' # str |
524
524
525
525
try :
526
526
api_response = api_instance.post_unlock(file , password)
527
527
pprint(api_response)
528
528
except ApiException as e:
529
- print (" Exception when calling LiteCellsApi ->post_unlock: %s \n " % e)
529
+ print (" Exception when calling LightCellsApi ->post_unlock: %s \n " % e)
530
530
```
531
531
532
532
### Parameters
@@ -565,7 +565,7 @@ from asposecellscloud.rest import ApiException
565
565
from pprint import pprint
566
566
567
567
# create an instance of the API class
568
- api_instance = asposecellscloud.LiteCellsApi ()
568
+ api_instance = asposecellscloud.LightCellsApi ()
569
569
file = ' /path/to/file.txt' # file | File to upload
570
570
text = ' text_example' # str |
571
571
color = ' color_example' # str |
574
574
api_response = api_instance.post_watermark(file , text, color)
575
575
pprint(api_response)
576
576
except ApiException as e:
577
- print (" Exception when calling LiteCellsApi ->post_watermark: %s \n " % e)
577
+ print (" Exception when calling LightCellsApi ->post_watermark: %s \n " % e)
578
578
```
579
579
580
580
### Parameters
0 commit comments