Response.Redirect("Contactfiles/通讯录.xlsx");
}
catch (Exception ex)
{
PageError("导出出错!"+ex.ToString(),"");
}
}
asp.net导出Excel类库代码分享(5)
内容版权声明:除非注明,否则皆为本站原创文章。
Response.Redirect("Contactfiles/通讯录.xlsx");
}
catch (Exception ex)
{
PageError("导出出错!"+ex.ToString(),"");
}
}
内容版权声明:除非注明,否则皆为本站原创文章。