Licensiering

Anropa setLicense

Ladda ned licensen till din dator och kopiera den till lämplig mapp (till exempel din applikationsmapp eller JasperReports\lib). Lägg till följande kod i ditt projekt:

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);

Ange licensfilens exportparameter i 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>

Verifiera att licensen fungerar

Exportera en rapport till XLS-format och kontrollera om rapporten innehåller ett utvärderingsmeddelande. Om det inte finns något utvärderingsmeddelande fungerar licensen korrekt.

Aspose.Cells for JasperReports infogar en utvärderingsarbetsblad i utvärderingsläge

todo:image_alt_text

När en giltig licens finns finns det ingen utvärderingsarbetsblad

todo:image_alt_text