You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Aspose.Cells Cloud for Go enables you to handle various aspects of Excel files, including cell data, styles, formulas, charts, pivot tables, data validation, comments, drawing objects, images, hyperlinks, and so on. Additionally, it supports operations such as splitting, merging, repairing, and converting to other compatible file formats.
4
4
@@ -19,13 +19,13 @@ Enhance your Go applications with the [Aspose.Cells Cloud](https://products.aspo
19
19
- Import/Export: Facilitates importing data from various sources into spreadsheets and exporting spreadsheet data to other formats.
20
20
- Security Management: Offers a range of security features like data encryption, access control, and permission management to safeguard the security and integrity of spreadsheet data.
21
21
22
-
## There are major problems with v24.5.0 and it does not work properly, please use v24.5.1.
22
+
## There are major problems with v24.5.0 and it does not work properly, please use v24.5.1
23
23
24
-
## Feature & Enhancements in Version 24.10
24
+
## Feature & Enhancements in Version 24.11
25
25
26
26
Full list of issues covering all changes in this release:
27
27
28
-
- Add the new feature about removing characters on TextProcessingController.
28
+
- Add convert text feature on TextProcessingController.
29
29
30
30
## Support file format
31
31
@@ -65,7 +65,6 @@ Full list of issues covering all changes in this release:
65
65
|[DOCX](https://docs.fileformat.com/word-processing/docx/)|A well-known format for Microsoft Word documents that is a combination of XML and binary files.||√|
66
66
|[PPTX](https://docs.fileformat.com/presentation/pptx/)|The PPTX format is based on the Microsoft PowerPoint open XML presentation file format.||√|
67
67
68
-
69
68
## Quick Start Guide
70
69
71
70
To get started with Aspose.Cells Cloud for Go, follow these steps:
@@ -74,39 +73,37 @@ To get started with Aspose.Cells Cloud for Go, follow these steps:
74
73
2. Download the code and add or modify your application by referring to cells_cloud_test.go.
75
74
3. If you prefer to use [Go Module](https://pkg.go.dev), import "github.com/aspose-cells-cloud/aspose-cells-cloud-go/v24" in your code.
POST http://api.aspose.cloud/v3.0//cells/converttext
8
+
9
+
```
10
+
11
+
## The request parameters of **postConvertText** API are:
12
+
13
+
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
14
+
| :- | :- | :- |:- |
15
+
|convertTextOptions|Class|Body||
16
+
17
+
18
+
The [OpenAPI Specification](https://reference.aspose.cloud/cells/#/TextProcessingController/PostConvertText) defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.
0 commit comments