Python용 IronXL 에 라이선스 키를 적용하세요
라이선스 키는 만료일로 끝나는 긴 문자열입니다. 띄어쓰기 없이 정확하게 복사해 주시기 바랍니다.
# 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"라이선스 키를 적용하는 가장 확실한 방법은 라이브러리가 호출되기 전에 코드에 직접 입력하는 것입니다.
# 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"추가 옵션, web.config 및 appsettings.json를 통한 구성 포함, 은 다음 FAQ 페이지에서 자세한 정보를 확인하시기 바랍니다:







