Aplicar una clave de licencia en IronXL for .NET

La clave de licencia es una cadena larga que termina con una fecha de caducidad. Asegúrese de copiarlo correctamente, sin espacios.

IRONXL-MYLICENSE-KEY-1EF01-RENEW.SUPPORT.01.JAN.2050

El método más sólido para aplicar una clave de licencia es directamente en el código, antes de llamar a la biblioteca.

IronXL for Python.License.LicenseKey = "IRONXL-MYLICENSE-KEY-RENEW.SUPPORT.01.JAN.2050";
IronXL for Python.License.LicenseKey = "IRONXL-MYLICENSE-KEY-RENEW.SUPPORT.01.JAN.2050";
IronXL for Python.License.LicenseKey = "IRONXL-MYLICENSE-KEY-RENEW.SUPPORT.01.JAN.2050"
VB   C#

Para más opciones, incluyendo web.config y appsettings.json, consulte esta página de preguntas frecuentes para obtener más información:

https://ironsoftware.com/csharp/excel/how-to/license-keys/