在 IronXL for Python 中應用許可證金鑰
This article was translated from English: Does it need improvement?
TranslatedView the article in English
許可證密鑰是一長串字串,以到期日期結尾。 請確保正確複製,不要有空格。
# Apply the license key to the IronXL library
# Replace 'YOUR_LICENSE_KEY' with your actual license key string
IronXL.License.Key = "IRONXL-MYLICENSE-KEY-RENEW.SUPPORT.01.JAN.2050"# Apply the license key to the IronXL library
# Replace 'YOUR_LICENSE_KEY' with your actual license key string
IronXL.License.Key = "IRONXL-MYLICENSE-KEY-RENEW.SUPPORT.01.JAN.2050"PYTHON
應用許可證密鑰最可靠的方法是在呼叫庫之前,直接在程式碼中應用。
# Set the license key for the IronXL library at the start of your program
# This helps to ensure that the library recognizes your license as soon as it is needed
IronXL.License.Key = "IRONXL-MYLICENSE-KEY-RENEW.SUPPORT.01.JAN.2050"# Set the license key for the IronXL library at the start of your program
# This helps to ensure that the library recognizes your license as soon as it is needed
IronXL.License.Key = "IRONXL-MYLICENSE-KEY-RENEW.SUPPORT.01.JAN.2050"PYTHON
如需了解更多選項,包括透過web.config和appsettings.json進行配置,請參閱以下常見問題頁面以取得更多資訊:







