资源简介
excel文件内容是自定义的,实现了网页导出ex.cel功能
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Data;
namespace MyNPOI
{
public partial class DownExcel : System.Web.UI.Page
{
protected void Page_Load(object sender EventArgs e)
{
}
// 下载于www.51aspx.com
protected void btn_OutPortExcel_Click(object sender EventArgs e)
{
DataTable dt = new DataTable();
DataColumn col = new DataColumn(“ID“ System.Type.GetType(“System.String“));
DataColumn col1 = new DataColumn(“姓名“ System.Type.GetType(“System.String“));
DataColumn col2 = new DataColumn(“邮箱“ System.Type.GetType(“System.String“));
dt.Columns.Add(col);
dt.Columns.Add(col1);
dt.Columns.Add(col2);
DataRow row = dt.NewRow();
row[0] = “11“;
row[1] = “111“;
row[2] = “11@11.
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 85411 2019-08-28 11:28 ExcelImport_c53aac34-7295-4752-9251-10f8f9af7432\.vs\config\applicationhost.config
..A..H. 131072 2019-08-28 11:33 ExcelImport_c53aac34-7295-4752-9251-10f8f9af7432\.vs\MyNPOI\v15\.suo
文件 0 2019-08-28 11:28 ExcelImport_c53aac34-7295-4752-9251-10f8f9af7432\.vs\MyNPOI\v15\Server\sqlite3\db.lock
文件 4096 2019-08-28 11:28 ExcelImport_c53aac34-7295-4752-9251-10f8f9af7432\.vs\MyNPOI\v15\Server\sqlite3\storage.ide
文件 32768 2019-08-28 11:31 ExcelImport_c53aac34-7295-4752-9251-10f8f9af7432\.vs\MyNPOI\v15\Server\sqlite3\storage.ide-shm
文件 1198952 2019-08-28 11:31 ExcelImport_c53aac34-7295-4752-9251-10f8f9af7432\.vs\MyNPOI\v15\Server\sqlite3\storage.ide-wal
文件 2620 2014-10-15 15:07 ExcelImport_c53aac34-7295-4752-9251-10f8f9af7432\51Aspx源码必读.txt
文件 4945 2014-04-30 09:10 ExcelImport_c53aac34-7295-4752-9251-10f8f9af7432\from.gif
文件 11264 2019-08-28 11:31 ExcelImport_c53aac34-7295-4752-9251-10f8f9af7432\MyNPOI\bin\MyNPOI.dll
文件 22016 2019-08-28 11:31 ExcelImport_c53aac34-7295-4752-9251-10f8f9af7432\MyNPOI\bin\MyNPOI.pdb
文件 91648 2010-01-29 16:44 ExcelImport_c53aac34-7295-4752-9251-10f8f9af7432\MyNPOI\bin\NPOI.DDF.dll
文件 9728 2010-01-29 16:44 ExcelImport_c53aac34-7295-4752-9251-10f8f9af7432\MyNPOI\bin\NPOI.dll
文件 53248 2010-01-29 16:44 ExcelImport_c53aac34-7295-4752-9251-10f8f9af7432\MyNPOI\bin\NPOI.HPSF.dll
文件 921600 2010-01-29 16:44 ExcelImport_c53aac34-7295-4752-9251-10f8f9af7432\MyNPOI\bin\NPOI.HSSF.dll
文件 48640 2010-01-29 16:44 ExcelImport_c53aac34-7295-4752-9251-10f8f9af7432\MyNPOI\bin\NPOI.POIFS.dll
文件 33792 2010-01-29 16:44 ExcelImport_c53aac34-7295-4752-9251-10f8f9af7432\MyNPOI\bin\NPOI.Util.dll
文件 577 2012-06-04 13:38 ExcelImport_c53aac34-7295-4752-9251-10f8f9af7432\MyNPOI\DownExcel.aspx
文件 1377 2014-10-15 15:03 ExcelImport_c53aac34-7295-4752-9251-10f8f9af7432\MyNPOI\DownExcel.aspx.cs
文件 1161 2012-06-04 12:25 ExcelImport_c53aac34-7295-4752-9251-10f8f9af7432\MyNPOI\DownExcel.aspx.designer.cs
文件 9428 2014-10-15 15:03 ExcelImport_c53aac34-7295-4752-9251-10f8f9af7432\MyNPOI\ExcelHelper.cs
文件 90 2012-06-04 12:23 ExcelImport_c53aac34-7295-4752-9251-10f8f9af7432\MyNPOI\Global.asax
文件 1199 2012-06-04 12:23 ExcelImport_c53aac34-7295-4752-9251-10f8f9af7432\MyNPOI\Global.asax.cs
文件 5630 2012-06-04 14:30 ExcelImport_c53aac34-7295-4752-9251-10f8f9af7432\MyNPOI\MyNPOI.csproj
文件 1245 2019-08-28 11:30 ExcelImport_c53aac34-7295-4752-9251-10f8f9af7432\MyNPOI\MyNPOI.csproj.user
文件 8153 2014-10-15 15:01 ExcelImport_c53aac34-7295-4752-9251-10f8f9af7432\MyNPOI\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
文件 0 2019-08-28 11:31 ExcelImport_c53aac34-7295-4752-9251-10f8f9af7432\MyNPOI\obj\Debug\MyNPOI.csproj.CopyComplete
文件 42 2019-08-28 11:28 ExcelImport_c53aac34-7295-4752-9251-10f8f9af7432\MyNPOI\obj\Debug\MyNPOI.csproj.CoreCompileInputs.cache
文件 1729 2019-08-28 11:31 ExcelImport_c53aac34-7295-4752-9251-10f8f9af7432\MyNPOI\obj\Debug\MyNPOI.csproj.FileListAbsolute.txt
文件 109990 2019-08-28 11:31 ExcelImport_c53aac34-7295-4752-9251-10f8f9af7432\MyNPOI\obj\Debug\MyNPOI.csprojAssemblyReference.cache
文件 26586 2014-10-15 14:54 ExcelImport_c53aac34-7295-4752-9251-10f8f9af7432\MyNPOI\obj\Debug\MyNPOI.csprojResolveAssemblyReference.cache
............此处省略34个文件信息
- 上一篇:VB多声卡录音控件及源代码
- 下一篇:vb自写的CombboxGrid网格控件源码
相关资源
- aspose 文件转化 excel-word-ppt 含 lisence
- ASP+模板生成Word、Excel灵活多变的办法
- asp利用sql进行筛选导出excel
- aspxspy.aspx又名专版aspx汗血宝马
- IIS安装和部署ASPX详细说明
- ASPX整站打包脚本K8Packwebshell.rar
- ASPX一句话shell客户端+ASPXshell MS08-067插
- asp将本地excel数据上传到access数据库中
- Aspose.Cells.dll破解版 一款强大的Excel处
- VBA从excel读出数据写到word表格指定位
- asp 读写 excel文件 asp读写.xls 组件+教程
- PC-DMIS TO EXCEL脚本.BAS
- EXCEL BOM展开实列
- VB.NET_excel表拆分demo
- asp在线生成静态页、Excel、word功能
- asp.net 在线浏览office文档(支持word/
- 将Excel直接当作数据库使用,ASP.NET三
- asp中如何在客户端把查询的结果集在
- js导处excel表格中文无乱码demo(table
- excel数据导入access数据库小程序
- Aspose.Cells.dll
评论
共有 条评论