Лицензирование

Вызов setLicense

Загрузите лицензию на свой компьютер и скопируйте ее в соответствующую папку (например, папку вашего приложения или JasperReports\lib). Добавьте следующий код в ваш проект:

import com.aspose.cells.jasperreports.*;

// Create a stream object containing the license file

FileInputStream fstream = new FileInputStream("C:\\Aspose.Cells.JasperReports.lic");

// Set the license through the stream object

License license = new License();

license.setLicense(fstream);

Установите параметр экспорта лицензионного файла в applicationContext.xml

  1. Download the license to your computer and copy it to the <InstallDir>\apache-tomcat\webapps\jasperserver\WEB-INF folder, where <InstallDir> stands for the JasperServer installation directory.
  2. Locate the <InstallDir>\apache-tomcat\webapps\jasperserver\WEB-INF\applicationContext.xml file and add the following lines:

XML

  <bean id="excelACExportParameters" class="com.aspose.cells.jasperreports.ACXlsExportParametersBean">

    <property name="licenseFile" value="C:/jasperserver-3.0/apache-tomcat/webapps/jasperserver/WEB-INF/Aspose.Cells.JasperReports.lic"/>

</bean>

Проверьте работу лицензии

Экспортируйте любой отчет в формат XLS и проверьте, содержит ли отчет сообщение об оценке. Если нет сообщения об оценке, то лицензия работает правильно.

Aspose.Cells for JasperReports внедряет оценочный рабочий лист в режиме оценки

todo:image_alt_text

При наличии действительной лицензии нет оценочного рабочего листа

todo:image_alt_text