Lisanslama

setLicense’ı çağırın

Lisansı bilgisayarınıza indirin ve uygun klasöre kopyalayın (örneğin uygulamanızın klasörü veya JasperReports\lib gibi). Projeye aşağıdaki kodu ekleyin:

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’de lisansDosyası Dışa Aktarıcı Parametresini ayarlayın

  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>

Lisanstan emin olun

Herhangi bir raporu XLS formatına dışa aktarın ve raporda bir değerlendirme mesajı bulunup bulunmadığını kontrol edin. Eğer bir değerlendirme mesajı yoksa, o zaman lisans düzgün bir şekilde çalışıyor demektir.

Aspose.Cells for JasperReports, değerlendirme modunda bir değerlendirme çalışma sayfası takar

todo:image_alt_text

Geçerli bir lisans olduğunda bir değerlendirme çalışma sayfası olmaz

todo:image_alt_text