cloudmersive-convert-api-client 1.2.8 → 1.2.9

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.
Files changed (269) hide show
  1. checksums.yaml +4 -4
  2. data/{client/Gemfile → Gemfile} +0 -0
  3. data/{client/README.md → README.md} +49 -4
  4. data/{client/Rakefile → Rakefile} +0 -0
  5. data/{client/cloudmersive-convert-api-client.gemspec → cloudmersive-convert-api-client.gemspec} +0 -0
  6. data/{client/docs → docs}/CompareDocumentApi.md +0 -0
  7. data/{client/docs → docs}/ConvertDataApi.md +0 -0
  8. data/{client/docs → docs}/ConvertDocumentApi.md +0 -0
  9. data/{client/docs → docs}/ConvertImageApi.md +113 -0
  10. data/{client/docs → docs}/ConvertTemplateApi.md +0 -0
  11. data/{client/docs → docs}/ConvertWebApi.md +0 -0
  12. data/{client/docs → docs}/ConvertedPngPage.md +0 -0
  13. data/{client/docs → docs}/DocumentValidationError.md +0 -0
  14. data/{client/docs → docs}/DocumentValidationResult.md +0 -0
  15. data/docs/DocxBody.md +10 -0
  16. data/docs/DocxCellStyle.md +11 -0
  17. data/{client/docs → docs}/DocxFooter.md +1 -0
  18. data/{client/docs → docs}/DocxHeader.md +1 -0
  19. data/docs/DocxImage.md +20 -0
  20. data/docs/DocxInsertImageRequest.md +14 -0
  21. data/{client/docs → docs}/DocxInsertImageResponse.md +0 -0
  22. data/{client/docs → docs}/DocxParagraph.md +1 -0
  23. data/docs/DocxRemoveObjectRequest.md +10 -0
  24. data/docs/DocxRemoveObjectResponse.md +9 -0
  25. data/{client/docs → docs}/DocxRun.md +1 -0
  26. data/{client/docs → docs}/DocxSection.md +1 -0
  27. data/{client/docs → docs}/DocxSetFooterRequest.md +0 -0
  28. data/{client/docs → docs}/DocxSetFooterResponse.md +0 -0
  29. data/{client/docs → docs}/DocxSetHeaderRequest.md +0 -0
  30. data/{client/docs → docs}/DocxSetHeaderResponse.md +0 -0
  31. data/{client/docs → docs}/DocxStyle.md +1 -0
  32. data/{client/docs → docs}/DocxTable.md +2 -1
  33. data/{client/docs → docs}/DocxTableCell.md +1 -0
  34. data/{client/docs → docs}/DocxTableRow.md +1 -0
  35. data/{client/docs → docs}/DocxText.md +1 -0
  36. data/{client/docs → docs}/EditDocumentApi.md +605 -0
  37. data/docs/ExifValue.md +10 -0
  38. data/{client/docs → docs}/FinishEditingRequest.md +0 -0
  39. data/docs/GetDocxBodyRequest.md +9 -0
  40. data/docs/GetDocxBodyResponse.md +9 -0
  41. data/{client/docs → docs}/GetDocxHeadersAndFootersRequest.md +0 -0
  42. data/{client/docs → docs}/GetDocxHeadersAndFootersResponse.md +0 -0
  43. data/docs/GetDocxImagesRequest.md +9 -0
  44. data/docs/GetDocxImagesResponse.md +9 -0
  45. data/docs/GetDocxSectionsRequest.md +9 -0
  46. data/docs/GetDocxSectionsResponse.md +9 -0
  47. data/{client/docs → docs}/GetDocxStylesRequest.md +0 -0
  48. data/{client/docs → docs}/GetDocxStylesResponse.md +0 -0
  49. data/{client/docs → docs}/GetDocxTablesRequest.md +0 -0
  50. data/{client/docs → docs}/GetDocxTablesResponse.md +0 -0
  51. data/docs/GetImageInfoResult.md +24 -0
  52. data/docs/GetXlsxColumnsRequest.md +10 -0
  53. data/docs/GetXlsxColumnsResponse.md +9 -0
  54. data/docs/GetXlsxImagesRequest.md +10 -0
  55. data/docs/GetXlsxImagesResponse.md +9 -0
  56. data/docs/GetXlsxRowsAndCellsRequest.md +10 -0
  57. data/docs/GetXlsxRowsAndCellsResponse.md +9 -0
  58. data/docs/GetXlsxStylesRequest.md +9 -0
  59. data/docs/GetXlsxStylesResponse.md +9 -0
  60. data/docs/GetXlsxWorksheetsRequest.md +9 -0
  61. data/docs/GetXlsxWorksheetsResponse.md +9 -0
  62. data/{client/docs → docs}/HtmlMdResult.md +0 -0
  63. data/{client/docs → docs}/HtmlTemplateApplicationRequest.md +0 -0
  64. data/{client/docs → docs}/HtmlTemplateApplicationResponse.md +0 -0
  65. data/{client/docs → docs}/HtmlTemplateOperation.md +0 -0
  66. data/{client/docs → docs}/HtmlToOfficeRequest.md +0 -0
  67. data/{client/docs → docs}/HtmlToPdfRequest.md +0 -0
  68. data/docs/InsertDocxInsertParagraphRequest.md +12 -0
  69. data/docs/InsertDocxInsertParagraphResponse.md +9 -0
  70. data/docs/InsertDocxTablesRequest.md +12 -0
  71. data/{client/docs → docs}/InsertDocxTablesResponse.md +0 -0
  72. data/docs/InsertXlsxWorksheetRequest.md +10 -0
  73. data/docs/InsertXlsxWorksheetResponse.md +9 -0
  74. data/{client/docs → docs}/MergeDocumentApi.md +0 -0
  75. data/{client/docs → docs}/PdfToPngResult.md +0 -0
  76. data/{client/docs → docs}/RemoveDocxHeadersAndFootersRequest.md +0 -0
  77. data/{client/docs → docs}/RemoveDocxHeadersAndFootersResponse.md +0 -0
  78. data/{client/docs → docs}/ReplaceStringRequest.md +0 -0
  79. data/{client/docs → docs}/ScreenshotRequest.md +0 -0
  80. data/{client/docs → docs}/ValidateDocumentApi.md +0 -0
  81. data/{client/docs → docs}/ViewerResponse.md +0 -0
  82. data/{client/docs → docs}/ViewerToolsApi.md +0 -0
  83. data/docs/XlsxImage.md +12 -0
  84. data/docs/XlsxSpreadsheetCell.md +12 -0
  85. data/docs/XlsxSpreadsheetColumn.md +9 -0
  86. data/docs/XlsxSpreadsheetRow.md +9 -0
  87. data/docs/XlsxWorksheet.md +9 -0
  88. data/{client/git_push.sh → git_push.sh} +0 -0
  89. data/{client/lib → lib}/cloudmersive-convert-api-client.rb +32 -0
  90. data/{client/lib → lib}/cloudmersive-convert-api-client/api/compare_document_api.rb +0 -0
  91. data/{client/lib → lib}/cloudmersive-convert-api-client/api/convert_data_api.rb +0 -0
  92. data/{client/lib → lib}/cloudmersive-convert-api-client/api/convert_document_api.rb +0 -0
  93. data/{client/lib → lib}/cloudmersive-convert-api-client/api/convert_image_api.rb +118 -0
  94. data/{client/lib → lib}/cloudmersive-convert-api-client/api/convert_template_api.rb +0 -0
  95. data/{client/lib → lib}/cloudmersive-convert-api-client/api/convert_web_api.rb +0 -0
  96. data/{client/lib → lib}/cloudmersive-convert-api-client/api/edit_document_api.rb +605 -0
  97. data/{client/lib → lib}/cloudmersive-convert-api-client/api/merge_document_api.rb +0 -0
  98. data/{client/lib → lib}/cloudmersive-convert-api-client/api/validate_document_api.rb +0 -0
  99. data/{client/lib → lib}/cloudmersive-convert-api-client/api/viewer_tools_api.rb +0 -0
  100. data/{client/lib → lib}/cloudmersive-convert-api-client/api_client.rb +0 -0
  101. data/{client/lib → lib}/cloudmersive-convert-api-client/api_error.rb +0 -0
  102. data/{client/lib → lib}/cloudmersive-convert-api-client/configuration.rb +0 -0
  103. data/{client/lib → lib}/cloudmersive-convert-api-client/models/converted_png_page.rb +0 -0
  104. data/{client/lib → lib}/cloudmersive-convert-api-client/models/document_validation_error.rb +0 -0
  105. data/{client/lib → lib}/cloudmersive-convert-api-client/models/document_validation_result.rb +0 -0
  106. data/lib/cloudmersive-convert-api-client/models/docx_body.rb +213 -0
  107. data/lib/cloudmersive-convert-api-client/models/docx_cell_style.rb +219 -0
  108. data/{client/lib → lib}/cloudmersive-convert-api-client/models/docx_footer.rb +11 -1
  109. data/{client/lib → lib}/cloudmersive-convert-api-client/models/docx_header.rb +11 -1
  110. data/lib/cloudmersive-convert-api-client/models/docx_image.rb +309 -0
  111. data/{client/lib → lib}/cloudmersive-convert-api-client/models/docx_insert_image_request.rb +27 -17
  112. data/{client/lib → lib}/cloudmersive-convert-api-client/models/docx_insert_image_response.rb +0 -0
  113. data/{client/lib → lib}/cloudmersive-convert-api-client/models/docx_paragraph.rb +11 -1
  114. data/lib/cloudmersive-convert-api-client/models/docx_remove_object_request.rb +225 -0
  115. data/lib/cloudmersive-convert-api-client/models/docx_remove_object_response.rb +199 -0
  116. data/{client/lib → lib}/cloudmersive-convert-api-client/models/docx_run.rb +11 -1
  117. data/{client/lib → lib}/cloudmersive-convert-api-client/models/docx_section.rb +14 -4
  118. data/{client/lib → lib}/cloudmersive-convert-api-client/models/docx_set_footer_request.rb +0 -0
  119. data/{client/lib → lib}/cloudmersive-convert-api-client/models/docx_set_footer_response.rb +0 -0
  120. data/{client/lib → lib}/cloudmersive-convert-api-client/models/docx_set_header_request.rb +0 -0
  121. data/{client/lib → lib}/cloudmersive-convert-api-client/models/docx_set_header_response.rb +0 -0
  122. data/{client/lib → lib}/cloudmersive-convert-api-client/models/docx_style.rb +11 -1
  123. data/{client/lib → lib}/cloudmersive-convert-api-client/models/docx_table.rb +12 -2
  124. data/{client/lib → lib}/cloudmersive-convert-api-client/models/docx_table_cell.rb +11 -1
  125. data/{client/lib → lib}/cloudmersive-convert-api-client/models/docx_table_row.rb +11 -1
  126. data/{client/lib → lib}/cloudmersive-convert-api-client/models/docx_text.rb +11 -1
  127. data/lib/cloudmersive-convert-api-client/models/exif_value.rb +206 -0
  128. data/{client/lib → lib}/cloudmersive-convert-api-client/models/finish_editing_request.rb +0 -0
  129. data/lib/cloudmersive-convert-api-client/models/get_docx_body_request.rb +215 -0
  130. data/lib/cloudmersive-convert-api-client/models/get_docx_body_response.rb +199 -0
  131. data/{client/lib → lib}/cloudmersive-convert-api-client/models/get_docx_headers_and_footers_request.rb +0 -0
  132. data/{client/lib → lib}/cloudmersive-convert-api-client/models/get_docx_headers_and_footers_response.rb +0 -0
  133. data/lib/cloudmersive-convert-api-client/models/get_docx_images_request.rb +215 -0
  134. data/lib/cloudmersive-convert-api-client/models/get_docx_images_response.rb +201 -0
  135. data/lib/cloudmersive-convert-api-client/models/get_docx_sections_request.rb +215 -0
  136. data/lib/cloudmersive-convert-api-client/models/get_docx_sections_response.rb +201 -0
  137. data/{client/lib → lib}/cloudmersive-convert-api-client/models/get_docx_styles_request.rb +0 -0
  138. data/{client/lib → lib}/cloudmersive-convert-api-client/models/get_docx_styles_response.rb +0 -0
  139. data/{client/lib → lib}/cloudmersive-convert-api-client/models/get_docx_tables_request.rb +0 -0
  140. data/{client/lib → lib}/cloudmersive-convert-api-client/models/get_docx_tables_response.rb +0 -0
  141. data/lib/cloudmersive-convert-api-client/models/get_image_info_result.rb +350 -0
  142. data/lib/cloudmersive-convert-api-client/models/get_xlsx_columns_request.rb +225 -0
  143. data/lib/cloudmersive-convert-api-client/models/get_xlsx_columns_response.rb +201 -0
  144. data/lib/cloudmersive-convert-api-client/models/get_xlsx_images_request.rb +225 -0
  145. data/lib/cloudmersive-convert-api-client/models/get_xlsx_images_response.rb +201 -0
  146. data/lib/cloudmersive-convert-api-client/models/get_xlsx_rows_and_cells_request.rb +225 -0
  147. data/lib/cloudmersive-convert-api-client/models/get_xlsx_rows_and_cells_response.rb +201 -0
  148. data/lib/cloudmersive-convert-api-client/models/get_xlsx_styles_request.rb +215 -0
  149. data/lib/cloudmersive-convert-api-client/models/get_xlsx_styles_response.rb +201 -0
  150. data/lib/cloudmersive-convert-api-client/models/get_xlsx_worksheets_request.rb +215 -0
  151. data/lib/cloudmersive-convert-api-client/models/get_xlsx_worksheets_response.rb +201 -0
  152. data/{client/lib → lib}/cloudmersive-convert-api-client/models/html_md_result.rb +0 -0
  153. data/{client/lib → lib}/cloudmersive-convert-api-client/models/html_template_application_request.rb +0 -0
  154. data/{client/lib → lib}/cloudmersive-convert-api-client/models/html_template_application_response.rb +0 -0
  155. data/{client/lib → lib}/cloudmersive-convert-api-client/models/html_template_operation.rb +0 -0
  156. data/{client/lib → lib}/cloudmersive-convert-api-client/models/html_to_office_request.rb +0 -0
  157. data/{client/lib → lib}/cloudmersive-convert-api-client/models/html_to_pdf_request.rb +0 -0
  158. data/lib/cloudmersive-convert-api-client/models/insert_docx_insert_paragraph_request.rb +245 -0
  159. data/lib/cloudmersive-convert-api-client/models/insert_docx_insert_paragraph_response.rb +199 -0
  160. data/lib/cloudmersive-convert-api-client/models/insert_docx_tables_request.rb +245 -0
  161. data/{client/lib → lib}/cloudmersive-convert-api-client/models/insert_docx_tables_response.rb +0 -0
  162. data/{client/lib/cloudmersive-convert-api-client/models/insert_docx_tables_request.rb → lib/cloudmersive-convert-api-client/models/insert_xlsx_worksheet_request.rb} +10 -10
  163. data/lib/cloudmersive-convert-api-client/models/insert_xlsx_worksheet_response.rb +199 -0
  164. data/{client/lib → lib}/cloudmersive-convert-api-client/models/pdf_to_png_result.rb +0 -0
  165. data/{client/lib → lib}/cloudmersive-convert-api-client/models/remove_docx_headers_and_footers_request.rb +0 -0
  166. data/{client/lib → lib}/cloudmersive-convert-api-client/models/remove_docx_headers_and_footers_response.rb +0 -0
  167. data/{client/lib → lib}/cloudmersive-convert-api-client/models/replace_string_request.rb +0 -0
  168. data/{client/lib → lib}/cloudmersive-convert-api-client/models/screenshot_request.rb +0 -0
  169. data/{client/lib → lib}/cloudmersive-convert-api-client/models/viewer_response.rb +0 -0
  170. data/lib/cloudmersive-convert-api-client/models/xlsx_image.rb +229 -0
  171. data/lib/cloudmersive-convert-api-client/models/xlsx_spreadsheet_cell.rb +228 -0
  172. data/lib/cloudmersive-convert-api-client/models/xlsx_spreadsheet_column.rb +199 -0
  173. data/lib/cloudmersive-convert-api-client/models/xlsx_spreadsheet_row.rb +201 -0
  174. data/lib/cloudmersive-convert-api-client/models/xlsx_worksheet.rb +199 -0
  175. data/{client/lib → lib}/cloudmersive-convert-api-client/version.rb +1 -1
  176. data/{client/spec → spec}/api/compare_document_api_spec.rb +0 -0
  177. data/{client/spec → spec}/api/convert_data_api_spec.rb +0 -0
  178. data/{client/spec → spec}/api/convert_document_api_spec.rb +0 -0
  179. data/{client/spec → spec}/api/convert_image_api_spec.rb +25 -0
  180. data/{client/spec → spec}/api/convert_template_api_spec.rb +0 -0
  181. data/{client/spec → spec}/api/convert_web_api_spec.rb +0 -0
  182. data/{client/spec → spec}/api/edit_document_api_spec.rb +132 -0
  183. data/{client/spec → spec}/api/merge_document_api_spec.rb +0 -0
  184. data/{client/spec → spec}/api/validate_document_api_spec.rb +0 -0
  185. data/{client/spec → spec}/api/viewer_tools_api_spec.rb +0 -0
  186. data/{client/spec → spec}/api_client_spec.rb +0 -0
  187. data/{client/spec → spec}/configuration_spec.rb +0 -0
  188. data/{client/spec → spec}/models/converted_png_page_spec.rb +0 -0
  189. data/{client/spec → spec}/models/document_validation_error_spec.rb +0 -0
  190. data/{client/spec → spec}/models/document_validation_result_spec.rb +0 -0
  191. data/spec/models/docx_body_spec.rb +54 -0
  192. data/spec/models/docx_cell_style_spec.rb +60 -0
  193. data/{client/spec → spec}/models/docx_footer_spec.rb +6 -0
  194. data/{client/spec → spec}/models/docx_header_spec.rb +6 -0
  195. data/spec/models/docx_image_spec.rb +114 -0
  196. data/{client/spec → spec}/models/docx_insert_image_request_spec.rb +8 -2
  197. data/{client/spec → spec}/models/docx_insert_image_response_spec.rb +0 -0
  198. data/{client/spec → spec}/models/docx_paragraph_spec.rb +6 -0
  199. data/spec/models/docx_remove_object_request_spec.rb +54 -0
  200. data/spec/models/docx_remove_object_response_spec.rb +48 -0
  201. data/{client/spec → spec}/models/docx_run_spec.rb +6 -0
  202. data/{client/spec → spec}/models/docx_section_spec.rb +6 -0
  203. data/{client/spec → spec}/models/docx_set_footer_request_spec.rb +0 -0
  204. data/{client/spec → spec}/models/docx_set_footer_response_spec.rb +0 -0
  205. data/{client/spec → spec}/models/docx_set_header_request_spec.rb +0 -0
  206. data/{client/spec → spec}/models/docx_set_header_response_spec.rb +0 -0
  207. data/{client/spec → spec}/models/docx_style_spec.rb +6 -0
  208. data/{client/spec → spec}/models/docx_table_cell_spec.rb +6 -0
  209. data/{client/spec → spec}/models/docx_table_row_spec.rb +6 -0
  210. data/{client/spec → spec}/models/docx_table_spec.rb +6 -0
  211. data/{client/spec → spec}/models/docx_text_spec.rb +6 -0
  212. data/spec/models/exif_value_spec.rb +54 -0
  213. data/{client/spec → spec}/models/finish_editing_request_spec.rb +0 -0
  214. data/spec/models/get_docx_body_request_spec.rb +48 -0
  215. data/spec/models/get_docx_body_response_spec.rb +48 -0
  216. data/{client/spec → spec}/models/get_docx_headers_and_footers_request_spec.rb +0 -0
  217. data/{client/spec → spec}/models/get_docx_headers_and_footers_response_spec.rb +0 -0
  218. data/spec/models/get_docx_images_request_spec.rb +48 -0
  219. data/spec/models/get_docx_images_response_spec.rb +48 -0
  220. data/spec/models/get_docx_sections_request_spec.rb +48 -0
  221. data/spec/models/get_docx_sections_response_spec.rb +48 -0
  222. data/{client/spec → spec}/models/get_docx_styles_request_spec.rb +0 -0
  223. data/{client/spec → spec}/models/get_docx_styles_response_spec.rb +0 -0
  224. data/{client/spec → spec}/models/get_docx_tables_request_spec.rb +0 -0
  225. data/{client/spec → spec}/models/get_docx_tables_response_spec.rb +0 -0
  226. data/spec/models/get_image_info_result_spec.rb +138 -0
  227. data/spec/models/get_xlsx_columns_request_spec.rb +54 -0
  228. data/spec/models/get_xlsx_columns_response_spec.rb +48 -0
  229. data/spec/models/get_xlsx_images_request_spec.rb +54 -0
  230. data/spec/models/get_xlsx_images_response_spec.rb +48 -0
  231. data/spec/models/get_xlsx_rows_and_cells_request_spec.rb +54 -0
  232. data/spec/models/get_xlsx_rows_and_cells_response_spec.rb +48 -0
  233. data/spec/models/get_xlsx_styles_request_spec.rb +48 -0
  234. data/spec/models/get_xlsx_styles_response_spec.rb +48 -0
  235. data/spec/models/get_xlsx_worksheets_request_spec.rb +48 -0
  236. data/spec/models/get_xlsx_worksheets_response_spec.rb +48 -0
  237. data/{client/spec → spec}/models/html_md_result_spec.rb +0 -0
  238. data/{client/spec → spec}/models/html_template_application_request_spec.rb +0 -0
  239. data/{client/spec → spec}/models/html_template_application_response_spec.rb +0 -0
  240. data/{client/spec → spec}/models/html_template_operation_spec.rb +0 -0
  241. data/{client/spec → spec}/models/html_to_office_request_spec.rb +0 -0
  242. data/{client/spec → spec}/models/html_to_pdf_request_spec.rb +0 -0
  243. data/spec/models/insert_docx_insert_paragraph_request_spec.rb +66 -0
  244. data/spec/models/insert_docx_insert_paragraph_response_spec.rb +48 -0
  245. data/{client/spec → spec}/models/insert_docx_tables_request_spec.rb +12 -0
  246. data/{client/spec → spec}/models/insert_docx_tables_response_spec.rb +0 -0
  247. data/spec/models/insert_xlsx_worksheet_request_spec.rb +54 -0
  248. data/spec/models/insert_xlsx_worksheet_response_spec.rb +48 -0
  249. data/{client/spec → spec}/models/pdf_to_png_result_spec.rb +0 -0
  250. data/{client/spec → spec}/models/remove_docx_headers_and_footers_request_spec.rb +0 -0
  251. data/{client/spec → spec}/models/remove_docx_headers_and_footers_response_spec.rb +0 -0
  252. data/{client/spec → spec}/models/replace_string_request_spec.rb +0 -0
  253. data/{client/spec → spec}/models/screenshot_request_spec.rb +0 -0
  254. data/{client/spec → spec}/models/viewer_response_spec.rb +0 -0
  255. data/spec/models/xlsx_image_spec.rb +66 -0
  256. data/spec/models/xlsx_spreadsheet_cell_spec.rb +66 -0
  257. data/spec/models/xlsx_spreadsheet_column_spec.rb +48 -0
  258. data/spec/models/xlsx_spreadsheet_row_spec.rb +48 -0
  259. data/spec/models/xlsx_worksheet_spec.rb +48 -0
  260. data/{client/spec → spec}/spec_helper.rb +0 -0
  261. metadata +261 -171
  262. data/LICENSE +0 -201
  263. data/build.ps1 +0 -12
  264. data/client/docs/DocxInsertImageRequest.md +0 -13
  265. data/client/docs/InsertDocxTablesRequest.md +0 -10
  266. data/cloudmersiveConvertApiClient-1.2.6.gem +0 -0
  267. data/cloudmersiveConvertApiClient-1.2.7.gem +0 -0
  268. data/packageconfig.json +0 -11
  269. data/swagger-codegen-cli.jar +0 -0
