Licensiering
Contents
[
Hide
]
Begränsningar för utvärderingsversionen
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/>.
Ladda en licens från fil
När du anropar SetLicense-metoden bör licensnamnet du anger vara samma som i licensfilen. Till exempel, om du byter namn på licensfilen till “Aspose.Cells.lic.xml”, ange det filnamnet i License->SetLicense_String(…) metoden.
Go
lic, _:= NewLicense()
lic.SetLicense_String(os.Getenv("LicensePath"))