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