Licence

Appelez la méthode setLicense

Téléchargez la licence sur votre ordinateur et copiez-la dans le dossier approprié (par exemple, le dossier de votre application ou JasperReports\lib). Ajoutez le code suivant à votre projet :

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

Définissez le paramètre d’exportateur licenseFile dans 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>

Vérifier si la licence fonctionne

Exportez n’importe quel rapport au format XLS et vérifiez si le rapport contient un message d’évaluation. S’il n’y a aucun message d’évaluation, alors la licence fonctionne correctement.

Aspose.Cells for JasperReports injecte une feuille de calcul d’évaluation en mode d’évaluation

todo:image_alt_text

Lorsqu’une licence valide est présente, il n’y a pas de feuille de calcul d’évaluation

todo:image_alt_text