ترخيص

اتصل ب 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);

قم بتعيين معلمة تصدير licenseFile في 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