• 大小: 0.02M
    文件类型: .cs
    金币: 1
    下载: 0 次
    发布日期: 2020-12-25
  • 语言: C#
  • 标签: 文件  listview  

资源简介

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

评论

共有 条评论