1- # asposecellscloud.LiteCellsApi
1+ # asposecellscloud.LightCellsApi
22
33All URIs are relative to * https://api.aspose.cloud/v3.0 *
44
55Method | HTTP request | Description
66------------- | ------------- | -------------
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 |
1919
2020
2121# ** delete_metadata**
@@ -32,15 +32,15 @@ from asposecellscloud.rest import ApiException
3232from pprint import pprint
3333
3434# create an instance of the API class
35- api_instance = asposecellscloud.LiteCellsApi ()
35+ api_instance = asposecellscloud.LightCellsApi ()
3636file = ' /path/to/file.txt' # file | File to upload
3737type = ' all' # str | (optional) (default to all)
3838
3939try :
4040 api_response = api_instance.delete_metadata(file , type = type )
4141 pprint(api_response)
4242except 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)
4444```
4545
4646### Parameters
@@ -79,15 +79,15 @@ from asposecellscloud.rest import ApiException
7979from pprint import pprint
8080
8181# create an instance of the API class
82- api_instance = asposecellscloud.LiteCellsApi ()
82+ api_instance = asposecellscloud.LightCellsApi ()
8383file = ' /path/to/file.txt' # file | File to upload
8484type = ' all' # str | (optional) (default to all)
8585
8686try :
8787 api_response = api_instance.get_metadata(file , type = type )
8888 pprint(api_response)
8989except 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)
9191```
9292
9393### Parameters
@@ -126,7 +126,7 @@ from asposecellscloud.rest import ApiException
126126from pprint import pprint
127127
128128# create an instance of the API class
129- api_instance = asposecellscloud.LiteCellsApi ()
129+ api_instance = asposecellscloud.LightCellsApi ()
130130file = ' /path/to/file.txt' # file | File to upload
131131datasource = ' datasource_example' # str |
132132format = ' Xlsx' # str | (optional) (default to Xlsx)
135135 api_response = api_instance.post_assemble(file , datasource, format = format )
136136 pprint(api_response)
137137except 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)
139139```
140140
141141### Parameters
@@ -175,15 +175,15 @@ from asposecellscloud.rest import ApiException
175175from pprint import pprint
176176
177177# create an instance of the API class
178- api_instance = asposecellscloud.LiteCellsApi ()
178+ api_instance = asposecellscloud.LightCellsApi ()
179179file = ' /path/to/file.txt' # file | File to upload
180180objecttype = ' objecttype_example' # str |
181181
182182try :
183183 api_response = api_instance.post_clear_objects(file , objecttype)
184184 pprint(api_response)
185185except 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)
187187```
188188
189189### Parameters
@@ -222,7 +222,7 @@ from asposecellscloud.rest import ApiException
222222from pprint import pprint
223223
224224# create an instance of the API class
225- api_instance = asposecellscloud.LiteCellsApi ()
225+ api_instance = asposecellscloud.LightCellsApi ()
226226file = ' /path/to/file.txt' # file | File to upload
227227object_type = ' object_type_example' # str |
228228format = ' format_example' # str |
231231 api_response = api_instance.post_export(file , object_type, format )
232232 pprint(api_response)
233233except 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)
235235```
236236
237237### Parameters
@@ -271,7 +271,7 @@ from asposecellscloud.rest import ApiException
271271from pprint import pprint
272272
273273# create an instance of the API class
274- api_instance = asposecellscloud.LiteCellsApi ()
274+ api_instance = asposecellscloud.LightCellsApi ()
275275file = ' /path/to/file.txt' # file | File to upload
276276format = ' xlsx' # str | (optional) (default to xlsx)
277277merge_to_one_sheet = false # bool | (optional) (default to false)
280280 api_response = api_instance.post_merge(file , format = format , merge_to_one_sheet = merge_to_one_sheet)
281281 pprint(api_response)
282282except 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)
284284```
285285
286286### Parameters
@@ -320,15 +320,15 @@ from asposecellscloud.rest import ApiException
320320from pprint import pprint
321321
322322# create an instance of the API class
323- api_instance = asposecellscloud.LiteCellsApi ()
323+ api_instance = asposecellscloud.LightCellsApi ()
324324file = ' /path/to/file.txt' # file | File to upload
325325document_properties = asposecellscloud.CellsDocumentProperty() # CellsDocumentProperty | Cells document property.
326326
327327try :
328328 api_response = api_instance.post_metadata(file , document_properties)
329329 pprint(api_response)
330330except 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)
332332```
333333
334334### Parameters
@@ -367,15 +367,15 @@ from asposecellscloud.rest import ApiException
367367from pprint import pprint
368368
369369# create an instance of the API class
370- api_instance = asposecellscloud.LiteCellsApi ()
370+ api_instance = asposecellscloud.LightCellsApi ()
371371file = ' /path/to/file.txt' # file | File to upload
372372password = ' password_example' # str |
373373
374374try :
375375 api_response = api_instance.post_protect(file , password)
376376 pprint(api_response)
377377except 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)
379379```
380380
381381### Parameters
@@ -414,7 +414,7 @@ from asposecellscloud.rest import ApiException
414414from pprint import pprint
415415
416416# create an instance of the API class
417- api_instance = asposecellscloud.LiteCellsApi ()
417+ api_instance = asposecellscloud.LightCellsApi ()
418418file = ' /path/to/file.txt' # file | File to upload
419419text = ' text_example' # str |
420420password = ' password_example' # str | (optional)
424424 api_response = api_instance.post_search(file , text, password = password, sheetname = sheetname)
425425 pprint(api_response)
426426except 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)
428428```
429429
430430### Parameters
@@ -465,7 +465,7 @@ from asposecellscloud.rest import ApiException
465465from pprint import pprint
466466
467467# create an instance of the API class
468- api_instance = asposecellscloud.LiteCellsApi ()
468+ api_instance = asposecellscloud.LightCellsApi ()
469469file = ' /path/to/file.txt' # file | File to upload
470470format = ' format_example' # str |
471471password = ' password_example' # str | (optional)
476476 api_response = api_instance.post_split(file , format , password = password, _from = _from, to = to)
477477 pprint(api_response)
478478except 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)
480480```
481481
482482### Parameters
@@ -518,15 +518,15 @@ from asposecellscloud.rest import ApiException
518518from pprint import pprint
519519
520520# create an instance of the API class
521- api_instance = asposecellscloud.LiteCellsApi ()
521+ api_instance = asposecellscloud.LightCellsApi ()
522522file = ' /path/to/file.txt' # file | File to upload
523523password = ' password_example' # str |
524524
525525try :
526526 api_response = api_instance.post_unlock(file , password)
527527 pprint(api_response)
528528except 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)
530530```
531531
532532### Parameters
@@ -565,7 +565,7 @@ from asposecellscloud.rest import ApiException
565565from pprint import pprint
566566
567567# create an instance of the API class
568- api_instance = asposecellscloud.LiteCellsApi ()
568+ api_instance = asposecellscloud.LightCellsApi ()
569569file = ' /path/to/file.txt' # file | File to upload
570570text = ' text_example' # str |
571571color = ' color_example' # str |
574574 api_response = api_instance.post_watermark(file , text, color)
575575 pprint(api_response)
576576except 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)
578578```
579579
580580### Parameters
0 commit comments