Skip to content

Commit cee1a75

Browse files
committed
20220120 update:renmae litecellsapi to lightcellsapi.
1 parent 81b2d73 commit cee1a75

18 files changed

+139
-139
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ Ruby Cloud SDK wraps Aspose.Cells REST API so you could seamlessly integrate Mic
2323

2424
## Feature & Enhancements in Version 22.1
2525

26-
- Improvement for conversion API.
27-
- Improvement for batch data import to support to set cell formula.
28-
- Improvement for setting row height and column wight to support to set multi-rows and multi-columns.
29-
- Support to set cell formula in batch data import.
30-
- Add a new API for updating the list column.
31-
- Add a new API for reversing columns and rows.
32-
- Add new APIs for grouping and ungrouping shapes.
26+
- SaveAs API add the parameter of target storage name.
27+
- Workbok merged API add the parameter of merged file storage name.
28+
- Workbok split API add the parameter of target storage name
29+
- Workbok smart marker API add the parameter of output storage name.
30+
- Batch convert API add the parameters of intput and output storage name.
31+
- Remove AutoshapesController from Aspose.Cells Cloud.
32+
- Rename LiteCellsApi to LightCellsApi.
3333

3434

3535
## Read & Write Spreadsheet Formats

docs/LiteCellsApi.md renamed to docs/LightCellsApi.md

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
# AsposeCellsCloud::LiteCellsApi
1+
# AsposeCellsCloud::LightCellsApi
22

33
All URIs are relative to *https://api.aspose.cloud/v3.0*
44

55
Method | 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
2929
require 'aspose_cells_cloud'
3030

31-
api_instance = AsposeCellsCloud::LiteCellsApi.new
31+
api_instance = AsposeCellsCloud::LightCellsApi.new
3232

3333
file = File.new('/path/to/file.txt') # File | File to upload
3434

@@ -40,7 +40,7 @@ begin
4040
result = api_instance.delete_metadata(file, opts)
4141
p result
4242
rescue AsposeCellsCloud::ApiError => e
43-
puts "Exception when calling LiteCellsApi->delete_metadata: #{e}"
43+
puts "Exception when calling LightCellsApi->delete_metadata: #{e}"
4444
end
4545
```
4646

@@ -76,7 +76,7 @@ No authorization required
7676
# load the gem
7777
require 'aspose_cells_cloud'
7878

79-
api_instance = AsposeCellsCloud::LiteCellsApi.new
79+
api_instance = AsposeCellsCloud::LightCellsApi.new
8080

8181
file = File.new('/path/to/file.txt') # File | File to upload
8282

@@ -88,7 +88,7 @@ begin
8888
result = api_instance.get_metadata(file, opts)
8989
p result
9090
rescue AsposeCellsCloud::ApiError => e
91-
puts "Exception when calling LiteCellsApi->get_metadata: #{e}"
91+
puts "Exception when calling LightCellsApi->get_metadata: #{e}"
9292
end
9393
```
9494

@@ -124,7 +124,7 @@ No authorization required
124124
# load the gem
125125
require 'aspose_cells_cloud'
126126

127-
api_instance = AsposeCellsCloud::LiteCellsApi.new
127+
api_instance = AsposeCellsCloud::LightCellsApi.new
128128

129129
file = 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
140140
rescue AsposeCellsCloud::ApiError => e
141-
puts "Exception when calling LiteCellsApi->post_assemble: #{e}"
141+
puts "Exception when calling LightCellsApi->post_assemble: #{e}"
142142
end
143143
```
144144

@@ -175,7 +175,7 @@ No authorization required
175175
# load the gem
176176
require 'aspose_cells_cloud'
177177

178-
api_instance = AsposeCellsCloud::LiteCellsApi.new
178+
api_instance = AsposeCellsCloud::LightCellsApi.new
179179

180180
file = 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
188188
rescue AsposeCellsCloud::ApiError => e
189-
puts "Exception when calling LiteCellsApi->post_clear_objects: #{e}"
189+
puts "Exception when calling LightCellsApi->post_clear_objects: #{e}"
190190
end
191191
```
192192

@@ -222,7 +222,7 @@ No authorization required
222222
# load the gem
223223
require 'aspose_cells_cloud'
224224

225-
api_instance = AsposeCellsCloud::LiteCellsApi.new
225+
api_instance = AsposeCellsCloud::LightCellsApi.new
226226

