Zastosowanie klucza licencyjnego w IronXL for Python
Klucz licencyjny to długi ciąg znaków, który kończy się datą wygaśnięcia. Proszę upewnić się, że został prawidłowo skopiowany, bez spacji.
# 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"Najbardziej niezawodną metodą zastosowania klucza licencyjnego jest umieszczenie go bezpośrednio w kodzie, przed wywołaniem biblioteki.
# 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"Aby uzyskać więcej opcji, w tym konfigurację za pomocą web.config i appsettings.json, zapoznaj się z poniższą stroną FAQ:







