Esempio n. 1
0
 public static void 供应商手机号导出(Dictionary<string, string> dics, HttpResponseBase rs)
 {
     var excel = new excel(SpreadsheetVersion.EXCEL97);
     excel.导出供应商手机号(dics,rs);
 }