@@ -3,7 +3,8 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **table_id** | **String** | The ID of the table | [optional]
6
+ **table_id** | **String** | The ID of the table; leave blank for new tables | [optional]
7
+ **path** | **String** | The Path of the location of this object; leave blank for new tables | [optional]
7
8
  **width** | **String** | The Width of the table, or 0 if not specified | [optional]
8
9
  **width_type** | **String** | The Width configuration type of the table | [optional]
9
10
  **table_rows** | [**Array<DocxTableRow>**](DocxTableRow.md) | Rows in the table; this is where the contents is located | [optional]
@@ -4,6 +4,7 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **cell_index** | **Integer** | The index of the cell, 0-based | [optional]
7
+ **path** | **String** | The Path of the location of this object; leave blank for new tables | [optional]
7
8
  **paragraphs** | [**Array<DocxParagraph>**](DocxParagraph.md) | Paragraphs inside the cell; this is where the contents of the cell are stored | [optional]
8
9
  **cell_shading_color** | **String** | Color of the cell shading | [optional]
9
10
  **cell_shading_fill** | **String** | Fill of the cell shading | [optional]
@@ -4,6 +4,7 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **row_index** | **Integer** | Index of the row, 0-based | [optional]
7
+ **path** | **String** | The Path of the location of this object; leave blank for new tables | [optional]
7
8
  **row_cells** | [**Array<DocxTableCell>**](DocxTableCell.md) | Cells in the row; this is where the contents of the row is stored | [optional]
