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
- Download the source code package from the [Aspose.Cells for Go via C++ download page](https://downloads.aspose.com/cells/go-cpp/)
193
+
- 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.
194
194
195
-
1.Build source code
195
+
1.Navigate to cells-go-cpp folder and build source code
196
196
197
-
```go
197
+
```bash
198
+
cd"your work directory"/cells-go-cpp/
198
199
go build .
199
200
```
200
201
201
-
-**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.**
202
+
1.**Set your PATH to point to the shared libraries in Aspose.Cells for Go via C++ in your current command shell.**
202
203
203
204
```cmd
204
205
205
-
set PATH=%PATH%;%YourProjectPath%/cells-go-cpp-samples/cells-go-cpp/lib/win_x86_64/
206
+
set PATH=%PATH%;%YourProjectPath%/cells-go-cpp/lib/win_x86_64/
0 commit comments