aspose_cells_cloud 20.11 → 21.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (296) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +21 -0
  3. data/README.md +123 -0
  4. data/lib/aspose_cells_cloud.rb +301 -0
  5. data/lib/aspose_cells_cloud/api/cells_api.rb +20104 -0
  6. data/lib/aspose_cells_cloud/api/lite_cells_api.rb +893 -0
  7. data/lib/aspose_cells_cloud/api_client.rb +493 -0
  8. data/lib/aspose_cells_cloud/api_error.rb +48 -0
  9. data/lib/aspose_cells_cloud/configuration.rb +178 -0
  10. data/lib/aspose_cells_cloud/models/above_average.rb +234 -0
  11. data/lib/aspose_cells_cloud/models/access_token_response.rb +261 -0
  12. data/lib/aspose_cells_cloud/models/area.rb +243 -0
  13. data/lib/aspose_cells_cloud/models/auto_filter.rb +227 -0
  14. data/lib/aspose_cells_cloud/models/auto_filter_response.rb +221 -0
  15. data/lib/aspose_cells_cloud/models/auto_fitter_options.rb +231 -0
  16. data/lib/aspose_cells_cloud/models/auto_shape.rb +504 -0
  17. data/lib/aspose_cells_cloud/models/auto_shape_response.rb +221 -0
  18. data/lib/aspose_cells_cloud/models/auto_shapes.rb +209 -0
  19. data/lib/aspose_cells_cloud/models/auto_shapes_response.rb +221 -0
  20. data/lib/aspose_cells_cloud/models/border.rb +216 -0
  21. data/lib/aspose_cells_cloud/models/calculation_options.rb +225 -0
  22. data/lib/aspose_cells_cloud/models/cell.rb +401 -0
  23. data/lib/aspose_cells_cloud/models/cell_area.rb +245 -0
  24. data/lib/aspose_cells_cloud/models/cell_response.rb +221 -0
  25. data/lib/aspose_cells_cloud/models/cell_value.rb +234 -0
  26. data/lib/aspose_cells_cloud/models/cells.rb +270 -0
  27. data/lib/aspose_cells_cloud/models/cells_cloud_file_info.rb +230 -0
  28. data/lib/aspose_cells_cloud/models/cells_cloud_response.rb +212 -0
  29. data/lib/aspose_cells_cloud/models/cells_color.rb +234 -0
  30. data/lib/aspose_cells_cloud/models/cells_document_properties.rb +209 -0
  31. data/lib/aspose_cells_cloud/models/cells_document_properties_response.rb +221 -0
  32. data/lib/aspose_cells_cloud/models/cells_document_property.rb +258 -0
  33. data/lib/aspose_cells_cloud/models/cells_document_property_response.rb +221 -0
  34. data/lib/aspose_cells_cloud/models/cells_error.rb +229 -0
  35. data/lib/aspose_cells_cloud/models/cells_object_operate_task_parameter.rb +216 -0
  36. data/lib/aspose_cells_cloud/models/cells_response.rb +221 -0
  37. data/lib/aspose_cells_cloud/models/chart.rb +626 -0
  38. data/lib/aspose_cells_cloud/models/chart_area.rb +317 -0
  39. data/lib/aspose_cells_cloud/models/chart_area_response.rb +221 -0
  40. data/lib/aspose_cells_cloud/models/chart_frame.rb +317 -0
  41. data/lib/aspose_cells_cloud/models/chart_operate_parameter.rb +279 -0
  42. data/lib/aspose_cells_cloud/models/charts.rb +209 -0
  43. data/lib/aspose_cells_cloud/models/charts_response.rb +221 -0
  44. data/lib/aspose_cells_cloud/models/color.rb +245 -0
  45. data/lib/aspose_cells_cloud/models/color_filter.rb +234 -0
  46. data/lib/aspose_cells_cloud/models/color_filter_request.rb +216 -0
  47. data/lib/aspose_cells_cloud/models/color_scale.rb +249 -0
  48. data/lib/aspose_cells_cloud/models/column.rb +243 -0
  49. data/lib/aspose_cells_cloud/models/column_response.rb +221 -0
  50. data/lib/aspose_cells_cloud/models/columns.rb +237 -0
  51. data/lib/aspose_cells_cloud/models/columns_response.rb +221 -0
  52. data/lib/aspose_cells_cloud/models/comment.rb +297 -0
  53. data/lib/aspose_cells_cloud/models/comment_response.rb +221 -0
  54. data/lib/aspose_cells_cloud/models/comments.rb +209 -0
  55. data/lib/aspose_cells_cloud/models/comments_response.rb +221 -0
  56. data/lib/aspose_cells_cloud/models/conditional_formatting.rb +218 -0
  57. data/lib/aspose_cells_cloud/models/conditional_formatting_icon.rb +235 -0
  58. data/lib/aspose_cells_cloud/models/conditional_formatting_response.rb +221 -0
  59. data/lib/aspose_cells_cloud/models/conditional_formatting_value.rb +219 -0
  60. data/lib/aspose_cells_cloud/models/conditional_formattings.rb +223 -0
  61. data/lib/aspose_cells_cloud/models/conditional_formattings_response.rb +221 -0
  62. data/lib/aspose_cells_cloud/models/convert_task_parameter.rb +216 -0
  63. data/lib/aspose_cells_cloud/models/convert_worksheet_task_parameter.rb +261 -0
  64. data/lib/aspose_cells_cloud/models/copy_options.rb +248 -0
  65. data/lib/aspose_cells_cloud/models/create_pivot_table_request.rb +263 -0
  66. data/lib/aspose_cells_cloud/models/custom_filter.rb +207 -0
  67. data/lib/aspose_cells_cloud/models/custom_parser_config.rb +216 -0
  68. data/lib/aspose_cells_cloud/models/data_bar.rb +309 -0
  69. data/lib/aspose_cells_cloud/models/data_bar_border.rb +209 -0
  70. data/lib/aspose_cells_cloud/models/data_sorter.rb +227 -0
  71. data/lib/aspose_cells_cloud/models/dif_save_options.rb +265 -0
  72. data/lib/aspose_cells_cloud/models/disc_usage.rb +219 -0
  73. data/lib/aspose_cells_cloud/models/dynamic_filter.rb +216 -0
  74. data/lib/aspose_cells_cloud/models/error_details.rb +214 -0
  75. data/lib/aspose_cells_cloud/models/file_info.rb +221 -0
  76. data/lib/aspose_cells_cloud/models/file_source.rb +207 -0
  77. data/lib/aspose_cells_cloud/models/file_version.rb +274 -0
  78. data/lib/aspose_cells_cloud/models/file_versions.rb +201 -0
  79. data/lib/aspose_cells_cloud/models/files_list.rb +201 -0
  80. data/lib/aspose_cells_cloud/models/files_result.rb +200 -0
  81. data/lib/aspose_cells_cloud/models/files_upload_result.rb +213 -0
  82. data/lib/aspose_cells_cloud/models/fill_format.rb +259 -0
  83. data/lib/aspose_cells_cloud/models/fill_format_response.rb +221 -0
  84. data/lib/aspose_cells_cloud/models/filter_column.rb +277 -0
  85. data/lib/aspose_cells_cloud/models/font.rb +279 -0
  86. data/lib/aspose_cells_cloud/models/font_setting.rb +244 -0
  87. data/lib/aspose_cells_cloud/models/format_condition.rb +327 -0
  88. data/lib/aspose_cells_cloud/models/gradient_fill.rb +227 -0
  89. data/lib/aspose_cells_cloud/models/gradient_fill_stop.rb +226 -0
  90. data/lib/aspose_cells_cloud/models/horizontal_page_break.rb +231 -0
  91. data/lib/aspose_cells_cloud/models/horizontal_page_break_response.rb +221 -0
  92. data/lib/aspose_cells_cloud/models/horizontal_page_breaks.rb +209 -0
  93. data/lib/aspose_cells_cloud/models/horizontal_page_breaks_response.rb +221 -0
  94. data/lib/aspose_cells_cloud/models/html_save_options.rb +373 -0
  95. data/lib/aspose_cells_cloud/models/hyperlink.rb +234 -0
  96. data/lib/aspose_cells_cloud/models/hyperlink_response.rb +221 -0
  97. data/lib/aspose_cells_cloud/models/hyperlinks.rb +223 -0
  98. data/lib/aspose_cells_cloud/models/hyperlinks_response.rb +221 -0
  99. data/lib/aspose_cells_cloud/models/icon_filter.rb +212 -0
  100. data/lib/aspose_cells_cloud/models/icon_set.rb +253 -0
  101. data/lib/aspose_cells_cloud/models/image_save_options.rb +373 -0
  102. data/lib/aspose_cells_cloud/models/import_batch_data_option.rb +236 -0
  103. data/lib/aspose_cells_cloud/models/import_csv_data_option.rb +281 -0
  104. data/lib/aspose_cells_cloud/models/import_data_task_parameter.rb +216 -0
  105. data/lib/aspose_cells_cloud/models/import_double_array_option.rb +263 -0
  106. data/lib/aspose_cells_cloud/models/import_int_array_option.rb +263 -0
  107. data/lib/aspose_cells_cloud/models/import_option.rb +225 -0
  108. data/lib/aspose_cells_cloud/models/import_string_array_option.rb +263 -0
  109. data/lib/aspose_cells_cloud/models/legend.rb +335 -0
  110. data/lib/aspose_cells_cloud/models/legend_response.rb +221 -0
  111. data/lib/aspose_cells_cloud/models/line.rb +360 -0
  112. data/lib/aspose_cells_cloud/models/line_format.rb +358 -0
  113. data/lib/aspose_cells_cloud/models/line_response.rb +221 -0
  114. data/lib/aspose_cells_cloud/models/link.rb +225 -0
  115. data/lib/aspose_cells_cloud/models/link_element.rb +198 -0
  116. data/lib/aspose_cells_cloud/models/list_column.rb +209 -0
  117. data/lib/aspose_cells_cloud/models/list_object.rb +350 -0
  118. data/lib/aspose_cells_cloud/models/list_object_operate_parameter.rb +207 -0
  119. data/lib/aspose_cells_cloud/models/list_object_response.rb +221 -0
  120. data/lib/aspose_cells_cloud/models/list_objects.rb +209 -0
  121. data/lib/aspose_cells_cloud/models/list_objects_response.rb +221 -0
  122. data/lib/aspose_cells_cloud/models/m_html_save_options.rb +373 -0
  123. data/lib/aspose_cells_cloud/models/markdown_save_options.rb +292 -0
  124. data/lib/aspose_cells_cloud/models/merged_cell.rb +254 -0
  125. data/lib/aspose_cells_cloud/models/merged_cell_response.rb +221 -0
  126. data/lib/aspose_cells_cloud/models/merged_cells.rb +223 -0
  127. data/lib/aspose_cells_cloud/models/merged_cells_response.rb +221 -0
  128. data/lib/aspose_cells_cloud/models/multiple_filter.rb +189 -0
  129. data/lib/aspose_cells_cloud/models/multiple_filters.rb +209 -0
  130. data/lib/aspose_cells_cloud/models/name.rb +276 -0
  131. data/lib/aspose_cells_cloud/models/name_response.rb +221 -0
  132. data/lib/aspose_cells_cloud/models/names.rb +223 -0
  133. data/lib/aspose_cells_cloud/models/names_response.rb +221 -0
  134. data/lib/aspose_cells_cloud/models/negative_bar_format.rb +229 -0
  135. data/lib/aspose_cells_cloud/models/object_exist.rb +219 -0
  136. data/lib/aspose_cells_cloud/models/ods_save_options.rb +265 -0
  137. data/lib/aspose_cells_cloud/models/ole_object.rb +567 -0
  138. data/lib/aspose_cells_cloud/models/ole_object_response.rb +221 -0
  139. data/lib/aspose_cells_cloud/models/ole_objects.rb +209 -0
  140. data/lib/aspose_cells_cloud/models/ole_objects_response.rb +221 -0
  141. data/lib/aspose_cells_cloud/models/ooxml_save_options.rb +274 -0
  142. data/lib/aspose_cells_cloud/models/operate_object.rb +207 -0
  143. data/lib/aspose_cells_cloud/models/operate_object_position.rb +243 -0
  144. data/lib/aspose_cells_cloud/models/operate_parameter.rb +198 -0
  145. data/lib/aspose_cells_cloud/models/page_break_operate_parameter.rb +252 -0
  146. data/lib/aspose_cells_cloud/models/page_section.rb +259 -0
  147. data/lib/aspose_cells_cloud/models/page_sections_response.rb +223 -0
  148. data/lib/aspose_cells_cloud/models/page_setup.rb +542 -0
  149. data/lib/aspose_cells_cloud/models/page_setup_operate_parameter.rb +207 -0
  150. data/lib/aspose_cells_cloud/models/page_setup_response.rb +221 -0
  151. data/lib/aspose_cells_cloud/models/password_request.rb +198 -0
  152. data/lib/aspose_cells_cloud/models/paste_options.rb +225 -0
  153. data/lib/aspose_cells_cloud/models/pattern_fill.rb +252 -0
  154. data/lib/aspose_cells_cloud/models/pdf_save_options.rb +355 -0
  155. data/lib/aspose_cells_cloud/models/pdf_security_options.rb +283 -0
  156. data/lib/aspose_cells_cloud/models/pic_format_option.rb +243 -0
  157. data/lib/aspose_cells_cloud/models/picture.rb +558 -0
  158. data/lib/aspose_cells_cloud/models/picture_response.rb +221 -0
  159. data/lib/aspose_cells_cloud/models/pictures.rb +209 -0
  160. data/lib/aspose_cells_cloud/models/pictures_response.rb +221 -0
  161. data/lib/aspose_cells_cloud/models/pivot_field.rb +546 -0
  162. data/lib/aspose_cells_cloud/models/pivot_field_response.rb +221 -0
  163. data/lib/aspose_cells_cloud/models/pivot_filter.rb +279 -0
  164. data/lib/aspose_cells_cloud/models/pivot_filter_response.rb +221 -0
  165. data/lib/aspose_cells_cloud/models/pivot_filters_response.rb +223 -0
  166. data/lib/aspose_cells_cloud/models/pivot_item.rb +228 -0
  167. data/lib/aspose_cells_cloud/models/pivot_table.rb +824 -0
  168. data/lib/aspose_cells_cloud/models/pivot_table_field_request.rb +200 -0
  169. data/lib/aspose_cells_cloud/models/pivot_table_operate_parameter.rb +276 -0
  170. data/lib/aspose_cells_cloud/models/pivot_table_response.rb +221 -0
  171. data/lib/aspose_cells_cloud/models/pivot_tables.rb +209 -0
  172. data/lib/aspose_cells_cloud/models/pivot_tables_response.rb +221 -0
  173. data/lib/aspose_cells_cloud/models/protect_sheet_parameter.rb +335 -0
  174. data/lib/aspose_cells_cloud/models/range.rb +309 -0
  175. data/lib/aspose_cells_cloud/models/range_copy_request.rb +225 -0
  176. data/lib/aspose_cells_cloud/models/range_set_outline_border_request.rb +225 -0
  177. data/lib/aspose_cells_cloud/models/range_set_style_request.rb +207 -0
  178. data/lib/aspose_cells_cloud/models/range_value_response.rb +223 -0
  179. data/lib/aspose_cells_cloud/models/ranges.rb +200 -0
  180. data/lib/aspose_cells_cloud/models/ranges_response.rb +221 -0
  181. data/lib/aspose_cells_cloud/models/result_destination.rb +216 -0
  182. data/lib/aspose_cells_cloud/models/row.rb +261 -0
  183. data/lib/aspose_cells_cloud/models/row_response.rb +221 -0
  184. data/lib/aspose_cells_cloud/models/rows.rb +237 -0
  185. data/lib/aspose_cells_cloud/models/rows_response.rb +221 -0
  186. data/lib/aspose_cells_cloud/models/save_options.rb +265 -0
  187. data/lib/aspose_cells_cloud/models/save_response.rb +221 -0
  188. data/lib/aspose_cells_cloud/models/save_result.rb +200 -0
  189. data/lib/aspose_cells_cloud/models/save_result_task_parameter.rb +207 -0
  190. data/lib/aspose_cells_cloud/models/shadow_effect.rb +252 -0
  191. data/lib/aspose_cells_cloud/models/shape.rb +504 -0
  192. data/lib/aspose_cells_cloud/models/shape_operate_parameter.rb +207 -0
  193. data/lib/aspose_cells_cloud/models/shape_response.rb +221 -0
  194. data/lib/aspose_cells_cloud/models/shapes.rb +209 -0
  195. data/lib/aspose_cells_cloud/models/shapes_response.rb +221 -0
  196. data/lib/aspose_cells_cloud/models/single_value.rb +207 -0
  197. data/lib/aspose_cells_cloud/models/single_value_response.rb +221 -0
  198. data/lib/aspose_cells_cloud/models/smart_marker_task_parameter.rb +216 -0
  199. data/lib/aspose_cells_cloud/models/solid_fill.rb +216 -0
  200. data/lib/aspose_cells_cloud/models/sort_key.rb +221 -0
  201. data/lib/aspose_cells_cloud/models/sparkline.rb +226 -0
  202. data/lib/aspose_cells_cloud/models/sparkline_group.rb +434 -0
  203. data/lib/aspose_cells_cloud/models/sparkline_group_response.rb +221 -0
  204. data/lib/aspose_cells_cloud/models/sparkline_groups.rb +200 -0
  205. data/lib/aspose_cells_cloud/models/sparkline_groups_response.rb +221 -0
  206. data/lib/aspose_cells_cloud/models/split_result.rb +200 -0
  207. data/lib/aspose_cells_cloud/models/split_result_document.rb +212 -0
  208. data/lib/aspose_cells_cloud/models/split_result_response.rb +222 -0
  209. data/lib/aspose_cells_cloud/models/split_workbook_task_parameter.rb +243 -0
  210. data/lib/aspose_cells_cloud/models/spreadsheet_ml2003_save_options.rb +292 -0
  211. data/lib/aspose_cells_cloud/models/storage_exist.rb +204 -0
  212. data/lib/aspose_cells_cloud/models/storage_file.rb +249 -0
  213. data/lib/aspose_cells_cloud/models/style.rb +407 -0
  214. data/lib/aspose_cells_cloud/models/style_response.rb +221 -0
  215. data/lib/aspose_cells_cloud/models/svg_save_options.rb +274 -0
  216. data/lib/aspose_cells_cloud/models/task_data.rb +200 -0
  217. data/lib/aspose_cells_cloud/models/task_description.rb +207 -0
  218. data/lib/aspose_cells_cloud/models/task_parameter.rb +189 -0
  219. data/lib/aspose_cells_cloud/models/text_item.rb +207 -0
  220. data/lib/aspose_cells_cloud/models/text_items.rb +209 -0
  221. data/lib/aspose_cells_cloud/models/text_items_response.rb +221 -0
  222. data/lib/aspose_cells_cloud/models/text_options.rb +333 -0
  223. data/lib/aspose_cells_cloud/models/text_water_marker_request.rb +239 -0
  224. data/lib/aspose_cells_cloud/models/texture_fill.rb +243 -0
  225. data/lib/aspose_cells_cloud/models/theme_color.rb +207 -0
  226. data/lib/aspose_cells_cloud/models/tile_pic_option.rb +263 -0
  227. data/lib/aspose_cells_cloud/models/title.rb +380 -0
  228. data/lib/aspose_cells_cloud/models/title_response.rb +221 -0
  229. data/lib/aspose_cells_cloud/models/top10.rb +219 -0
  230. data/lib/aspose_cells_cloud/models/top10_filter.rb +240 -0
  231. data/lib/aspose_cells_cloud/models/txt_save_options.rb +301 -0
  232. data/lib/aspose_cells_cloud/models/validation.rb +360 -0
  233. data/lib/aspose_cells_cloud/models/validation_response.rb +221 -0
  234. data/lib/aspose_cells_cloud/models/validations.rb +223 -0
  235. data/lib/aspose_cells_cloud/models/validations_response.rb +221 -0
  236. data/lib/aspose_cells_cloud/models/value_type.rb +189 -0
  237. data/lib/aspose_cells_cloud/models/vertical_page_break.rb +231 -0
  238. data/lib/aspose_cells_cloud/models/vertical_page_break_response.rb +221 -0
  239. data/lib/aspose_cells_cloud/models/vertical_page_breaks.rb +209 -0
  240. data/lib/aspose_cells_cloud/models/vertical_page_breaks_response.rb +221 -0
  241. data/lib/aspose_cells_cloud/models/workbook.rb +290 -0
  242. data/lib/aspose_cells_cloud/models/workbook_encryption_request.rb +224 -0
  243. data/lib/aspose_cells_cloud/models/workbook_operate_parameter.rb +198 -0
  244. data/lib/aspose_cells_cloud/models/workbook_protection_request.rb +209 -0
  245. data/lib/aspose_cells_cloud/models/workbook_replace_response.rb +235 -0
  246. data/lib/aspose_cells_cloud/models/workbook_response.rb +221 -0
  247. data/lib/aspose_cells_cloud/models/workbook_settings.rb +626 -0
  248. data/lib/aspose_cells_cloud/models/workbook_settings_operate_parameter.rb +207 -0
  249. data/lib/aspose_cells_cloud/models/workbook_settings_response.rb +221 -0
  250. data/lib/aspose_cells_cloud/models/worksheet.rb +510 -0
  251. data/lib/aspose_cells_cloud/models/worksheet_moving_request.rb +209 -0
  252. data/lib/aspose_cells_cloud/models/worksheet_operate_parameter.rb +234 -0
  253. data/lib/aspose_cells_cloud/models/worksheet_replace_response.rb +235 -0
  254. data/lib/aspose_cells_cloud/models/worksheet_response.rb +221 -0
  255. data/lib/aspose_cells_cloud/models/worksheets.rb +209 -0
  256. data/lib/aspose_cells_cloud/models/worksheets_response.rb +221 -0
  257. data/lib/aspose_cells_cloud/models/xls_save_options.rb +265 -0
  258. data/lib/aspose_cells_cloud/models/xlsb_save_options.rb +265 -0
  259. data/lib/aspose_cells_cloud/models/xps_save_options.rb +265 -0
  260. data/lib/aspose_cells_cloud/version.rb +25 -0
  261. data/spec/api/cells_api_spec.rb +1145 -0
  262. data/spec/api/cells_assembly_spec.rb +44 -0
  263. data/spec/api/cells_auto_filter_api_spec.rb +430 -0
  264. data/spec/api/cells_chart_area_api_spec.rb +92 -0
  265. data/spec/api/cells_charts_api_spec.rb +390 -0
  266. data/spec/api/cells_clear_objects_spec.rb +43 -0
  267. data/spec/api/cells_conditional_formattings_api_spec.rb +259 -0
  268. data/spec/api/cells_export_spec.rb +43 -0
  269. data/spec/api/cells_hypelinks_api_spec.rb +170 -0
  270. data/spec/api/cells_list_objects_api_spec.rb +245 -0
  271. data/spec/api/cells_merge_spec.rb +43 -0
  272. data/spec/api/cells_metadata_spec.rb +72 -0
  273. data/spec/api/cells_ole_objects_api_spec.rb +177 -0
  274. data/spec/api/cells_page_breaks_api_spec.rb +269 -0
  275. data/spec/api/cells_page_setup_api_spec.rb +198 -0
  276. data/spec/api/cells_pictures_api_spec.rb +174 -0
  277. data/spec/api/cells_pivot_tables_api_spec.rb +525 -0
  278. data/spec/api/cells_properties_api_spec.rb +129 -0
  279. data/spec/api/cells_protect_spec.rb +43 -0
  280. data/spec/api/cells_ranges_api_spec.rb +312 -0
  281. data/spec/api/cells_save_as_api_spec.rb +74 -0
  282. data/spec/api/cells_search_spec.rb +43 -0
  283. data/spec/api/cells_shapes_api_spec.rb +174 -0
  284. data/spec/api/cells_simple_spec.rb +44 -0
  285. data/spec/api/cells_sparkline_group_spec.rb +43 -0
  286. data/spec/api/cells_split_spec.rb +44 -0
  287. data/spec/api/cells_storage_api_spec.rb +69 -0
  288. data/spec/api/cells_storage_spec.rb +45 -0
  289. data/spec/api/cells_task_api_spec.rb +61 -0
  290. data/spec/api/cells_unlock_spec.rb +43 -0
  291. data/spec/api/cells_watermark_spec.rb +42 -0
  292. data/spec/api/cells_workbook_api_spec.rb +667 -0
  293. data/spec/api/cells_worksheet_validations_api_spec.rb +139 -0
  294. data/spec/api/cells_worksheets_api_spec.rb +843 -0
  295. data/spec/spec_helper.rb +136 -0
  296. metadata +297 -3
