Search in sources :

Example 1 with TGExportExcelService

use of com.kendy.service.TGExportExcelService in project financial by greatkendy123.

the class TGController method exportTGExcelAction.

/**
 * 导出当前托管公司的所有数据
 *
 * @time 2018年3月2日
 * @param event
 */
public void exportTGExcelAction(ActionEvent event) {
    TGExportExcelService exportExcelService = new TGExportExcelService(MyController.tgController);
    exportExcelService.exportExcel();
}
Also used : TGExportExcelService(com.kendy.service.TGExportExcelService)

Aggregations

TGExportExcelService (com.kendy.service.TGExportExcelService)1