资源简介
抓取指定面上的价格并导入到Excel表中
代码片段和文件信息
using System.Data.OleDb;
using System.Data;
using System;
using System.Collections.Generic;
using System.xml.Linq;
using System.IO;
class ExcelReader
{
private string fileName;
private string sheetName;
private bool firstRowAsHeader;
private bool mixedDataType = true;
private string sheetRange = string.Empty;
private OleDbConnection excelConnection;
private OleDbCommand excelCommand;
public ExcelReader(string fileName)
{
this.fileName = fileName;
}
public ExcelReader(string fileName string sheetName) : this(fileName sheetName false true) { }
public ExcelReader(string fileName string sheetName bool firstRowAsHeader) : this(fileName sheetName firstRowA
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 117 2013-11-23 15:49 catch_jd\catch_jd\app.config
文件 22528 2013-11-29 11:09 catch_jd\catch_jd\bin\Debug\catch_jd.exe
文件 117 2013-11-23 15:49 catch_jd\catch_jd\bin\Debug\catch_jd.exe.config
文件 44544 2013-11-29 11:09 catch_jd\catch_jd\bin\Debug\catch_jd.pdb
文件 11608 2013-11-29 08:46 catch_jd\catch_jd\bin\Debug\catch_jd.vshost.exe
文件 117 2013-11-23 15:49 catch_jd\catch_jd\bin\Debug\catch_jd.vshost.exe.config
文件 490 2010-03-18 12:39 catch_jd\catch_jd\bin\Debug\catch_jd.vshost.exe.manifest
文件 200704 2013-03-06 07:13 catch_jd\catch_jd\bin\Debug\ICSharpCode.SharpZipLib.dll
文件 52736 2013-04-26 02:36 catch_jd\catch_jd\bin\Debug\LitJson.dll
文件 440320 2013-10-17 12:51 catch_jd\catch_jd\bin\Debug\Newtonsoft.Json.dll
文件 1263104 2013-10-17 12:51 catch_jd\catch_jd\bin\Debug\Newtonsoft.Json.pdb
文件 508735 2013-10-17 12:51 catch_jd\catch_jd\bin\Debug\Newtonsoft.Json.xm
文件 1624064 2013-03-06 07:17 catch_jd\catch_jd\bin\Debug\NPOI.dll
文件 387072 2013-03-06 07:17 catch_jd\catch_jd\bin\Debug\NPOI.OOxm
文件 79872 2013-03-06 07:17 catch_jd\catch_jd\bin\Debug\NPOI.Openxm
文件 1316864 2013-03-06 07:17 catch_jd\catch_jd\bin\Debug\NPOI.Openxm
文件 2144246 2013-03-06 07:17 catch_jd\catch_jd\bin\Debug\NPOI.xm
文件 21504 2013-11-29 11:46 catch_jd\catch_jd\bin\Release\catch_jd.exe
文件 117 2013-11-23 15:49 catch_jd\catch_jd\bin\Release\catch_jd.exe.config
文件 40448 2013-11-29 11:46 catch_jd\catch_jd\bin\Release\catch_jd.pdb
文件 200704 2013-03-06 07:13 catch_jd\catch_jd\bin\Release\ICSharpCode.SharpZipLib.dll
文件 52736 2013-04-26 02:36 catch_jd\catch_jd\bin\Release\LitJson.dll
文件 440320 2013-10-17 12:51 catch_jd\catch_jd\bin\Release\Newtonsoft.Json.dll
文件 1263104 2013-10-17 12:51 catch_jd\catch_jd\bin\Release\Newtonsoft.Json.pdb
文件 508735 2013-10-17 12:51 catch_jd\catch_jd\bin\Release\Newtonsoft.Json.xm
文件 1624064 2013-03-06 07:17 catch_jd\catch_jd\bin\Release\NPOI.dll
文件 387072 2013-03-06 07:17 catch_jd\catch_jd\bin\Release\NPOI.OOxm
文件 79872 2013-03-06 07:17 catch_jd\catch_jd\bin\Release\NPOI.Openxm
文件 1316864 2013-03-06 07:17 catch_jd\catch_jd\bin\Release\NPOI.Openxm
文件 2144246 2013-03-06 07:17 catch_jd\catch_jd\bin\Release\NPOI.xm
............此处省略1843个文件信息
相关资源
- C# 考试管理系统
- .net excel导入导出源码
- C# 从Excel导入数据到DataGridView、SqlSe
- C# 通过存储过程将Excel文档导入SQL S
- C#将DataSet导入到excel中(包括图片)
- asp.net 导入excel到数据库中的
- C#做的WIN窗体程序-对表的增删改查,
- C# Datatable数据Excel导出和行列转换
- C# Excel导入导出
- DataGridView合并单元格、分页显示、页
- NPOI实现.NET的Excel导入导出操作类库
- c#使用NPOI进行Excel导入导出,,vs201
- c#Excel导入导出
- c#实现从Excel导入数据到textbox中
- Excel C#实现Excel的导入
- C#winform实现Excel导入数据库
- 基于Aspose的简单通用C#Excel导入导出
- C# 操作Excel导入,导出及对数据处理
- NPOI操作Excel帮助类及NPOI.dllExcel导入导
- EXCEL导入、导出、存储过程运算工具
-
将Excel导出成xm
l - asp.net Excel导入导出(EX29)
- asp.net实现excel导入导出数据库
- asp.net excel导出 源码
- Excel导入数据库
评论
共有 条评论