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**
@@ -28,7 +28,7 @@ Method | HTTP request | Description
2828# load the gem
2929require ' aspose_cells_cloud'
3030
31- api_instance = AsposeCellsCloud ::LiteCellsApi .new
31+ api_instance = AsposeCellsCloud ::LightCellsApi .new
3232
3333file = File .new (' /path/to/file.txt' ) # File | File to upload
3434
4040 result = api_instance.delete_metadata(file, opts)
4141 p result
4242rescue AsposeCellsCloud ::ApiError => e
43- puts " Exception when calling LiteCellsApi ->delete_metadata: #{ e } "
43+ puts " Exception when calling LightCellsApi ->delete_metadata: #{ e } "
4444end
4545```
4646
@@ -76,7 +76,7 @@ No authorization required
7676# load the gem
7777require ' aspose_cells_cloud'
7878
79- api_instance = AsposeCellsCloud ::LiteCellsApi .new
79+ api_instance = AsposeCellsCloud ::LightCellsApi .new
8080
8181file = File .new (' /path/to/file.txt' ) # File | File to upload
8282
8888 result = api_instance.get_metadata(file, opts)
8989 p result
9090rescue AsposeCellsCloud ::ApiError => e
91- puts " Exception when calling LiteCellsApi ->get_metadata: #{ e } "
91+ puts " Exception when calling LightCellsApi ->get_metadata: #{ e } "
9292end
9393```
9494
@@ -124,7 +124,7 @@ No authorization required
124124# load the gem
125125require ' aspose_cells_cloud'
126126
127- api_instance = AsposeCellsCloud ::LiteCellsApi .new
127+ api_instance = AsposeCellsCloud ::LightCellsApi .new
128128
129129file = File .new (' /path/to/file.txt' ) # File | File to upload
130130
@@ -138,7 +138,7 @@ begin
138138 result = api_instance.post_assemble(file, datasource, opts)
139139 p result
140140rescue AsposeCellsCloud ::ApiError => e
141- puts " Exception when calling LiteCellsApi ->post_assemble: #{ e } "
141+ puts " Exception when calling LightCellsApi ->post_assemble: #{ e } "
142142end
143143```
144144
@@ -175,7 +175,7 @@ No authorization required
175175# load the gem
176176require ' aspose_cells_cloud'
177177
178- api_instance = AsposeCellsCloud ::LiteCellsApi .new
178+ api_instance = AsposeCellsCloud ::LightCellsApi .new
179179
180180file = File .new (' /path/to/file.txt' ) # File | File to upload
181181
@@ -186,7 +186,7 @@ begin
186186 result = api_instance.post_clear_objects(file, objecttype)
187187 p result
188188rescue AsposeCellsCloud ::ApiError => e
189- puts " Exception when calling LiteCellsApi ->post_clear_objects: #{ e } "
189+ puts " Exception when calling LightCellsApi ->post_clear_objects: #{ e } "
190190end
191191```
192192
@@ -222,7 +222,7 @@ No authorization required
222222# load the gem
223223require ' aspose_cells_cloud'
224224
225- api_instance = AsposeCellsCloud ::LiteCellsApi .new
225+ api_instance = AsposeCellsCloud ::LightCellsApi .new
226226
227227file = File .new (' /path/to/file.txt' ) # File | File to upload
228228
@@ -235,7 +235,7 @@ begin
235235 result = api_instance.post_export(file, object_type, format )
236236 p result
237237rescue AsposeCellsCloud ::ApiError => e
238- puts " Exception when calling LiteCellsApi ->post_export: #{ e } "
238+ puts " Exception when calling LightCellsApi ->post_export: #{ e } "
239239end
240240```
241241
@@ -272,7 +272,7 @@ No authorization required
272272# load the gem
273273require ' aspose_cells_cloud'
274274
275- api_instance = AsposeCellsCloud ::LiteCellsApi .new
275+ api_instance = AsposeCellsCloud ::LightCellsApi .new
276276
277277file = File .new (' /path/to/file.txt' ) # File | File to upload
278278
@@ -285,7 +285,7 @@ begin
285285 result = api_instance.post_merge(file, opts)
286286 p result
287287rescue AsposeCellsCloud ::ApiError => e
288- puts " Exception when calling LiteCellsApi ->post_merge: #{ e } "
288+ puts " Exception when calling LightCellsApi ->post_merge: #{ e } "
289289end
290290```
291291
@@ -322,7 +322,7 @@ No authorization required
322322# load the gem
323323require ' aspose_cells_cloud'
324324
325- api_instance = AsposeCellsCloud ::LiteCellsApi .new
325+ api_instance = AsposeCellsCloud ::LightCellsApi .new
326326
327327file = File .new (' /path/to/file.txt' ) # File | File to upload
328328
@@ -333,7 +333,7 @@ begin
333333 result = api_instance.post_metadata(file, document_properties)
334334 p result
335335rescue AsposeCellsCloud ::ApiError => e
336- puts " Exception when calling LiteCellsApi ->post_metadata: #{ e } "
336+ puts " Exception when calling LightCellsApi ->post_metadata: #{ e } "
337337end
338338```
339339
@@ -369,7 +369,7 @@ No authorization required
369369# load the gem
370370require ' aspose_cells_cloud'
371371
372- api_instance = AsposeCellsCloud ::LiteCellsApi .new
372+ api_instance = AsposeCellsCloud ::LightCellsApi .new
373373
374374file = File .new (' /path/to/file.txt' ) # File | File to upload
375375
@@ -380,7 +380,7 @@ begin
380380 result = api_instance.post_protect(file, password)
381381 p result
382382rescue AsposeCellsCloud ::ApiError => e
383- puts " Exception when calling LiteCellsApi ->post_protect: #{ e } "
383+ puts " Exception when calling LightCellsApi ->post_protect: #{ e } "
384384end
385385```
386386
@@ -416,7 +416,7 @@ No authorization required
416416# load the gem
417417require ' aspose_cells_cloud'
418418
419- api_instance = AsposeCellsCloud ::LiteCellsApi .new
419+ api_instance = AsposeCellsCloud ::LightCellsApi .new
420420
421421file = File .new (' /path/to/file.txt' ) # File | File to upload
422422
@@ -431,7 +431,7 @@ begin
431431 result = api_instance.post_search(file, text, opts)
432432 p result
433433rescue AsposeCellsCloud ::ApiError => e
434- puts " Exception when calling LiteCellsApi ->post_search: #{ e } "
434+ puts " Exception when calling LightCellsApi ->post_search: #{ e } "
435435end
436436```
437437
@@ -469,7 +469,7 @@ No authorization required
469469# load the gem
470470require ' aspose_cells_cloud'
471471
472- api_instance = AsposeCellsCloud ::LiteCellsApi .new
472+ api_instance = AsposeCellsCloud ::LightCellsApi .new
473473
474474file = File .new (' /path/to/file.txt' ) # File | File to upload
475475
@@ -485,7 +485,7 @@ begin
485485 result = api_instance.post_split(file, format , opts)
486486 p result
487487rescue AsposeCellsCloud ::ApiError => e
488- puts " Exception when calling LiteCellsApi ->post_split: #{ e } "
488+ puts " Exception when calling LightCellsApi ->post_split: #{ e } "
489489end
490490```
491491
@@ -524,7 +524,7 @@ No authorization required
524524# load the gem
525525require ' aspose_cells_cloud'
526526
527- api_instance = AsposeCellsCloud ::LiteCellsApi .new
527+ api_instance = AsposeCellsCloud ::LightCellsApi .new
528528
529529file = File .new (' /path/to/file.txt' ) # File | File to upload
530530
@@ -535,7 +535,7 @@ begin
535535 result = api_instance.post_unlock(file, password)
536536 p result
537537rescue AsposeCellsCloud ::ApiError => e
538- puts " Exception when calling LiteCellsApi ->post_unlock: #{ e } "
538+ puts " Exception when calling LightCellsApi ->post_unlock: #{ e } "
539539end
540540```
541541
@@ -571,7 +571,7 @@ No authorization required
571571# load the gem
572572require ' aspose_cells_cloud'
573573
574- api_instance = AsposeCellsCloud ::LiteCellsApi .new
574+ api_instance = AsposeCellsCloud ::LightCellsApi .new
575575
576576file = File .new (' /path/to/file.txt' ) # File | File to upload
577577
@@ -584,7 +584,7 @@ begin
584584 result = api_instance.post_watermark(file, text, color)
585585 p result
586586rescue AsposeCellsCloud ::ApiError => e
587- puts " Exception when calling LiteCellsApi ->post_watermark: #{ e } "
587+ puts " Exception when calling LightCellsApi ->post_watermark: #{ e } "
588588end
589589```
590590
0 commit comments