在 IronXL for Python 中應用授權密鑰
This article was translated from English: Does it need improvement?
TranslatedView the article in English
授權金鑰是一個以到期日期結尾的長字符串。 請確保這是正確無誤地複製,沒有空格。
IronXL.License.LicenseKey = "IRONXL-MYLICENSE-KEY-RENEW.SUPPORT.01.JAN.2050";
PYTHON
在您的程式碼中,在調用庫之前,最穩健的方法是直接應用許可證密鑰。
IronXL.License.LicenseKey = "IRONXL-MYLICENSE-KEY-RENEW.SUPPORT.01.JAN.2050";
PYTHON
有關更多選項,包括 web.config 和 appsettings.json,請參閱此常見問題解答頁面以獲取更多資訊: