Sfoglia il codice sorgente

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

jmh 4 anni fa
parent
commit
e6f11a972f

+ 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);