資源簡介
listView實現導入,導出記事本文件
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Text;
using?Microsoft.Office.Interop.Excel;
using?Microsoft.Office.Core;
using?System.Reflection;
using?Excel;
using?System.Collections;
using?System.Collections.Specialized;
using?System.Windows.Forms;
using?System.IO;
using?System.Data;
using?System.Data.OleDb;
using?System.Configuration;
namespace?LogOperator.Class
{
????public?delegate?void?ColorEventHandler(ListViewItem?lvi);
????///?
????///?該類提供日志系統導入導出的方法、方式
????///?
????public?class?IOHelper
????{
????????#region?屬性??初始化
????????///?
????????///?連接字符串參數?Provider和?Extended?Properties
????????///?
????????private?static?string?xlspro;
????????private?static?string?xlsex;
????????private?static?int?rowC
- 上一篇:C#實現記事本導入導出功能
- 下一篇:Lucene.Net(全文檢索)入門級
評論
共有 條評論