227227
file = 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
237237
rescue AsposeCellsCloud::ApiError => e
238-
puts "Exception when calling LiteCellsApi->post_export: #{e}"
238+
puts "Exception when calling LightCellsApi->post_export: #{e}"
239239
end
240240
```
241241

@@ -272,7 +272,7 @@ No authorization required
272272
# load the gem
273273
require 'aspose_cells_cloud'
274274

275-
api_instance = AsposeCellsCloud::LiteCellsApi.new
275+
api_instance = AsposeCellsCloud::LightCellsApi.new
276276

277277
file = 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
287287
rescue AsposeCellsCloud::ApiError => e
288-
puts "Exception when calling LiteCellsApi->post_merge: #{e}"
288+
puts "Exception when calling LightCellsApi->post_merge: #{e}"
289289
end
290290
```
291291

@@ -322,7 +322,7 @@ No authorization required
322322
# load the gem
323323
require 'aspose_cells_cloud'
324324

325-
api_instance = AsposeCellsCloud::LiteCellsApi.new
325+
api_instance = AsposeCellsCloud::LightCellsApi.new
326326

327327
file = 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
335335
rescue AsposeCellsCloud::ApiError => e
336-
puts "Exception when calling LiteCellsApi->post_metadata: #{e}"
336+
puts "Exception when calling LightCellsApi->post_metadata: #{e}"
337337
end
338338
```
339339

@@ -369,7 +369,7 @@ No authorization required
369369
# load the gem
370370
require 'aspose_cells_cloud'
371371

372-
api_instance = AsposeCellsCloud::LiteCellsApi.new
372+
api_instance = AsposeCellsCloud::LightCellsApi.new
373373

374374
file = 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
382382
rescue AsposeCellsCloud::ApiError => e
383-
puts "Exception when calling LiteCellsApi->post_protect: #{e}"
383+
puts "Exception when calling LightCellsApi->post_protect: #{e}"
384384
end
385385
```
386386

@@ -416,7 +416,7 @@ No authorization required
416416
# load the gem
417417
require 'aspose_cells_cloud'
418418

419-
api_instance = AsposeCellsCloud::LiteCellsApi.new
419+
api_instance = AsposeCellsCloud::LightCellsApi.new
420420

421421
file = 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
433433
rescue AsposeCellsCloud::ApiError => e
434-
puts "Exception when calling LiteCellsApi->post_search: #{e}"
434+
puts "Exception when calling LightCellsApi->post_search: #{e}"
435435
end
436436
```
437437

@@ -469,7 +469,7 @@ No authorization required
469469
# load the gem
470470
require 'aspose_cells_cloud'
471471

472-
api_instance = AsposeCellsCloud::LiteCellsApi.new
472+
api_instance = AsposeCellsCloud::LightCellsApi.new
473473

474474
file = 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
487487
rescue AsposeCellsCloud::ApiError => e
488-
puts "Exception when calling LiteCellsApi->post_split: #{e}"
488+
puts "Exception when calling LightCellsApi->post_split: #{e}"
489489
end
490490
```
491491

@@ -524,7 +524,7 @@ No authorization required
524524
# load the gem
525525
require 'aspose_cells_cloud'
526526

527-
api_instance = AsposeCellsCloud::LiteCellsApi.new
527+
api_instance = AsposeCellsCloud::LightCellsApi.new
528528

529529
file = 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
537537
rescue AsposeCellsCloud::ApiError => e
538-
puts "Exception when calling LiteCellsApi->post_unlock: #{e}"
538+
puts "Exception when calling LightCellsApi->post_unlock: #{e}"
539539
end
540540
```
541541

@@ -571,7 +571,7 @@ No authorization required
571571
# load the gem
572572
require 'aspose_cells_cloud'
573573

574-
api_instance = AsposeCellsCloud::LiteCellsApi.new
574+
api_instance = AsposeCellsCloud::LightCellsApi.new
575575

576576
file = 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
586586
rescue AsposeCellsCloud::ApiError => e
587-
puts "Exception when calling LiteCellsApi->post_watermark: #{e}"
587+
puts "Exception when calling LightCellsApi->post_watermark: #{e}"
588588
end
589589
```
590590

lib/aspose_cells_cloud.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@
284284

285285
# APIs
286286
require 'aspose_cells_cloud/api/cells_api'
287-
require 'aspose_cells_cloud/api/lite_cells_api'
287+
require 'aspose_cells_cloud/api/light_cells_api'
288288

289289
module AsposeCellsCloud
290290
class << self

0 commit comments

Comments
 (0)