Skip to content

Commit 990bcfd

Browse files
committed
Add support for Enumerator functionality, along with performing various optimizations and fixing several bugs.
1 parent 97fcb07 commit 990bcfd

File tree

73 files changed

+128241
-116016
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+128241
-116016
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ _testmain.go
2222
*.exe
2323
*.test
2424
*.prof
25-
Data/
25+
Data/
26+
samples/go.sum

AsposeCellsCWrapper.h

Lines changed: 1403 additions & 257 deletions
Large diffs are not rendered by default.

LICENSE

Lines changed: 21 additions & 208 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ If Aspose.Cells for Go via C++ is not installed in the development environment,
6868

6969
1. Set your PATH to point to the shared libraries in Aspose.Cells for Go via C++ in your current command shell. Replace your_version with the version of Aspose.Cells for Go via C++ you are running.
7070

71-
```cms
71+
```cmd
7272
73-
set PATH=%PATH%;%GOPATH%/pkg/mod/github.com/aspose-cells/aspose-cells-go-cpp/[email protected]/lib/linux_x86_64/
73+
set PATH=%PATH%;%GOPATH%\github.com\aspose-cells\aspose-cells-go-cpp\[email protected]\lib\win_x86_64\
7474
7575
```
7676

@@ -152,6 +152,14 @@ Aspose.Cells for Go via C++ offers a wide arrange of features for creating, conv
152152
|[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.||√|
153153
|[PPTX](https://docs.fileformat.com/presentation/pptx/)|The PPTX format is based on the Microsoft PowerPoint open XML presentation file format.||√|
154154

155+
156+
# Evaluate Aspose.Cells for Go via C++
157+
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+
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 <a href="https://purchase.aspose.com/temporary-license/"> How to get a Temporary License</a>?
159+
160+
# Evaluation Version Limitations
161+
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.
162+
155163
# Run Aspose.Cells for Go via C++ in production
156164

157165
A commercial license key is required for use in a production environment. Please <a href="https://purchase.aspose.com/buy">contact us to purchase a commercial license</a> if you do not have a valid license key.

0 commit comments

Comments
 (0)