This commit is contained in:
parent
47e7f7c9ca
commit
3d9404428c
|
|
@ -131,7 +131,7 @@ namespace NP.BO.Controllers
|
|||
return ExportExcel(
|
||||
new String[] { "상품구분", "매출구분", "1월", "2월", "3월", "4월", "5월", "6월", "7월", "8월", "9월", "10월", "11월", "12" },
|
||||
new String[] { "strval", "strval2", "longval", "longval2", "longval3", "longval4", "longval5", "longval6", "longval7", "longval8", "longval9", "longval10", "longval11", "longval12" },
|
||||
vm.Datas,
|
||||
vm.Datas2,
|
||||
vm.excelname);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue