基本信息
源码名称:C# winform 导出Excel
源码大小:0.06M
文件格式:.rar
开发语言:C#
更新时间:2023-10-08
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559

本次赞助数额为: 2 元 
   源码介绍
C# winform 导出Excel
链接数据库,读取表到dataGridView1 显示。 并导出 dataGridView1 数据到 Excel

.
├── C# winform 导出Excel_cesi.rar
└── cesi
    ├── cesi
    │   ├── App.config
    │   ├── Form1.Designer.cs
    │   ├── Form1.cs
    │   ├── Form1.resx
    │   ├── Program.cs
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Resources.Designer.cs
    │   │   ├── Resources.resx
    │   │   ├── Settings.Designer.cs
    │   │   └── Settings.settings
    │   ├── bin
    │   │   ├── Debug
    │   │   │   ├── cesi.exe
    │   │   │   ├── cesi.exe.config
    │   │   │   ├── cesi.pdb
    │   │   │   ├── cesi.vshost.exe
    │   │   │   ├── cesi.vshost.exe.config
    │   │   │   └── cesi.vshost.exe.manifest
    │   │   └── Release
    │   ├── cesi.csproj
    │   ├── db.cs
    │   └── obj
    │       └── Debug
    │           ├── DesignTimeResolveAssemblyReferences.cache
    │           ├── DesignTimeResolveAssemblyReferencesInput.cache
    │           ├── TempPE
    │           ├── cesi.Form1.resources
    │           ├── cesi.Properties.Resources.resources
    │           ├── cesi.csproj.FileListAbsolute.txt
    │           ├── cesi.csproj.GenerateResource.Cache
    │           ├── cesi.csprojResolveAssemblyReference.cache
    │           ├── cesi.exe
    │           └── cesi.pdb
    ├── cesi.sln
    └── cesi.v11.suo

9 directories, 30 files