瀏覽代碼

샵링커 주문수집 -엑셀다운로드시 타이틀,푸터 제거

jmh 4 年之前
父節點
當前提交
e6f11a972f
共有 1 個文件被更改,包括 4 次插入3 次删除
  1. 4 3
      src/main/java/com/style24/admin/biz/service/TsaShoplinkerService.java

+ 4 - 3
src/main/java/com/style24/admin/biz/service/TsaShoplinkerService.java

@@ -1076,8 +1076,8 @@ public class TsaShoplinkerService {
 
 		try {
 
-			GagaExcelUtil.createExcel(excelFilenameWithPath, dataList, "샵링커 주문 정보", listTitles, cellNames, cellTypes, TsaConstants.EXCEL_FOOTER_TITLE);
-
+			//GagaExcelUtil.createExcel(excelFilenameWithPath, dataList, "샵링커 주문 정보", listTitles, cellNames, cellTypes, TsaConstants.EXCEL_FOOTER_TITLE);
+			GagaExcelUtil.createExcel(excelFilenameWithPath, dataList, listTitles, cellNames, cellTypes);
 		} catch (Exception e) {
 			throw new IllegalStateException(e);
 		}
@@ -1135,7 +1135,8 @@ public class TsaShoplinkerService {
 		
 		try {
 
-			GagaExcelUtil.createExcel(excelFilenameWithPath, dataList, "샵링커 주문 정보", listTitles, cellNames, cellTypes, TsaConstants.EXCEL_FOOTER_TITLE);
+			//GagaExcelUtil.createExcel(excelFilenameWithPath, dataList, "샵링커 주문 정보", listTitles, cellNames, cellTypes, TsaConstants.EXCEL_FOOTER_TITLE);
+			GagaExcelUtil.createExcel(excelFilenameWithPath, dataList, listTitles, cellNames, cellTypes);
 
 		} catch (Exception e) {
 			throw new IllegalStateException(e);