can we use Total license for Cells golibrary as well? do we have golang libs for other packages? though the golang support is present for Cells package this link is not working github.com/aspose-cells/aspose-cells-go-cpp/v24
Can you please clarify what specific information you are looking for regarding the Total license and its applicability to Golang libraries?
Need info about golang support.
Do you have Aspose.Cells Product Family license? If you have it should also work fine with Aspose.Cells for Go via C++ API.
Please try the link for your requirements.
Also, get the latest package of Aspose.Cells for Go via C++ from Downloads module.
I dont have yet, I am planning on Total pacakage license.
Thank you for sharing the links.
You are welcome. If you have any additional questions or feedback, please don’t hesitate to reach out to us again.
github.com/aspose-cells/aspose-cells-go-cpp/v24 is a Go module path that specifies a particular version of a third-party library. Let’s break down this module path and explain its meaning:
Breaking Down the Module Path
- GitHub Repository Address: github.com/aspose-cells/aspose-cells-go-cpp
This part indicates that the library is hosted on GitHub, under the aspose-cells organization or user, in the repository named aspose-cells-go-cpp.
Aspose.Cells is a suite of APIs for handling and manipulating spreadsheet files (like Excel). - Version Number: /v24
/v24 indicates that this is version 24 of the library. In Go Modules, semantic versioning is supported, where paths containing /vN are used to explicitly specify the major version number.
When the major version is greater than or equal to 2, the module path must include the version number to ensure compatibility and isolation between different major versions.
Aspose.Cells for go via C++ supports Aspose.Total Product Family license.
Thank you @wangtao. I tried the url without v24 but didnt worked.
similarly I tried this https://github.com/aspose-pdf/aspose-pdf-go-cpp and gave me 404 but I am able to download the package from Go package to Process PDF | Aspose.PDF for Go via C++.