Licensing

Evaluation Version Limitations

A free evaluation version of Aspose.Cells for Go via C++ can be downloaded from the downloads section of Aspose’s web site at: <//https://releases.aspose.com/cells/go-cpp/>.

Loading a License from File

Go

 lic, _:= NewLicense()
 lic.SetLicense_String(os.Getenv("LicensePath"))