Esempio n. 1
0
 public static void 导出专家信息(HttpResponseBase rs)
 {
     var excel = new excel(SpreadsheetVersion.EXCEL97);
     excel.专家信息(rs);
 }