@@ -0,0 +1,216 @@
1
+ =begin
2
+ --------------------------------------------------------------------------------------------------------------------
3
+ Copyright (c) 2021 Aspose.Cells Cloud
4
+ Permission is hereby granted, free of charge, to any person obtaining a copy
5
+ of this software and associated documentation files (the "Software"), to deal
6
+ in the Software without restriction, including without limitation the rights
7
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8
+ copies of the Software, and to permit persons to whom the Software is
9
+ furnished to do so, subject to the following conditions:
10
+ The above copyright notice and this permission notice shall be included in all
11
+ copies or substantial portions of the Software.
12
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
15
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
16
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
17
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
18
+ SOFTWARE.
19
+ --------------------------------------------------------------------------------------------------------------------
20
+
21
+ =end
22
+
23
+ require 'date'
24
+
25
+ module AsposeCellsCloud
26
+
27
+ class Border
28
+ attr_accessor :color
29
+
30
+ attr_accessor :border_type
31
+
32
+ attr_accessor :line_style
33
+
34
+
35
+ # Attribute mapping from ruby-style variable name to JSON key.
36
+ def self.attribute_map
37
+ {
38
+ :'color' => :'Color',
39
+ :'border_type' => :'BorderType',
40
+ :'line_style' => :'LineStyle'
41
+ }
42
+ end
43
+
44
+ # Attribute type mapping.
45
+ def self.swagger_types
46
+ {
47
+ :'color' => :'Color',
48
+ :'border_type' => :'String',
49
+ :'line_style' => :'String'
50
+ }
51
+ end
52
+
53
+ # Initializes the object
54
+ # @param [Hash] attributes Model attributes in the form of hash
55
+ def initialize(attributes = {})
56
+ return unless attributes.is_a?(Hash)
57
+
58
+ # convert string to symbol for hash key
59
+ attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
60
+
61
+ if attributes.has_key?(:'Color')
62
+ self.color = attributes[:'Color']
63
+ end
64
+
65
+ if attributes.has_key?(:'BorderType')
66
+ self.border_type = attributes[:'BorderType']
67
+ end
68
+
69
+ if attributes.has_key?(:'LineStyle')
70
+ self.line_style = attributes[:'LineStyle']
71
+ end
72
+
73
+ end
74
+
75
+ # Show invalid properties with the reasons. Usually used together with valid?
76
+ # @return Array for valid properies with the reasons
77
+ def list_invalid_properties
78
+ invalid_properties = Array.new
79
+ return invalid_properties
80
+ end
81
+
82
+ # Check to see if the all the properties in the model are valid
83
+ # @return true if the model is valid
84
+ def valid?
85
+ return true
86
+ end
87
+
88
+ # Checks equality by comparing each attribute.
89
+ # @param [Object] Object to be compared
90
+ def ==(o)
91
+ return true if self.equal?(o)
92
+ self.class == o.class &&
93
+ color == o.color &&
94
+ border_type == o.border_type &&
95
+ line_style == o.line_style
96
+ end
97
+
98
+ # @see the `==` method
99
+ # @param [Object] Object to be compared
100
+ def eql?(o)
101
+ self == o
102
+ end
103
+
104
+ # Calculates hash code according to all attributes.
105
+ # @return [Fixnum] Hash code
106
+ def hash
107
+ [color, border_type, line_style].hash
108
+ end
109
+
110
+ # Builds the object from hash
111
+ # @param [Hash] attributes Model attributes in the form of hash
112
+ # @return [Object] Returns the model itself
113
+ def build_from_hash(attributes)
114
+ return nil unless attributes.is_a?(Hash)
115
+ self.class.swagger_types.each_pair do |key, type|
116
+ if type =~ /\AArray<(.*)>/i
117
+ # check to ensure the input is an array given that the the attribute
118
+ # is documented as an array but the input is not
119
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
120
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
121
+ end
122
+ elsif !attributes[self.class.attribute_map[key]].nil?
123
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
124
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
125
+ end
126
+
127
+ self
128
+ end
129
+
130
+ # Deserializes the data based on type
131
+ # @param string type Data type
132
+ # @param string value Value to be deserialized
133
+ # @return [Object] Deserialized data
134
+ def _deserialize(type, value)
135
+ case type.to_sym
136
+ when :DateTime
137
+ DateTime.parse(value)
138
+ when :Date
139
+ Date.parse(value)
140
+ when :String
141
+ value.to_s
142
+ when :Integer
143
+ value.to_i
144
+ when :Float
145
+ value.to_f
146
+ when :BOOLEAN
147
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
148
+ true
149
+ else
150
+ false
151
+ end
152
+ when :Object
153
+ # generic object (usually a Hash), return directly
154
+ value
155
+ when /\AArray<(?<inner_type>.+)>\z/
156
+ inner_type = Regexp.last_match[:inner_type]
157
+ value.map { |v| _deserialize(inner_type, v) }
158
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
159
+ k_type = Regexp.last_match[:k_type]
160
+ v_type = Regexp.last_match[:v_type]
161
+ {}.tap do |hash|
162
+ value.each do |k, v|
163
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
164
+ end
165
+ end
166
+ else # model
167
+ temp_model = AsposeCellsCloud.const_get(type).new
168
+ temp_model.build_from_hash(value)
169
+ end
170
+ end
171
+
172
+ # Returns the string representation of the object
173
+ # @return [String] String presentation of the object
174
+ def to_s
175
+ to_hash.to_s
176
+ end
177
+
178
+ # to_body is an alias to to_hash (backward compatibility)
179
+ # @return [Hash] Returns the object in the form of hash
180
+ def to_body
181
+ to_hash
182
+ end
183
+
184
+ # Returns the object in the form of hash
185
+ # @return [Hash] Returns the object in the form of hash
186
+ def to_hash
187
+ hash = {}
188
+ self.class.attribute_map.each_pair do |attr, param|
189
+ value = self.send(attr)
190
+ next if value.nil?
191
+ hash[param] = _to_hash(value)
192
+ end
193
+ hash
194
+ end
195
+
196
+ # Outputs non-array value in the form of hash
197
+ # For object, use to_hash. Otherwise, just return the value
198
+ # @param [Object] value Any valid value
199
+ # @return [Hash] Returns the value in the form of hash
200
+ def _to_hash(value)
201
+ if value.is_a?(Array)
202
+ value.compact.map{ |v| _to_hash(v) }
203
+ elsif value.is_a?(Hash)
204
+ {}.tap do |hash|
205
+ value.each { |k, v| hash[k] = _to_hash(v) }
206
+ end
207
+ elsif value.respond_to? :to_hash
208
+ value.to_hash
209
+ else
210
+ value
211
+ end
212
+ end
213
+
214
+ end
215
+
216
+ end
@@ -0,0 +1,225 @@
1
+ =begin
2
+ --------------------------------------------------------------------------------------------------------------------
3
+ Copyright (c) 2021 Aspose.Cells Cloud
4
+ Permission is hereby granted, free of charge, to any person obtaining a copy
5
+ of this software and associated documentation files (the "Software"), to deal
6
+ in the Software without restriction, including without limitation the rights
7
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8
+ copies of the Software, and to permit persons to whom the Software is
9
+ furnished to do so, subject to the following conditions:
10
+ The above copyright notice and this permission notice shall be included in all
11
+ copies or substantial portions of the Software.
12
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
15
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
16
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
17
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
18
+ SOFTWARE.
19
+ --------------------------------------------------------------------------------------------------------------------
20
+
21
+ =end
22
+
23
+ require 'date'
24
+
25
+ module AsposeCellsCloud
26
+
27
+ class CalculationOptions
28
+ attr_accessor :precision_strategy
29
+
30
+ attr_accessor :ignore_error
31
+
32
+ attr_accessor :recursive
33
+
34
+ attr_accessor :calc_stack_size
35
+
36
+
37
+ # Attribute mapping from ruby-style variable name to JSON key.
38
+ def self.attribute_map
39
+ {
40
+ :'precision_strategy' => :'PrecisionStrategy',
41
+ :'ignore_error' => :'IgnoreError',
42
+ :'recursive' => :'Recursive',
43
+ :'calc_stack_size' => :'CalcStackSize'
44
+ }
45
+ end
46
+
47
+ # Attribute type mapping.
48
+ def self.swagger_types
49
+ {
50
+ :'precision_strategy' => :'String',
51
+ :'ignore_error' => :'BOOLEAN',
52
+ :'recursive' => :'BOOLEAN',
53
+ :'calc_stack_size' => :'Integer'
54
+ }
55
+ end
56
+
57
+ # Initializes the object
58
+ # @param [Hash] attributes Model attributes in the form of hash
59
+ def initialize(attributes = {})
60
+ return unless attributes.is_a?(Hash)
61
+
62
+ # convert string to symbol for hash key
63
+ attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
64
+
65
+ if attributes.has_key?(:'PrecisionStrategy')
66
+ self.precision_strategy = attributes[:'PrecisionStrategy']
67
+ end
68
+
69
+ if attributes.has_key?(:'IgnoreError')
70
+ self.ignore_error = attributes[:'IgnoreError']
71
+ end
72
+
73
+ if attributes.has_key?(:'Recursive')
74
+ self.recursive = attributes[:'Recursive']
75
+ end
76
+
77
+ if attributes.has_key?(:'CalcStackSize')
78
+ self.calc_stack_size = attributes[:'CalcStackSize']
79
+ end
80
+
81
+ end
82
+
83
+ # Show invalid properties with the reasons. Usually used together with valid?
84
+ # @return Array for valid properies with the reasons
85
+ def list_invalid_properties
86
+ invalid_properties = Array.new
87
+ return invalid_properties
88
+ end
89
+
90
+ # Check to see if the all the properties in the model are valid
91
+ # @return true if the model is valid
92
+ def valid?
93
+ return true
94
+ end
95
+
96
+ # Checks equality by comparing each attribute.
97
+ # @param [Object] Object to be compared
98
+ def ==(o)
99
+ return true if self.equal?(o)
100
+ self.class == o.class &&
101
+ precision_strategy == o.precision_strategy &&
102
+ ignore_error == o.ignore_error &&
103
+ recursive == o.recursive &&
104
+ calc_stack_size == o.calc_stack_size
105
+ end
106
+
107
+ # @see the `==` method
108
+ # @param [Object] Object to be compared
109
+ def eql?(o)
110
+ self == o
111
+ end
112
+
113
+ # Calculates hash code according to all attributes.
114
+ # @return [Fixnum] Hash code
115
+ def hash
116
+ [precision_strategy, ignore_error, recursive, calc_stack_size].hash
117
+ end
118
+
119
+ # Builds the object from hash
120
+ # @param [Hash] attributes Model attributes in the form of hash
121
+ # @return [Object] Returns the model itself
122
+ def build_from_hash(attributes)
123
+ return nil unless attributes.is_a?(Hash)
124
+ self.class.swagger_types.each_pair do |key, type|
125
+ if type =~ /\AArray<(.*)>/i
126
+ # check to ensure the input is an array given that the the attribute
127
+ # is documented as an array but the input is not
128
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
129
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
130
+ end
131
+ elsif !attributes[self.class.attribute_map[key]].nil?
132
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
133
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
134
+ end
135
+
136
+ self
137
+ end
138
+
139
+ # Deserializes the data based on type
140
+ # @param string type Data type
141
+ # @param string value Value to be deserialized
142
+ # @return [Object] Deserialized data
143
+ def _deserialize(type, value)
144
+ case type.to_sym
145
+ when :DateTime
146
+ DateTime.parse(value)
147
+ when :Date
148
+ Date.parse(value)
149
+ when :String
150
+ value.to_s
151
+ when :Integer
152
+ value.to_i
153
+ when :Float
154
+ value.to_f
155
+ when :BOOLEAN
156
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
157
+ true
158
+ else
159
+ false
160
+ end
161
+ when :Object
162
+ # generic object (usually a Hash), return directly
163
+ value
164
+ when /\AArray<(?<inner_type>.+)>\z/
165
+ inner_type = Regexp.last_match[:inner_type]
166
+ value.map { |v| _deserialize(inner_type, v) }
167
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
168
+ k_type = Regexp.last_match[:k_type]
169
+ v_type = Regexp.last_match[:v_type]
170
+ {}.tap do |hash|
171
+ value.each do |k, v|
172
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
173
+ end
174
+ end
175
+ else # model
176
+ temp_model = AsposeCellsCloud.const_get(type).new
177
+ temp_model.build_from_hash(value)
178
+ end
179
+ end
180
+
181
+ # Returns the string representation of the object
182
+ # @return [String] String presentation of the object
183
+ def to_s
184
+ to_hash.to_s
185
+ end
186
+
187
+ # to_body is an alias to to_hash (backward compatibility)
188
+ # @return [Hash] Returns the object in the form of hash
189
+ def to_body
190
+ to_hash
191
+ end
192
+
193
+ # Returns the object in the form of hash
194
+ # @return [Hash] Returns the object in the form of hash
195
+ def to_hash
196
+ hash = {}
197
+ self.class.attribute_map.each_pair do |attr, param|
198
+ value = self.send(attr)
199
+ next if value.nil?
200
+ hash[param] = _to_hash(value)
201
+ end
202
+ hash
203
+ end
204
+
205
+ # Outputs non-array value in the form of hash
206
+ # For object, use to_hash. Otherwise, just return the value
207
+ # @param [Object] value Any valid value
208
+ # @return [Hash] Returns the value in the form of hash
209
+ def _to_hash(value)
210
+ if value.is_a?(Array)
211
+ value.compact.map{ |v| _to_hash(v) }
212
+ elsif value.is_a?(Hash)
213
+ {}.tap do |hash|
214
+ value.each { |k, v| hash[k] = _to_hash(v) }
215
+ end
216
+ elsif value.respond_to? :to_hash
217
+ value.to_hash
218
+ else
219
+ value
220
+ end
221
+ end
222
+
223
+ end
224
+
225
+ end
@@ -0,0 +1,401 @@
1
+ =begin
2
+ --------------------------------------------------------------------------------------------------------------------
3
+ Copyright (c) 2021 Aspose.Cells Cloud
4
+ Permission is hereby granted, free of charge, to any person obtaining a copy
5
+ of this software and associated documentation files (the "Software"), to deal
6
+ in the Software without restriction, including without limitation the rights
7
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8
+ copies of the Software, and to permit persons to whom the Software is
9
+ furnished to do so, subject to the following conditions:
10
+ The above copyright notice and this permission notice shall be included in all
11
+ copies or substantial portions of the Software.
12
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
15
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
16
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
17
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
18
+ SOFTWARE.
19
+ --------------------------------------------------------------------------------------------------------------------
20
+
21
+ =end
22
+
23
+ require 'date'
24
+
25
+ module AsposeCellsCloud
26
+ # Encapsulates the object that represents a single Workbook cell.
27
+ class Cell
28
+ attr_accessor :link
29
+
30
+ attr_accessor :style
31
+
32
+ # Gets and sets the html string which contains data and some formattings in this cell.
33
+ attr_accessor :html_string
34
+
35
+ # Gets the name of the cell.
36
+ attr_accessor :name
37
+
38
+ # Gets column number (zero based) of the cell.
39
+ attr_accessor :column
40
+
41
+ # Gets the parent worksheet.
42
+ attr_accessor :worksheet
43
+
44
+ # Indicates whethe this cell is part of table formula.
45
+ attr_accessor :is_in_table
46
+
47
+ # Inidicates the cell's formula is and array formula and it is the first cell of the array.
48
+ attr_accessor :is_array_header
49
+
50
+ attr_accessor :value
51
+
52
+ # Represents if the specified cell contains formula.
53
+ attr_accessor :is_formula
54
+
55
+ # Indicates if the cell's style is set. If return false, it means this cell has a default cell format.
56
+ attr_accessor :is_style_set
57
+
58
+ # Indicates whether the cell formula is an array formula.
59
+ attr_accessor :is_in_array
60
+
61
+ # Checks if a formula can properly evaluate a result.
62
+ attr_accessor :is_error_value
63
+
64
+ # Checks if a cell is part of a merged range or not.
65
+ attr_accessor :is_merged
66
+
67
+ # Gets or sets a formula of the Aspose.Cells.Cell.
68
+ attr_accessor :formula
69
+
70
+ # Specifies a cell value type.
71
+ attr_accessor :type
72
+
73
+ # Gets row number (zero based) of the cell.
74
+ attr_accessor :row
75
+
76
+
77
+ # Attribute mapping from ruby-style variable name to JSON key.
78
+ def self.attribute_map
79
+ {
80
+ :'link' => :'link',
81
+ :'style' => :'Style',
82
+ :'html_string' => :'HtmlString',
83
+ :'name' => :'Name',
84
+ :'column' => :'Column',
85
+ :'worksheet' => :'Worksheet',
86
+ :'is_in_table' => :'IsInTable',
87
+ :'is_array_header' => :'IsArrayHeader',
88
+ :'value' => :'Value',
89
+ :'is_formula' => :'IsFormula',
90
+ :'is_style_set' => :'IsStyleSet',
91
+ :'is_in_array' => :'IsInArray',
92
+ :'is_error_value' => :'IsErrorValue',
93
+ :'is_merged' => :'IsMerged',
94
+ :'formula' => :'Formula',
95
+ :'type' => :'Type',
96
+ :'row' => :'Row'
97
+ }
98
+ end
99
+
100
+ # Attribute type mapping.
101
+ def self.swagger_types
102
+ {
103
+ :'link' => :'Link',
104
+ :'style' => :'LinkElement',
105
+ :'html_string' => :'String',
106
+ :'name' => :'String',
107
+ :'column' => :'Integer',
108
+ :'worksheet' => :'String',
109
+ :'is_in_table' => :'BOOLEAN',
110
+ :'is_array_header' => :'BOOLEAN',
111
+ :'value' => :'String',
112
+ :'is_formula' => :'BOOLEAN',
113
+ :'is_style_set' => :'BOOLEAN',
114
+ :'is_in_array' => :'BOOLEAN',
115
+ :'is_error_value' => :'BOOLEAN',
116
+ :'is_merged' => :'BOOLEAN',
117
+ :'formula' => :'String',
118
+ :'type' => :'String',
119
+ :'row' => :'Integer'
120
+ }
121
+ end
122
+
123
+ # Initializes the object
124
+ # @param [Hash] attributes Model attributes in the form of hash
125
+ def initialize(attributes = {})
126
+ return unless attributes.is_a?(Hash)
127
+
128
+ # convert string to symbol for hash key
129
+ attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
130
+
131
+ if attributes.has_key?(:'link')
132
+ self.link = attributes[:'link']
133
+ end
134
+
135
+ if attributes.has_key?(:'Style')
136
+ self.style = attributes[:'Style']
137
+ end
138
+
139
+ if attributes.has_key?(:'HtmlString')
140
+ self.html_string = attributes[:'HtmlString']
141
+ end
142
+
143
+ if attributes.has_key?(:'Name')
144
+ self.name = attributes[:'Name']
145
+ end
146
+
147
+ if attributes.has_key?(:'Column')
148
+ self.column = attributes[:'Column']
149
+ end
150
+
151
+ if attributes.has_key?(:'Worksheet')
152
+ self.worksheet = attributes[:'Worksheet']
153
+ end
154
+
155
+ if attributes.has_key?(:'IsInTable')
156
+ self.is_in_table = attributes[:'IsInTable']
157
+ end
158
+
159
+ if attributes.has_key?(:'IsArrayHeader')
160
+ self.is_array_header = attributes[:'IsArrayHeader']
161
+ end
162
+
163
+ if attributes.has_key?(:'Value')
164
+ self.value = attributes[:'Value']
165
+ end
166
+
167
+ if attributes.has_key?(:'IsFormula')
168
+ self.is_formula = attributes[:'IsFormula']
169
+ end
170
+
171
+ if attributes.has_key?(:'IsStyleSet')
172
+ self.is_style_set = attributes[:'IsStyleSet']
173
+ end
174
+
175
+ if attributes.has_key?(:'IsInArray')
176
+ self.is_in_array = attributes[:'IsInArray']
177
+ end
178
+
179
+ if attributes.has_key?(:'IsErrorValue')
180
+ self.is_error_value = attributes[:'IsErrorValue']
181
+ end
182
+
183
+ if attributes.has_key?(:'IsMerged')
184
+ self.is_merged = attributes[:'IsMerged']
185
+ end
186
+
187
+ if attributes.has_key?(:'Formula')
188
+ self.formula = attributes[:'Formula']
189
+ end
190
+
191
+ if attributes.has_key?(:'Type')
192
+ self.type = attributes[:'Type']
193
+ end
194
+
195
+ if attributes.has_key?(:'Row')
196
+ self.row = attributes[:'Row']
197
+ end
198
+
199
+ end
200
+
201
+ # Show invalid properties with the reasons. Usually used together with valid?
202
+ # @return Array for valid properies with the reasons
203
+ def list_invalid_properties
204
+ invalid_properties = Array.new
205
+ if @column.nil?
206
+ invalid_properties.push("invalid value for 'column', column cannot be nil.")
207
+ end
208
+
209
+ if @is_in_table.nil?
210
+ invalid_properties.push("invalid value for 'is_in_table', is_in_table cannot be nil.")
211
+ end
212
+
213
+ if @is_array_header.nil?
214
+ invalid_properties.push("invalid value for 'is_array_header', is_array_header cannot be nil.")
215
+ end
216
+
217
+ if @is_formula.nil?
218
+ invalid_properties.push("invalid value for 'is_formula', is_formula cannot be nil.")
219
+ end
220
+
221
+ if @is_style_set.nil?
222
+ invalid_properties.push("invalid value for 'is_style_set', is_style_set cannot be nil.")
223
+ end
224
+
225
+ if @is_in_array.nil?
226
+ invalid_properties.push("invalid value for 'is_in_array', is_in_array cannot be nil.")
227
+ end
228
+
229
+ if @is_error_value.nil?
230
+ invalid_properties.push("invalid value for 'is_error_value', is_error_value cannot be nil.")
231
+ end
232
+
233
+ if @is_merged.nil?
234
+ invalid_properties.push("invalid value for 'is_merged', is_merged cannot be nil.")
235
+ end
236
+
237
+ if @row.nil?
238
+ invalid_properties.push("invalid value for 'row', row cannot be nil.")
239
+ end
240
+
241
+ return invalid_properties
242
+ end
243
+
244
+ # Check to see if the all the properties in the model are valid
245
+ # @return true if the model is valid
246
+ def valid?
247
+ return false if @column.nil?
248
+ return false if @is_in_table.nil?
249
+ return false if @is_array_header.nil?
250
+ return false if @is_formula.nil?
251
+ return false if @is_style_set.nil?
252
+ return false if @is_in_array.nil?
253
+ return false if @is_error_value.nil?
254
+ return false if @is_merged.nil?
255
+ return false if @row.nil?
256
+ return true
257
+ end
258
+
259
+ # Checks equality by comparing each attribute.
260
+ # @param [Object] Object to be compared
261
+ def ==(o)
262
+ return true if self.equal?(o)
263
+ self.class == o.class &&
264
+ link == o.link &&
265
+ style == o.style &&
266
+ html_string == o.html_string &&
267
+ name == o.name &&
268
+ column == o.column &&
269
+ worksheet == o.worksheet &&
270
+ is_in_table == o.is_in_table &&
271
+ is_array_header == o.is_array_header &&
272
+ value == o.value &&
273
+ is_formula == o.is_formula &&
274
+ is_style_set == o.is_style_set &&
275
+ is_in_array == o.is_in_array &&
276
+ is_error_value == o.is_error_value &&
277
+ is_merged == o.is_merged &&
278
+ formula == o.formula &&
279
+ type == o.type &&
280
+ row == o.row
281
+ end
282
+
283
+ # @see the `==` method
284
+ # @param [Object] Object to be compared
285
+ def eql?(o)
286
+ self == o
287
+ end
288
+
289
+ # Calculates hash code according to all attributes.
290
+ # @return [Fixnum] Hash code
291
+ def hash
292
+ [link, style, html_string, name, column, worksheet, is_in_table, is_array_header, value, is_formula, is_style_set, is_in_array, is_error_value, is_merged, formula, type, row].hash
293
+ end
294
+
295
+ # Builds the object from hash
296
+ # @param [Hash] attributes Model attributes in the form of hash
297
+ # @return [Object] Returns the model itself
298
+ def build_from_hash(attributes)
299
+ return nil unless attributes.is_a?(Hash)
300
+ self.class.swagger_types.each_pair do |key, type|
301
+ if type =~ /\AArray<(.*)>/i
302
+ # check to ensure the input is an array given that the the attribute
303
+ # is documented as an array but the input is not
304
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
305
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
306
+ end
307
+ elsif !attributes[self.class.attribute_map[key]].nil?
308
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
309
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
310
+ end
311
+
312
+ self
313
+ end
314
+
315
+ # Deserializes the data based on type
316
+ # @param string type Data type
317
+ # @param string value Value to be deserialized
318
+ # @return [Object] Deserialized data
319
+ def _deserialize(type, value)
320
+ case type.to_sym
321
+ when :DateTime
322
+ DateTime.parse(value)
323
+ when :Date
324
+ Date.parse(value)
325
+ when :String
326
+ value.to_s
327
+ when :Integer
328
+ value.to_i
329
+ when :Float
330
+ value.to_f
331
+ when :BOOLEAN
332
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
333
+ true
334
+ else
335
+ false
336
+ end
337
+ when :Object
338
+ # generic object (usually a Hash), return directly
339
+ value
340
+ when /\AArray<(?<inner_type>.+)>\z/
341
+ inner_type = Regexp.last_match[:inner_type]
342
+ value.map { |v| _deserialize(inner_type, v) }
343
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
344
+ k_type = Regexp.last_match[:k_type]
345
+ v_type = Regexp.last_match[:v_type]
346
+ {}.tap do |hash|
347
+ value.each do |k, v|
348
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
349
+ end
350
+ end
351
+ else # model
352
+ temp_model = AsposeCellsCloud.const_get(type).new
353
+ temp_model.build_from_hash(value)
354
+ end
355
+ end
356
+
357
+ # Returns the string representation of the object
358
+ # @return [String] String presentation of the object
359
+ def to_s
360
+ to_hash.to_s
361
+ end
362
+
363
+ # to_body is an alias to to_hash (backward compatibility)
364
+ # @return [Hash] Returns the object in the form of hash
365
+ def to_body
366
+ to_hash
367
+ end
368
+
369
+ # Returns the object in the form of hash
370
+ # @return [Hash] Returns the object in the form of hash
371
+ def to_hash
372
+ hash = {}
373
+ self.class.attribute_map.each_pair do |attr, param|
374
+ value = self.send(attr)
375
+ next if value.nil?
376
+ hash[param] = _to_hash(value)
377
+ end
378
+ hash
379
+ end
380
+
381
+ # Outputs non-array value in the form of hash
382
+ # For object, use to_hash. Otherwise, just return the value
383
+ # @param [Object] value Any valid value
384
+ # @return [Hash] Returns the value in the form of hash
385
+ def _to_hash(value)
386
+ if value.is_a?(Array)
387
+ value.compact.map{ |v| _to_hash(v) }
388
+ elsif value.is_a?(Hash)
389
+ {}.tap do |hash|
390
+ value.each { |k, v| hash[k] = _to_hash(v) }
391
+ end
392
+ elsif value.respond_to? :to_hash
393
+ value.to_hash
394
+ else
395
+ value
396
+ end
397
+ end
398
+
399
+ end
400
+
401
+ end