Appliquer une clé de licence dans IronXL for Python
La clé de licence est une longue chaîne de caractères qui se termine par une date d'expiration. Veuillez vous assurer que ceci est copié correctement, sans espaces.
# 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"
La méthode la plus robuste d'application d'une clé de licence est directement dans votre code, avant que la bibliothèque ne soit appelée.
# 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"
Pour plus d'options, y compris la configuration via web.config et appsettings.json, veuillez consulter la FAQ suivante pour plus d'informations :

