BinaryFormatter .NETFramework类库BinaryFormatter类以二进制格式将对象或整个连接对象图形序列化和反序列化。命名空间:System.Runtime.Serialization.Formatters.Binary程序集:mscorlib(在mscorlib.dll中)
通过GridView导出Excel protected void ToExcel(GridView gv,string name) { Response.Clear(); Response.Buffer = true; Response.Charset = "GB2312"; Response.AppendHeader("Conten