ترخيص
Contents
[
Hide
]
قيود النسخة التقييمية
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/>.
تحميل ترخيص من ملف
عند استدعاء طريقة SetLicense، يجب أن يكون اسم الترخيص الذي تمرره هو اسم ملف الترخيص. على سبيل المثال، إذا قمت بتغيير اسم ملف الترخيص إلى “Aspose.Cells.lic.xml”، مرر ذلك الاسم إلى طريقة License->SetLicense_String(…)
جو
lic, _:= NewLicense()
lic.SetLicense_String(os.Getenv("LicensePath"))