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
Copy file name to clipboardExpand all lines: README.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,9 @@ Aspose.Cells for Go via C++ is a native Go library designed for Go developers to
12
12
- Go 1.16 or greater
13
13
14
14
## Quick Start Guide
15
+
15
16
<aid="installationinyourproject"></a>
17
+
16
18
### Installation Aspose.Cells for Go via C++ package and running your code in your project
17
19
18
20
1. Create a directory for your project and a main.go file within. Add the following code to your main.go.
@@ -152,12 +154,13 @@ Aspose.Cells for Go via C++ offers a wide arrange of features for creating, conv
152
154
|[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.||√|
153
155
|[PPTX](https://docs.fileformat.com/presentation/pptx/)|The PPTX format is based on the Microsoft PowerPoint open XML presentation file format.||√|
154
156
155
-
156
157
# Evaluate Aspose.Cells for Go via C++
158
+
157
159
You can use Aspose.Cells for Go via C++ free of cost for evaluation.The evaluation version provides almost all functionality of the product with certain limitations. The same evaluation version becomes licensed when you purchase a license and add a couple of lines of code to apply the license.
158
160
If you want to test Aspose.Cells for Go via C++ without evaluation version limitations, you can also request a 30 Day Temporary License. Please refer to <ahref="https://purchase.aspose.com/temporary-license/"> How to get a Temporary License</a>?
159
161
160
162
# Evaluation Version Limitations
163
+
161
164
Evaluation version of Aspose.Cells for Go via C++ without the specified license provides full product functionality, but inserts an evaluative watermark at the top of the document upon loading and saving and limits the maximum document size to a few hundred paragraphs.
- Download the source code package from the [Aspose.Cells for Go via C++ download page](https://downloads.aspose.com/cells/go-cpp/) and extract the ZIP file to cells-go-cpp folder in your work directory.
204
+
- Download the source code package from the [Aspose.Cells for Go via C++ download page](https://downloads.aspose.com/cells/go-cpp/) and extract the ZIP file to cells-go-cpp folder in your work directory.
202
205
203
206
1. Navigate to cells-go-cpp folder and build source code
204
207
@@ -211,22 +214,22 @@ go build .
211
214
212
215
```cmd
213
216
214
-
set PATH=%PATH%;%YourProjectPath%/cells-go-cpp/lib/win_x86_64/
217
+
set PATH=%PATH%;%YourProjectPath%\cells-go-cpp\lib\win_x86_64\
0 commit comments