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 website at: https://releases.aspose.com/cells/go-cpp/.

Loading a License from File

Go

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