aspose_cells_cloud 18.11.1 → 19.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +7 -4
- data/aspose_cells_cloud-18.11.1.gem +0 -0
- data/lib/aspose_cells_cloud.rb +2 -0
- data/lib/aspose_cells_cloud/api/cells_api.rb +72 -0
- data/lib/aspose_cells_cloud/models/html_save_options.rb +363 -0
- data/lib/aspose_cells_cloud/models/m_html_save_options.rb +363 -0
- data/lib/aspose_cells_cloud/version.rb +1 -1
- data/spec/api/cells_api_spec.rb +21 -0
- data/spec/api/cells_one_api_spec.rb +64 -0
- data/spec/models/html_save_options_spec.rb +156 -0
- data/spec/models/m_html_save_options_spec.rb +156 -0
- data/test.sh +21 -0
- metadata +12 -2
@@ -0,0 +1,156 @@
|
|
1
|
+
=begin
|
2
|
+
#Web API Swagger specification
|
3
|
+
|
4
|
+
#No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
5
|
+
|
6
|
+
OpenAPI spec version: 1.0
|
7
|
+
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
+
Swagger Codegen version: 2.3.0-SNAPSHOT
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
require 'date'
|
16
|
+
|
17
|
+
# Unit tests for AsposeCellsCloud::HtmlSaveOptions
|
18
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe 'HtmlSaveOptions' do
|
21
|
+
before do
|
22
|
+
# run before each test
|
23
|
+
@instance = AsposeCellsCloud::HtmlSaveOptions.new
|
24
|
+
end
|
25
|
+
|
26
|
+
after do
|
27
|
+
# run after each test
|
28
|
+
end
|
29
|
+
|
30
|
+
describe 'test an instance of HtmlSaveOptions' do
|
31
|
+
it 'should create an instance of HtmlSaveOptions' do
|
32
|
+
expect(@instance).to be_instance_of(AsposeCellsCloud::HtmlSaveOptions)
|
33
|
+
end
|
34
|
+
end
|
35
|
+
describe 'test attribute "enable_http_compression"' do
|
36
|
+
it 'should work' do
|
37
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
38
|
+
end
|
39
|
+
end
|
40
|
+
|
41
|
+
describe 'test attribute "save_format"' do
|
42
|
+
it 'should work' do
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
44
|
+
end
|
45
|
+
end
|
46
|
+
|
47
|
+
describe 'test attribute "clear_data"' do
|
48
|
+
it 'should work' do
|
49
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
50
|
+
end
|
51
|
+
end
|
52
|
+
|
53
|
+
describe 'test attribute "cached_file_folder"' do
|
54
|
+
it 'should work' do
|
55
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
56
|
+
end
|
57
|
+
end
|
58
|
+
|
59
|
+
describe 'test attribute "validate_merged_areas"' do
|
60
|
+
it 'should work' do
|
61
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
62
|
+
end
|
63
|
+
end
|
64
|
+
|
65
|
+
describe 'test attribute "refresh_chart_cache"' do
|
66
|
+
it 'should work' do
|
67
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
68
|
+
end
|
69
|
+
end
|
70
|
+
|
71
|
+
describe 'test attribute "create_directory"' do
|
72
|
+
it 'should work' do
|
73
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
74
|
+
end
|
75
|
+
end
|
76
|
+
|
77
|
+
describe 'test attribute "sort_names"' do
|
78
|
+
it 'should work' do
|
79
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
80
|
+
end
|
81
|
+
end
|
82
|
+
|
83
|
+
describe 'test attribute "attached_files_directory"' do
|
84
|
+
it 'should work' do
|
85
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
86
|
+
end
|
87
|
+
end
|
88
|
+
|
89
|
+
describe 'test attribute "attached_files_url_prefix"' do
|
90
|
+
it 'should work' do
|
91
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
92
|
+
end
|
93
|
+
end
|
94
|
+
|
95
|
+
describe 'test attribute "encoding"' do
|
96
|
+
it 'should work' do
|
97
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
98
|
+
end
|
99
|
+
end
|
100
|
+
|
101
|
+
describe 'test attribute "export_active_worksheet_only"' do
|
102
|
+
it 'should work' do
|
103
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
104
|
+
end
|
105
|
+
end
|
106
|
+
|
107
|
+
describe 'test attribute "export_chart_image_format"' do
|
108
|
+
it 'should work' do
|
109
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
110
|
+
end
|
111
|
+
end
|
112
|
+
|
113
|
+
describe 'test attribute "export_images_as_base64"' do
|
114
|
+
it 'should work' do
|
115
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
116
|
+
end
|
117
|
+
end
|
118
|
+
|
119
|
+
describe 'test attribute "hidden_col_display_type"' do
|
120
|
+
it 'should work' do
|
121
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
122
|
+
end
|
123
|
+
end
|
124
|
+
|
125
|
+
describe 'test attribute "hidden_row_display_type"' do
|
126
|
+
it 'should work' do
|
127
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
128
|
+
end
|
129
|
+
end
|
130
|
+
|
131
|
+
describe 'test attribute "html_cross_string_type"' do
|
132
|
+
it 'should work' do
|
133
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
134
|
+
end
|
135
|
+
end
|
136
|
+
|
137
|
+
describe 'test attribute "is_exp_image_to_temp_dir"' do
|
138
|
+
it 'should work' do
|
139
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
140
|
+
end
|
141
|
+
end
|
142
|
+
|
143
|
+
describe 'test attribute "page_title"' do
|
144
|
+
it 'should work' do
|
145
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
146
|
+
end
|
147
|
+
end
|
148
|
+
|
149
|
+
describe 'test attribute "parse_html_tag_in_cell"' do
|
150
|
+
it 'should work' do
|
151
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
152
|
+
end
|
153
|
+
end
|
154
|
+
|
155
|
+
end
|
156
|
+
|
@@ -0,0 +1,156 @@
|
|
1
|
+
=begin
|
2
|
+
#Web API Swagger specification
|
3
|
+
|
4
|
+
#No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
5
|
+
|
6
|
+
OpenAPI spec version: 1.0
|
7
|
+
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
+
Swagger Codegen version: 2.3.0-SNAPSHOT
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
require 'date'
|
16
|
+
|
17
|
+
# Unit tests for AsposeCellsCloud::MHtmlSaveOptions
|
18
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe 'MHtmlSaveOptions' do
|
21
|
+
before do
|
22
|
+
# run before each test
|
23
|
+
@instance = AsposeCellsCloud::MHtmlSaveOptions.new
|
24
|
+
end
|
25
|
+
|
26
|
+
after do
|
27
|
+
# run after each test
|
28
|
+
end
|
29
|
+
|
30
|
+
describe 'test an instance of MHtmlSaveOptions' do
|
31
|
+
it 'should create an instance of MHtmlSaveOptions' do
|
32
|
+
expect(@instance).to be_instance_of(AsposeCellsCloud::MHtmlSaveOptions)
|
33
|
+
end
|
34
|
+
end
|
35
|
+
describe 'test attribute "enable_http_compression"' do
|
36
|
+
it 'should work' do
|
37
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
38
|
+
end
|
39
|
+
end
|
40
|
+
|
41
|
+
describe 'test attribute "save_format"' do
|
42
|
+
it 'should work' do
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
44
|
+
end
|
45
|
+
end
|
46
|
+
|
47
|
+
describe 'test attribute "clear_data"' do
|
48
|
+
it 'should work' do
|
49
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
50
|
+
end
|
51
|
+
end
|
52
|
+
|
53
|
+
describe 'test attribute "cached_file_folder"' do
|
54
|
+
it 'should work' do
|
55
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
56
|
+
end
|
57
|
+
end
|
58
|
+
|
59
|
+
describe 'test attribute "validate_merged_areas"' do
|
60
|
+
it 'should work' do
|
61
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
62
|
+
end
|
63
|
+
end
|
64
|
+
|
65
|
+
describe 'test attribute "refresh_chart_cache"' do
|
66
|
+
it 'should work' do
|
67
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
68
|
+
end
|
69
|
+
end
|
70
|
+
|
71
|
+
describe 'test attribute "create_directory"' do
|
72
|
+
it 'should work' do
|
73
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
74
|
+
end
|
75
|
+
end
|
76
|
+
|
77
|
+
describe 'test attribute "sort_names"' do
|
78
|
+
it 'should work' do
|
79
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
80
|
+
end
|
81
|
+
end
|
82
|
+
|
83
|
+
describe 'test attribute "attached_files_directory"' do
|
84
|
+
it 'should work' do
|
85
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
86
|
+
end
|
87
|
+
end
|
88
|
+
|
89
|
+
describe 'test attribute "attached_files_url_prefix"' do
|
90
|
+
it 'should work' do
|
91
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
92
|
+
end
|
93
|
+
end
|
94
|
+
|
95
|
+
describe 'test attribute "encoding"' do
|
96
|
+
it 'should work' do
|
97
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
98
|
+
end
|
99
|
+
end
|
100
|
+
|
101
|
+
describe 'test attribute "export_active_worksheet_only"' do
|
102
|
+
it 'should work' do
|
103
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
104
|
+
end
|
105
|
+
end
|
106
|
+
|
107
|
+
describe 'test attribute "export_chart_image_format"' do
|
108
|
+
it 'should work' do
|
109
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
110
|
+
end
|
111
|
+
end
|
112
|
+
|
113
|
+
describe 'test attribute "export_images_as_base64"' do
|
114
|
+
it 'should work' do
|
115
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
116
|
+
end
|
117
|
+
end
|
118
|
+
|
119
|
+
describe 'test attribute "hidden_col_display_type"' do
|
120
|
+
it 'should work' do
|
121
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
122
|
+
end
|
123
|
+
end
|
124
|
+
|
125
|
+
describe 'test attribute "hidden_row_display_type"' do
|
126
|
+
it 'should work' do
|
127
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
128
|
+
end
|
129
|
+
end
|
130
|
+
|
131
|
+
describe 'test attribute "html_cross_string_type"' do
|
132
|
+
it 'should work' do
|
133
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
134
|
+
end
|
135
|
+
end
|
136
|
+
|
137
|
+
describe 'test attribute "is_exp_image_to_temp_dir"' do
|
138
|
+
it 'should work' do
|
139
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
140
|
+
end
|
141
|
+
end
|
142
|
+
|
143
|
+
describe 'test attribute "page_title"' do
|
144
|
+
it 'should work' do
|
145
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
146
|
+
end
|
147
|
+
end
|
148
|
+
|
149
|
+
describe 'test attribute "parse_html_tag_in_cell"' do
|
150
|
+
it 'should work' do
|
151
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
152
|
+
end
|
153
|
+
end
|
154
|
+
|
155
|
+
end
|
156
|
+
|
data/test.sh
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
rspec spec/api/cells_api_spec.rb
|
2
|
+
rspec spec/api/cells_auto_filter_api_spec.rb
|
3
|
+
rspec spec/api/cells_autoshapes_api_spec.rb
|
4
|
+
rspec spec/api/cells_chart_area_api_spec.rb
|
5
|
+
rspec spec/api/cells_charts_api_spec.rb
|
6
|
+
rspec spec/api/cells_conditional_formattings_api_spec.rb
|
7
|
+
rspec spec/api/cells_hypelinks_api_spec.rb
|
8
|
+
rspec spec/api/cells_list_objects_api_spec.rb
|
9
|
+
rspec spec/api/cells_ole_objects_api_spec.rb
|
10
|
+
rspec spec/api/cells_page_breaks_api_spec.rb
|
11
|
+
rspec spec/api/cells_page_setup_api_spec.rb
|
12
|
+
rspec spec/api/cells_pictures_api_spec.rb
|
13
|
+
rspec spec/api/cells_properties_api_spec.rb
|
14
|
+
rspec spec/api/cells_ranges_api_spec.rb
|
15
|
+
rspec spec/api/cells_save_as_api_spec.rb
|
16
|
+
rspec spec/api/cells_shapes_api_spec.rb
|
17
|
+
rspec spec/api/cells_task_api_spec.rb
|
18
|
+
rspec spec/api/cells_worksheet_validations_api_spec.rb
|
19
|
+
rspec spec/api/cells_worksheets_api_spec.rb
|
20
|
+
rspec spec/api/cells_pivot_tables_api_spec.rb
|
21
|
+
rspec spec/api/cells_workbook_api_spec.rb
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aspose_cells_cloud
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: '19.2'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Aspose Cells Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-02-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -200,6 +200,7 @@ files:
|
|
200
200
|
- Gemfile
|
201
201
|
- README.md
|
202
202
|
- Rakefile
|
203
|
+
- aspose_cells_cloud-18.11.1.gem
|
203
204
|
- aspose_cells_cloud-18.11.gem
|
204
205
|
- aspose_cells_cloud.gemspec
|
205
206
|
- docs/AboveAverage.md
|
@@ -549,6 +550,7 @@ files:
|
|
549
550
|
- lib/aspose_cells_cloud/models/horizontal_page_break_response.rb
|
550
551
|
- lib/aspose_cells_cloud/models/horizontal_page_breaks.rb
|
551
552
|
- lib/aspose_cells_cloud/models/horizontal_page_breaks_response.rb
|
553
|
+
- lib/aspose_cells_cloud/models/html_save_options.rb
|
552
554
|
- lib/aspose_cells_cloud/models/hyperlink.rb
|
553
555
|
- lib/aspose_cells_cloud/models/hyperlink_response.rb
|
554
556
|
- lib/aspose_cells_cloud/models/hyperlinks.rb
|
@@ -576,6 +578,7 @@ files:
|
|
576
578
|
- lib/aspose_cells_cloud/models/list_object_response.rb
|
577
579
|
- lib/aspose_cells_cloud/models/list_objects.rb
|
578
580
|
- lib/aspose_cells_cloud/models/list_objects_response.rb
|
581
|
+
- lib/aspose_cells_cloud/models/m_html_save_options.rb
|
579
582
|
- lib/aspose_cells_cloud/models/merged_cell.rb
|
580
583
|
- lib/aspose_cells_cloud/models/merged_cell_response.rb
|
581
584
|
- lib/aspose_cells_cloud/models/merged_cells.rb
|
@@ -713,6 +716,7 @@ files:
|
|
713
716
|
- spec/api/cells_hypelinks_api_spec.rb
|
714
717
|
- spec/api/cells_list_objects_api_spec.rb
|
715
718
|
- spec/api/cells_ole_objects_api_spec.rb
|
719
|
+
- spec/api/cells_one_api_spec.rb
|
716
720
|
- spec/api/cells_page_breaks_api_spec.rb
|
717
721
|
- spec/api/cells_page_setup_api_spec.rb
|
718
722
|
- spec/api/cells_pictures_api_spec.rb
|
@@ -800,6 +804,7 @@ files:
|
|
800
804
|
- spec/models/horizontal_page_break_spec.rb
|
801
805
|
- spec/models/horizontal_page_breaks_response_spec.rb
|
802
806
|
- spec/models/horizontal_page_breaks_spec.rb
|
807
|
+
- spec/models/html_save_options_spec.rb
|
803
808
|
- spec/models/hyperlink_response_spec.rb
|
804
809
|
- spec/models/hyperlink_spec.rb
|
805
810
|
- spec/models/hyperlinks_response_spec.rb
|
@@ -827,6 +832,7 @@ files:
|
|
827
832
|
- spec/models/list_object_spec.rb
|
828
833
|
- spec/models/list_objects_response_spec.rb
|
829
834
|
- spec/models/list_objects_spec.rb
|
835
|
+
- spec/models/m_html_save_options_spec.rb
|
830
836
|
- spec/models/merged_cell_response_spec.rb
|
831
837
|
- spec/models/merged_cell_spec.rb
|
832
838
|
- spec/models/merged_cells_response_spec.rb
|
@@ -955,6 +961,7 @@ files:
|
|
955
961
|
- spec/models/xlsb_save_options_spec.rb
|
956
962
|
- spec/models/xps_save_options_spec.rb
|
957
963
|
- spec/spec_helper.rb
|
964
|
+
- test.sh
|
958
965
|
homepage: https://github.com/swagger-api/swagger-codegen
|
959
966
|
licenses:
|
960
967
|
- MIT
|
@@ -1002,6 +1009,7 @@ test_files:
|
|
1002
1009
|
- spec/api/cells_worksheets_api_spec.rb
|
1003
1010
|
- spec/api/cells_worksheet_validations_api_spec.rb
|
1004
1011
|
- spec/api/o_auth_api_spec.rb
|
1012
|
+
- spec/api/cells_one_api_spec.rb
|
1005
1013
|
- spec/api_client_spec.rb
|
1006
1014
|
- spec/configuration_spec.rb
|
1007
1015
|
- spec/models/access_token_response_spec.rb
|
@@ -1230,4 +1238,6 @@ test_files:
|
|
1230
1238
|
- spec/models/xlsb_save_options_spec.rb
|
1231
1239
|
- spec/models/xls_save_options_spec.rb
|
1232
1240
|
- spec/models/xps_save_options_spec.rb
|
1241
|
+
- spec/models/html_save_options_spec.rb
|
1242
|
+
- spec/models/m_html_save_options_spec.rb
|
1233
1243
|
- spec/spec_helper.rb
|