Search This Blog

How to debug the app use framework laravel

How to debug the app use framework laravel: 

  • Start the app by command:...
Share:

ReportTDK for Jsp

ReportTDK for jsp allows to create report excel from template excel with a few lines of code.

Features:

  • Support parts: Detail, Group, Group Footer, Total
  • Support style, format for cell
  • Support formulas in Detail ( such as:=C5*D5), Group,Total ( such as: =SUMIF(J$7,"1",I$7), I is column to get SUM, J is column to compare to 1, 7 id row of Detail)
  • Allow to set protectec password for report to anti edit

Demos:

Code Demo:

  $report= new Reportx($vtRS, $strTemplatePath, $strReportPath);

  $strReportDate = date('d/m/y');...

Share:

ReportTDK for Php

ReportTDK for php allows to create report excel from template excel with a few lines of code.

Features:

  • Support parts: Detail, Group, Total
  • Support style, format for cell
  • Support formulas in Detail ( such as:=C5*D5), Group,Total ( such as: =SUMIF(J$7,"1",I$7), I is column to get SUM, J is column to compare to 1, 7 id row of Detail)

Demos:

Code Demo:

  $report= new Reportx($vtRS, $strTemplatePath, $strReportPath);

  $strReportDate = date('d/m/y');...

Share:
Powered by Blogger.