8
9
 
9
10
 
@@ -4,6 +4,7 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **text_index** | **Integer** | Index of the text content in the run; 0-based | [optional]
7
+ **path** | **String** | The Path of the location of this object; leave blank for new tables | [optional]
7
8
  **text_content** | **String** | Text string containing the text content of this text content item | [optional]
8
9
 
9
10
 
@@ -5,17 +5,28 @@ All URIs are relative to *https://api.cloudmersive.com*
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
7
  [**edit_document_begin_editing**](EditDocumentApi.md#edit_document_begin_editing) | **POST** /convert/edit/begin-editing | Begin editing a document
8
+ [**edit_document_docx_body**](EditDocumentApi.md#edit_document_docx_body) | **POST** /convert/edit/docx/get-body | Get body from a DOCX
8
9
  [**edit_document_docx_get_headers_and_footers**](EditDocumentApi.md#edit_document_docx_get_headers_and_footers) | **POST** /convert/edit/docx/get-headers-and-footers | Get content of a footer from a DOCX
10
+ [**edit_document_docx_get_images**](EditDocumentApi.md#edit_document_docx_get_images) | **POST** /convert/edit/docx/get-images | Get images from a DOCX
11
+ [**edit_document_docx_get_sections**](EditDocumentApi.md#edit_document_docx_get_sections) | **POST** /convert/edit/docx/get-sections | Get sections from a DOCX
9
12
  [**edit_document_docx_get_styles**](EditDocumentApi.md#edit_document_docx_get_styles) | **POST** /convert/edit/docx/get-styles | Get styles from a DOCX
10
13
  [**edit_document_docx_get_tables**](EditDocumentApi.md#edit_document_docx_get_tables) | **POST** /convert/edit/docx/get-tables | Get tables in DOCX
11
14
  [**edit_document_docx_insert_image**](EditDocumentApi.md#edit_document_docx_insert_image) | **POST** /convert/edit/docx/insert-image | Insert image into a DOCX
15
+ [**edit_document_docx_insert_paragraph**](EditDocumentApi.md#edit_document_docx_insert_paragraph) | **POST** /convert/edit/docx/insert-paragraph | Insert a new paragraph into a DOCX
12
16
  [**edit_document_docx_insert_table**](EditDocumentApi.md#edit_document_docx_insert_table) | **POST** /convert/edit/docx/insert-table | Insert a new table into a DOCX
13
17
  [**edit_document_docx_remove_headers_and_footers**](EditDocumentApi.md#edit_document_docx_remove_headers_and_footers) | **POST** /convert/edit/docx/remove-headers-and-footers | Remove headers and footers from DOCX
18
+ [**edit_document_docx_remove_object**](EditDocumentApi.md#edit_document_docx_remove_object) | **POST** /convert/edit/docx/remove-object | Delete any object in a DOCX
14
19
  [**edit_document_docx_replace**](EditDocumentApi.md#edit_document_docx_replace) | **POST** /convert/edit/docx/replace-all | Replace string in DOCX
15
20
  [**edit_document_docx_set_footer**](EditDocumentApi.md#edit_document_docx_set_footer) | **POST** /convert/edit/docx/set-footer | Set the footer in a DOCX
16
21
  [**edit_document_docx_set_header**](EditDocumentApi.md#edit_document_docx_set_header) | **POST** /convert/edit/docx/set-header | Set the header in a DOCX
17
22
  [**edit_document_finish_editing**](EditDocumentApi.md#edit_document_finish_editing) | **POST** /convert/edit/finish-editing | Download result from document editing
18
23
  [**edit_document_pptx_replace**](EditDocumentApi.md#edit_document_pptx_replace) | **POST** /convert/edit/pptx/replace-all | Replace string in PPTX
24
+ [**edit_document_xlsx_get_columns**](EditDocumentApi.md#edit_document_xlsx_get_columns) | **POST** /convert/edit/xlsx/get-columns | Get rows and cells from a XLSX worksheet
25
+ [**edit_document_xlsx_get_images**](EditDocumentApi.md#edit_document_xlsx_get_images) | **POST** /convert/edit/xlsx/get-images | Get images from a XLSX worksheet
26
+ [**edit_document_xlsx_get_rows_and_cells**](EditDocumentApi.md#edit_document_xlsx_get_rows_and_cells) | **POST** /convert/edit/xlsx/get-rows-and-cells | Get rows and cells from a XLSX worksheet
27
+ [**edit_document_xlsx_get_styles**](EditDocumentApi.md#edit_document_xlsx_get_styles) | **POST** /convert/edit/xlsx/get-styles | Get styles from a XLSX worksheet
28
+ [**edit_document_xlsx_get_worksheets**](EditDocumentApi.md#edit_document_xlsx_get_worksheets) | **POST** /convert/edit/xlsx/get-worksheets | Get worksheets from a XLSX
29
+ [**edit_document_xlsx_insert_worksheet**](EditDocumentApi.md#edit_document_xlsx_insert_worksheet) | **POST** /convert/edit/xlsx/insert-worksheet | Insert a new worksheet into an XLSX spreadsheet
19
30
 
20
31
 
21
32
  # **edit_document_begin_editing**
@@ -72,6 +83,60 @@ Name | Type | Description | Notes
72
83
 
73
84
 
74
85
 
86
+ # **edit_document_docx_body**
87
+ > GetDocxBodyResponse edit_document_docx_body(req_config)
88
+
89
+ Get body from a DOCX
90
+
91
+ Returns the body defined in the Word Document (DOCX) format file; this is the main content part of a DOCX document
92
+
93
+ ### Example
94
+ ```ruby
95
+ # load the gem
96
+ require 'cloudmersive-convert-api-client'
97
+ # setup authorization
98
+ CloudmersiveConvertApiClient.configure do |config|
99
+ # Configure API key authorization: Apikey
100
+ config.api_key['Apikey'] = 'YOUR API KEY'
101
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
102
+ #config.api_key_prefix['Apikey'] = 'Bearer'
103
+ end
104
+
105
+ api_instance = CloudmersiveConvertApiClient::EditDocumentApi.new
106
+
107
+ req_config = CloudmersiveConvertApiClient::GetDocxBodyRequest.new # GetDocxBodyRequest |
108
+
109
+
110
+ begin
111
+ #Get body from a DOCX
112
+ result = api_instance.edit_document_docx_body(req_config)
113
+ p result
114
+ rescue CloudmersiveConvertApiClient::ApiError => e
115
+ puts "Exception when calling EditDocumentApi->edit_document_docx_body: #{e}"
116
+ end
117
+ ```
118
+
119
+ ### Parameters
120
+
121
+ Name | Type | Description | Notes
122
+ ------------- | ------------- | ------------- | -------------
123
+ **req_config** | [**GetDocxBodyRequest**](GetDocxBodyRequest.md)| |
124
+
125
+ ### Return type
126
+
127
+ [**GetDocxBodyResponse**](GetDocxBodyResponse.md)
128
+
129
+ ### Authorization
130
+
131
+ [Apikey](../README.md#Apikey)
132
+
133
+ ### HTTP request headers
134
+
135
+ - **Content-Type**: application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
136
+ - **Accept**: application/octet-stream
137
+
138
+
139
+
75
140
  # **edit_document_docx_get_headers_and_footers**
76
141
  > GetDocxHeadersAndFootersResponse edit_document_docx_get_headers_and_footers(req_config)
77
142
 
@@ -126,6 +191,114 @@ Name | Type | Description | Notes
126
191
 
127
192
 
128
193
 
194
+ # **edit_document_docx_get_images**
195
+ > GetDocxImagesResponse edit_document_docx_get_images(req_config)
196
+
197
+ Get images from a DOCX
198
+
199
+ Returns the images defined in the Word Document (DOCX) format file
200
+
201
+ ### Example
202
+ ```ruby
203
+ # load the gem
204
+ require 'cloudmersive-convert-api-client'
205
+ # setup authorization
206
+ CloudmersiveConvertApiClient.configure do |config|
207
+ # Configure API key authorization: Apikey
208
+ config.api_key['Apikey'] = 'YOUR API KEY'
209
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
210
+ #config.api_key_prefix['Apikey'] = 'Bearer'
211
+ end
212
+
213
+ api_instance = CloudmersiveConvertApiClient::EditDocumentApi.new
214
+
215
+ req_config = CloudmersiveConvertApiClient::GetDocxImagesRequest.new # GetDocxImagesRequest |
216
+
217
+
218
+ begin
219
+ #Get images from a DOCX
220
+ result = api_instance.edit_document_docx_get_images(req_config)
221
+ p result
222
+ rescue CloudmersiveConvertApiClient::ApiError => e
223
+ puts "Exception when calling EditDocumentApi->edit_document_docx_get_images: #{e}"
224
+ end
225
+ ```
226
+
227
+ ### Parameters
228
+
229
+ Name | Type | Description | Notes
230
+ ------------- | ------------- | ------------- | -------------
231
+ **req_config** | [**GetDocxImagesRequest**](GetDocxImagesRequest.md)| |
232
+
233
+ ### Return type
234
+
235
+ [**GetDocxImagesResponse**](GetDocxImagesResponse.md)
236
+
237
+ ### Authorization
238
+
239
+ [Apikey](../README.md#Apikey)
240
+
241
+ ### HTTP request headers
242
+
243
+ - **Content-Type**: application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
244
+ - **Accept**: application/octet-stream
245
+
246
+
247
+
248
+ # **edit_document_docx_get_sections**
249
+ > GetDocxSectionsResponse edit_document_docx_get_sections(req_config)
250
+
251
+ Get sections from a DOCX
252
+
253
+ Returns the sections defined in the Word Document (DOCX) format file
254
+
255
+ ### Example
256
+ ```ruby
257
+ # load the gem
258
+ require 'cloudmersive-convert-api-client'
259
+ # setup authorization
260
+ CloudmersiveConvertApiClient.configure do |config|
261
+ # Configure API key authorization: Apikey
262
+ config.api_key['Apikey'] = 'YOUR API KEY'
263
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
264
+ #config.api_key_prefix['Apikey'] = 'Bearer'
265
+ end
266
+
267
+ api_instance = CloudmersiveConvertApiClient::EditDocumentApi.new
268
+
269
+ req_config = CloudmersiveConvertApiClient::GetDocxSectionsRequest.new # GetDocxSectionsRequest |
270
+
271
+
272
+ begin
273
+ #Get sections from a DOCX
274
+ result = api_instance.edit_document_docx_get_sections(req_config)
275
+ p result
276
+ rescue CloudmersiveConvertApiClient::ApiError => e
277
+ puts "Exception when calling EditDocumentApi->edit_document_docx_get_sections: #{e}"
278
+ end
279
+ ```
280
+
281
+ ### Parameters
282
+
283
+ Name | Type | Description | Notes
284
+ ------------- | ------------- | ------------- | -------------
285
+ **req_config** | [**GetDocxSectionsRequest**](GetDocxSectionsRequest.md)| |
286
+
287
+ ### Return type
288
+
289
+ [**GetDocxSectionsResponse**](GetDocxSectionsResponse.md)
290
+
291
+ ### Authorization
292
+
293
+ [Apikey](../README.md#Apikey)
294
+
295
+ ### HTTP request headers
296
+
297
+ - **Content-Type**: application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
298
+ - **Accept**: application/octet-stream
299
+
300
+
301
+
129
302
  # **edit_document_docx_get_styles**
130
303
  > GetDocxStylesResponse edit_document_docx_get_styles(req_config)
131
304
 
@@ -288,6 +461,60 @@ Name | Type | Description | Notes
288
461
 
289
462
 
290
463
 
464
+ # **edit_document_docx_insert_paragraph**
465
+ > InsertDocxInsertParagraphResponse edit_document_docx_insert_paragraph(req_config)
466
+
467
+ Insert a new paragraph into a DOCX
468
+
469
+ Adds a new paragraph into a DOCX and returns the result. You can insert at the beginning/end of a document, or before/after an existing object using its Path (location within the document).
470
+
471
+ ### Example
472
+ ```ruby
473
+ # load the gem
474
+ require 'cloudmersive-convert-api-client'
475
+ # setup authorization
476
+ CloudmersiveConvertApiClient.configure do |config|
477
+ # Configure API key authorization: Apikey
478
+ config.api_key['Apikey'] = 'YOUR API KEY'
479
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
480
+ #config.api_key_prefix['Apikey'] = 'Bearer'
481
+ end
482
+
483
+ api_instance = CloudmersiveConvertApiClient::EditDocumentApi.new
484
+
485
+ req_config = CloudmersiveConvertApiClient::InsertDocxInsertParagraphRequest.new # InsertDocxInsertParagraphRequest |
486
+
487
+
488
+ begin
489
+ #Insert a new paragraph into a DOCX
490
+ result = api_instance.edit_document_docx_insert_paragraph(req_config)
491
+ p result
492
+ rescue CloudmersiveConvertApiClient::ApiError => e
493
+ puts "Exception when calling EditDocumentApi->edit_document_docx_insert_paragraph: #{e}"
494
+ end
495
+ ```
496
+
497
+ ### Parameters
498
+
499
+ Name | Type | Description | Notes
500
+ ------------- | ------------- | ------------- | -------------
501
+ **req_config** | [**InsertDocxInsertParagraphRequest**](InsertDocxInsertParagraphRequest.md)| |
502
+
503
+ ### Return type
504
+
505
+ [**InsertDocxInsertParagraphResponse**](InsertDocxInsertParagraphResponse.md)
506
+
507
+ ### Authorization
508
+
509
+ [Apikey](../README.md#Apikey)
510
+
511
+ ### HTTP request headers
512
+
513
+ - **Content-Type**: application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
514
+ - **Accept**: application/octet-stream
515
+
516
+
517
+
291
518
  # **edit_document_docx_insert_table**
292
519
  > InsertDocxTablesResponse edit_document_docx_insert_table(req_config)
293
520
 
@@ -396,6 +623,60 @@ Name | Type | Description | Notes
396
623
 
397
624
 
398
625
 
626
+ # **edit_document_docx_remove_object**
627
+ > DocxRemoveObjectResponse edit_document_docx_remove_object(req_config)
628
+
629
+ Delete any object in a DOCX
630
+
631
+ Delete any object, such as a paragraph, table, image, etc. from a Word Document (DOCX). Pass in the Path of the object you would like to delete. You can call other functions such as Get-Tables, Get-Images, Get-Body, etc. to get the paths of the objects in the document.
632
+
633
+ ### Example
634
+ ```ruby
635
+ # load the gem
636
+ require 'cloudmersive-convert-api-client'
637
+ # setup authorization
638
+ CloudmersiveConvertApiClient.configure do |config|
639
+ # Configure API key authorization: Apikey
640
+ config.api_key['Apikey'] = 'YOUR API KEY'
641
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
642
+ #config.api_key_prefix['Apikey'] = 'Bearer'
643
+ end
644
+
645
+ api_instance = CloudmersiveConvertApiClient::EditDocumentApi.new
646
+
647
+ req_config = CloudmersiveConvertApiClient::DocxRemoveObjectRequest.new # DocxRemoveObjectRequest |
648
+
649
+
650
+ begin
651
+ #Delete any object in a DOCX
652
+ result = api_instance.edit_document_docx_remove_object(req_config)
653
+ p result
654
+ rescue CloudmersiveConvertApiClient::ApiError => e
655
+ puts "Exception when calling EditDocumentApi->edit_document_docx_remove_object: #{e}"
656
+ end
657
+ ```
658
+
659
+ ### Parameters
660
+
661
+ Name | Type | Description | Notes
662
+ ------------- | ------------- | ------------- | -------------
663
+ **req_config** | [**DocxRemoveObjectRequest**](DocxRemoveObjectRequest.md)| |
664
+
665
+ ### Return type
666
+
667
+ [**DocxRemoveObjectResponse**](DocxRemoveObjectResponse.md)
668
+
669
+ ### Authorization
670
+
671
+ [Apikey](../README.md#Apikey)
672
+
673
+ ### HTTP request headers
674
+
675
+ - **Content-Type**: application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
676
+ - **Accept**: application/octet-stream
677
+
678
+
679
+
399
680
  # **edit_document_docx_replace**
400
681
  > String edit_document_docx_replace(req_config)
401
682
 
@@ -666,3 +947,327 @@ Name | Type | Description | Notes
666
947
 
667
948
 
668
949
 
950
+ # **edit_document_xlsx_get_columns**
951
+ > GetXlsxColumnsResponse edit_document_xlsx_get_columns(input)
952
+
953
+ Get rows and cells from a XLSX worksheet
954
+
955
+ Returns the rows and cells defined in the Excel Spreadsheet worksheet
956
+
957
+ ### Example
958
+ ```ruby
959
+ # load the gem
960
+ require 'cloudmersive-convert-api-client'
961
+ # setup authorization
962
+ CloudmersiveConvertApiClient.configure do |config|
963
+ # Configure API key authorization: Apikey
964
+ config.api_key['Apikey'] = 'YOUR API KEY'
965
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
966
+ #config.api_key_prefix['Apikey'] = 'Bearer'
967
+ end
968
+
969
+ api_instance = CloudmersiveConvertApiClient::EditDocumentApi.new
970
+
971
+ input = CloudmersiveConvertApiClient::GetXlsxColumnsRequest.new # GetXlsxColumnsRequest |
972
+
973
+
974
+ begin
975
+ #Get rows and cells from a XLSX worksheet
976
+ result = api_instance.edit_document_xlsx_get_columns(input)
977
+ p result
978
+ rescue CloudmersiveConvertApiClient::ApiError => e
979
+ puts "Exception when calling EditDocumentApi->edit_document_xlsx_get_columns: #{e}"
980
+ end
981
+ ```
982
+
983
+ ### Parameters
984
+
985
+ Name | Type | Description | Notes
986
+ ------------- | ------------- | ------------- | -------------
987
+ **input** | [**GetXlsxColumnsRequest**](GetXlsxColumnsRequest.md)| |
988
+
989
+ ### Return type
990
+
991
+ [**GetXlsxColumnsResponse**](GetXlsxColumnsResponse.md)
992
+
993
+ ### Authorization
994
+
995
+ [Apikey](../README.md#Apikey)
996
+
997
+ ### HTTP request headers
998
+
999
+ - **Content-Type**: application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
1000
+ - **Accept**: application/octet-stream
1001
+
1002
+
1003
+
1004
+ # **edit_document_xlsx_get_images**
1005
+ > GetXlsxImagesResponse edit_document_xlsx_get_images(input)
1006
+
1007
+ Get images from a XLSX worksheet
1008
+
1009
+ Returns the images defined in the Excel Spreadsheet worksheet
1010
+
1011
+ ### Example
1012
+ ```ruby
1013
+ # load the gem
1014
+ require 'cloudmersive-convert-api-client'
1015
+ # setup authorization
1016
+ CloudmersiveConvertApiClient.configure do |config|
1017
+ # Configure API key authorization: Apikey
1018
+ config.api_key['Apikey'] = 'YOUR API KEY'
1019
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1020
+ #config.api_key_prefix['Apikey'] = 'Bearer'
1021
+ end
1022
+
1023
+ api_instance = CloudmersiveConvertApiClient::EditDocumentApi.new
1024
+
1025
+ input = CloudmersiveConvertApiClient::GetXlsxImagesRequest.new # GetXlsxImagesRequest |
1026
+
1027
+
1028
+ begin
1029
+ #Get images from a XLSX worksheet
1030
+ result = api_instance.edit_document_xlsx_get_images(input)
1031
+ p result
1032
+ rescue CloudmersiveConvertApiClient::ApiError => e
1033
+ puts "Exception when calling EditDocumentApi->edit_document_xlsx_get_images: #{e}"
1034
+ end
1035
+ ```
1036
+
1037
+ ### Parameters
1038
+
1039
+ Name | Type | Description | Notes
1040
+ ------------- | ------------- | ------------- | -------------
1041
+ **input** | [**GetXlsxImagesRequest**](GetXlsxImagesRequest.md)| |
1042
+
1043
+ ### Return type
1044
+
1045
+ [**GetXlsxImagesResponse**](GetXlsxImagesResponse.md)
1046
+
1047
+ ### Authorization
1048
+
1049
+ [Apikey](../README.md#Apikey)
1050
+
1051
+ ### HTTP request headers
1052
+
1053
+ - **Content-Type**: application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
1054
+ - **Accept**: application/octet-stream
1055
+
1056
+
1057
+
1058
+ # **edit_document_xlsx_get_rows_and_cells**
1059
+ > GetXlsxRowsAndCellsResponse edit_document_xlsx_get_rows_and_cells(input)
1060
+
1061
+ Get rows and cells from a XLSX worksheet
1062
+
1063
+ Returns the rows and cells defined in the Excel Spreadsheet worksheet
1064
+
1065
+ ### Example
1066
+ ```ruby
1067
+ # load the gem
1068
+ require 'cloudmersive-convert-api-client'
1069
+ # setup authorization
1070
+ CloudmersiveConvertApiClient.configure do |config|
1071
+ # Configure API key authorization: Apikey
1072
+ config.api_key['Apikey'] = 'YOUR API KEY'
1073
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1074
+ #config.api_key_prefix['Apikey'] = 'Bearer'
1075
+ end
1076
+
1077
+ api_instance = CloudmersiveConvertApiClient::EditDocumentApi.new
1078
+
1079
+ input = CloudmersiveConvertApiClient::GetXlsxRowsAndCellsRequest.new # GetXlsxRowsAndCellsRequest |
1080
+
1081
+
1082
+ begin
1083
+ #Get rows and cells from a XLSX worksheet
1084
+ result = api_instance.edit_document_xlsx_get_rows_and_cells(input)
1085
+ p result
1086
+ rescue CloudmersiveConvertApiClient::ApiError => e
1087
+ puts "Exception when calling EditDocumentApi->edit_document_xlsx_get_rows_and_cells: #{e}"
1088
+ end
1089
+ ```
1090
+
1091
+ ### Parameters
1092
+
1093
+ Name | Type | Description | Notes
1094
+ ------------- | ------------- | ------------- | -------------
1095
+ **input** | [**GetXlsxRowsAndCellsRequest**](GetXlsxRowsAndCellsRequest.md)| |
1096
+
1097
+ ### Return type
1098
+
1099
+ [**GetXlsxRowsAndCellsResponse**](GetXlsxRowsAndCellsResponse.md)
1100
+
1101
+ ### Authorization
1102
+
1103
+ [Apikey](../README.md#Apikey)
1104
+
1105
+ ### HTTP request headers
1106
+
1107
+ - **Content-Type**: application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
1108
+ - **Accept**: application/octet-stream
1109
+
1110
+
1111
+
1112
+ # **edit_document_xlsx_get_styles**
1113
+ > GetXlsxStylesResponse edit_document_xlsx_get_styles(input)
1114
+
1115
+ Get styles from a XLSX worksheet
1116
+
1117
+ Returns the style defined in the Excel Spreadsheet
1118
+
1119
+ ### Example
1120
+ ```ruby
1121
+ # load the gem
1122
+ require 'cloudmersive-convert-api-client'
1123
+ # setup authorization
1124
+ CloudmersiveConvertApiClient.configure do |config|
1125
+ # Configure API key authorization: Apikey
1126
+ config.api_key['Apikey'] = 'YOUR API KEY'
1127
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1128
+ #config.api_key_prefix['Apikey'] = 'Bearer'
1129
+ end
1130
+
1131
+ api_instance = CloudmersiveConvertApiClient::EditDocumentApi.new
1132
+
1133
+ input = CloudmersiveConvertApiClient::GetXlsxStylesRequest.new # GetXlsxStylesRequest |
1134
+
1135
+
1136
+ begin
1137
+ #Get styles from a XLSX worksheet
1138
+ result = api_instance.edit_document_xlsx_get_styles(input)
1139
+ p result
1140
+ rescue CloudmersiveConvertApiClient::ApiError => e
1141
+ puts "Exception when calling EditDocumentApi->edit_document_xlsx_get_styles: #{e}"
1142
+ end
1143
+ ```
1144
+
1145
+ ### Parameters
1146
+
1147
+ Name | Type | Description | Notes
1148
+ ------------- | ------------- | ------------- | -------------
1149
+ **input** | [**GetXlsxStylesRequest**](GetXlsxStylesRequest.md)| |
1150
+
1151
+ ### Return type
1152
+
1153
+ [**GetXlsxStylesResponse**](GetXlsxStylesResponse.md)
1154
+
1155
+ ### Authorization
1156
+
1157
+ [Apikey](../README.md#Apikey)
1158
+
1159
+ ### HTTP request headers
1160
+
1161
+ - **Content-Type**: application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
1162
+ - **Accept**: application/octet-stream
1163
+
1164
+
1165
+
1166
+ # **edit_document_xlsx_get_worksheets**
1167
+ > GetXlsxWorksheetsResponse edit_document_xlsx_get_worksheets(input)
1168
+
1169
+ Get worksheets from a XLSX
1170
+
1171
+ Returns the worksheets (tabs) defined in the Excel Spreadsheet (XLSX) format file
1172
+
1173
+ ### Example
1174
+ ```ruby
1175
+ # load the gem
1176
+ require 'cloudmersive-convert-api-client'
1177
+ # setup authorization
1178
+ CloudmersiveConvertApiClient.configure do |config|
1179
+ # Configure API key authorization: Apikey
1180
+ config.api_key['Apikey'] = 'YOUR API KEY'
1181
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1182
+ #config.api_key_prefix['Apikey'] = 'Bearer'
1183
+ end
1184
+
1185
+ api_instance = CloudmersiveConvertApiClient::EditDocumentApi.new
1186
+
1187
+ input = CloudmersiveConvertApiClient::GetXlsxWorksheetsRequest.new # GetXlsxWorksheetsRequest |
1188
+
1189
+
1190
+ begin
1191
+ #Get worksheets from a XLSX
1192
+ result = api_instance.edit_document_xlsx_get_worksheets(input)
1193
+ p result
1194
+ rescue CloudmersiveConvertApiClient::ApiError => e
1195
+ puts "Exception when calling EditDocumentApi->edit_document_xlsx_get_worksheets: #{e}"
1196
+ end
1197
+ ```
1198
+
1199
+ ### Parameters
1200
+
1201
+ Name | Type | Description | Notes
1202
+ ------------- | ------------- | ------------- | -------------
1203
+ **input** | [**GetXlsxWorksheetsRequest**](GetXlsxWorksheetsRequest.md)| |
1204
+
1205
+ ### Return type
1206
+
1207
+ [**GetXlsxWorksheetsResponse**](GetXlsxWorksheetsResponse.md)
1208
+
1209
+ ### Authorization
1210
+
1211
+ [Apikey](../README.md#Apikey)
1212
+
1213
+ ### HTTP request headers
1214
+
1215
+ - **Content-Type**: application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
1216
+ - **Accept**: application/octet-stream
1217
+
1218
+
1219
+
1220
+ # **edit_document_xlsx_insert_worksheet**
1221
+ > InsertXlsxWorksheetResponse edit_document_xlsx_insert_worksheet(input)
1222
+
1223
+ Insert a new worksheet into an XLSX spreadsheet
1224
+
1225
+ Inserts a new worksheet into an Excel Spreadsheet
1226
+
1227
+ ### Example
1228
+ ```ruby
1229
+ # load the gem
1230
+ require 'cloudmersive-convert-api-client'
1231
+ # setup authorization
1232
+ CloudmersiveConvertApiClient.configure do |config|
1233
+ # Configure API key authorization: Apikey
1234
+ config.api_key['Apikey'] = 'YOUR API KEY'
1235
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1236
+ #config.api_key_prefix['Apikey'] = 'Bearer'
1237
+ end
1238
+
1239
+ api_instance = CloudmersiveConvertApiClient::EditDocumentApi.new
1240
+
1241
+ input = CloudmersiveConvertApiClient::InsertXlsxWorksheetRequest.new # InsertXlsxWorksheetRequest |
1242
+
1243
+
1244
+ begin
1245
+ #Insert a new worksheet into an XLSX spreadsheet
1246
+ result = api_instance.edit_document_xlsx_insert_worksheet(input)
1247
+ p result
1248
+ rescue CloudmersiveConvertApiClient::ApiError => e
1249
+ puts "Exception when calling EditDocumentApi->edit_document_xlsx_insert_worksheet: #{e}"
1250
+ end
1251
+ ```
1252
+
1253
+ ### Parameters
1254
+
1255
+ Name | Type | Description | Notes
1256
+ ------------- | ------------- | ------------- | -------------
1257
+ **input** | [**InsertXlsxWorksheetRequest**](InsertXlsxWorksheetRequest.md)| |
1258
+
1259
+ ### Return type
1260
+
1261
+ [**InsertXlsxWorksheetResponse**](InsertXlsxWorksheetResponse.md)
1262
+
1263
+ ### Authorization
1264
+
1265
+ [Apikey](../README.md#Apikey)
1266
+
1267
+ ### HTTP request headers
1268
+
1269
+ - **Content-Type**: application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
1270
+ - **Accept**: application/octet-stream
1271
+
1272
+
1273
+