Skip to content

Commit d51241f

Browse files
committed
Update README.md.
1 parent 759c91c commit d51241f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
![](https://img.shields.io/badge/aspose.cells-v25.3.0-blue?logo=go) [![GitHub license](https://img.shields.io/github/license/aspose-cells/aspose-cells-go-cpp)](https://github.com/aspose-cells/aspose-cells-go-cpp/blob/master/LICENSE)
2+
13
# Aspose.Cells for Go via C++
24

35
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.
@@ -72,22 +74,22 @@ If Aspose.Cells for Go via C++ is not installed in the development environment,
7274

7375
```cmd
7476
75-
set PATH=%PATH%;%GOPATH%\github.com\aspose-cells\aspose-cells-go-cpp\v25@v25.1.1\lib\win_x86_64\
77+
set PATH=%PATH%;%GOPATH%\github.com\aspose-cells\aspose-cells-go-cpp\v25@v25.3.0\lib\win_x86_64\
7678
7779
```
7880

7981
Or in your powershell
8082

8183
```powershell
8284
83-
$env:Path = $env:Path+ ";${env:GOPATH}\github.com\aspose-cells\aspose-cells-go-cpp\v25@v25.1.1\lib\win_x86_64\"
85+
$env:Path = $env:Path+ ";${env:GOPATH}\github.com\aspose-cells\aspose-cells-go-cpp\v25@v25.3.0\lib\win_x86_64\"
8486
8587
```
8688

8789
Or in your linux bash
8890

8991
```bash
90-
export PATH=$PATH:$GOPATH/github.com/aspose-cells/aspose-cells-go-cpp/v25@v25.1.1/lib/linux_x86_64/
92+
export PATH=$PATH:$GOPATH/github.com/aspose-cells/aspose-cells-go-cpp/v25@v25.3.0/lib/linux_x86_64/
9193

9294
```
9395

@@ -183,7 +185,7 @@ go install github.com/aspose-cells/aspose-cells-go-cpp/v25@latest
183185

184186
```go
185187

186-
go get github.com/aspose-cells/aspose-cells-go-cpp/v25@v25.1.1
188+
go get github.com/aspose-cells/aspose-cells-go-cpp/v25@v25.3.0
187189

188190
```
189191

0 commit comments

Comments
 (0)