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 for Go via C++ is a native Go library designed for Go developers to programmatically create, manipulate, and convert spreadsheets without needing Office Automation or Microsoft Excel. It supports a variety of spreadsheet formats, including MS Excel 97-2003 (XLS), MS Excel 2007-2016 (XLSX, XLSM, XLSB), Open Office XML, and more. With Aspose.Cells for Go via C++, you can also extract images from worksheets and convert Excel files to PDF. The library further enables the creation and manipulation of charts and shapes. Additionally, it offers robust formula calculation capabilities, providing you with a comprehensive solution for spreadsheet management.
6
-
7
-
## Supported platforms
8
-
9
-
-*Windows x64*
10
-
-*Linux x64*
11
-
12
-
## Environments and versions
13
-
14
-
- Go 1.16 or greater
5
+
Aspose.Cells for Go via C++ is a native Go library that creates, edits, calculates and converts Excel, PDF and more—no Office install, one import.
15
6
16
7
## Quick Start Guide
17
8
@@ -74,22 +65,22 @@ If Aspose.Cells for Go via C++ is not installed in the development environment,
74
65
75
66
```cmd
76
67
77
-
set PATH=%PATH%;%GOPATH%\github.com\aspose-cells\aspose-cells-go-cpp\v25@v25.10.0\lib\win_x86_64\
68
+
set PATH=%PATH%;%GOPATH%\github.com\aspose-cells\aspose-cells-go-cpp\v25@v25.11.0\lib\win_x86_64\
Aspose.Cells for Go via C++ is a native Go library designed for Go developers to programmatically create, manipulate, and convert spreadsheets without needing Office Automation or Microsoft Excel. It supports a variety of spreadsheet formats, including MS Excel 97-2003 (XLS), MS Excel 2007-2016 (XLSX, XLSM, XLSB), Open Office XML, and more. With Aspose.Cells for Go via C++, you can also extract images from worksheets and convert Excel files to PDF. The library further enables the creation and manipulation of charts and shapes. Additionally, it offers robust formula calculation capabilities, providing you with a comprehensive solution for spreadsheet management.
100
+
101
+
## Supported platforms
102
+
103
+
-*Windows x64*
104
+
-*Linux x64*
105
+
106
+
## Environments and versions
107
+
108
+
- Go 1.16 or greater
109
+
106
110
## **Rich Features**
107
111
108
112
Aspose.Cells for Go via C++ offers a wide arrange of features for creating, converting and manipulating spreadsheets:
@@ -185,7 +189,7 @@ go install github.com/aspose-cells/aspose-cells-go-cpp/v25@latest
185
189
186
190
```go
187
191
188
-
go get github.com/aspose-cells/aspose-cells-go-cpp/v25@v25.10.0
192
+
go get github.com/aspose-cells/aspose-cells-go-cpp/v25@v25.11.0
0 commit comments