在 IronXL for Python 中应用许可证密钥
Curtis Chau
Updated: 2026年6月29日
许可证密钥是以到期日期结束的长字符串。 请确保正确复制,无空格。
# 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"
Python
有关更多选项,包括通过appsettings.json进行配置,请参阅以下FAQ页面了解更多信息:

技术作家
Curtis Chau 拥有卡尔顿大学的计算机科学学士学位,专注于前端开发,精通 Node.js、TypeScript、JavaScript 和 React。他热衷于打造直观且美观的用户界面,喜欢使用现代框架并创建结构良好、视觉吸引力强的手册。
...
阅读更多