基本信息
源码名称:方便快捷的txt转excel并实现导出(C#源码)
源码大小:0.96M
文件格式:.zip
开发语言:C#
更新时间:2021-12-04
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

本次赞助数额为: 2 元 
   源码介绍

方便快捷的txt转excel并实现导出(C#源码)

1.上方显示导入的txt文件并转化成excel或者导入excel->浏览文件按钮

2.下方将excel文件导出到桌面->导出按钮

3.需要电脑安装wps office软件才能运行.

├── txt编辑器
│   ├── txt-wps
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.cs
│   │   ├── Form1.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Service References
│   │   ├── app.config
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── AxInterop.SHDocVw.dll
│   │   │   │   ├── EighteenColor2.ssk
│   │   │   │   ├── Interop.SHDocVw.dll
│   │   │   │   ├── IrisSkin2.dll
│   │   │   │   ├── txt-wps.exe
│   │   │   │   ├── txt-wps.exe.config
│   │   │   │   ├── txt-wps.pdb
│   │   │   │   ├── txt-wps.vshost.exe
│   │   │   │   ├── txt-wps.vshost.exe.config
│   │   │   │   ├── txt-wps.vshost.exe.manifest
│   │   │   │   └── 数据文件.xlsx
│   │   │   └── Release
│   │   ├── obj
│   │   │   └── x86
│   │   │       └── Debug
│   │   │           ├── AxInterop.SHDocVw.dll
│   │   │           ├── DesignTimeResolveAssemblyReferences.cache
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── Interop.Excel.dll
│   │   │           ├── Interop.Office.dll
│   │   │           ├── Interop.SHDocVw.dll
│   │   │           ├── Interop.VBIDE.dll
│   │   │           ├── TempPE
│   │   │           │   └── Properties.Resources.Designer.cs.dll
│   │   │           ├── txt-wps.csproj.AssemblyReference.cache
│   │   │           ├── txt-wps.csproj.CoreCompileInputs.cache
│   │   │           ├── txt-wps.csproj.FileListAbsolute.txt
│   │   │           ├── txt-wps.csproj.GenerateResource.Cache
│   │   │           ├── txt-wps.csproj.ResolveComReference.cache
│   │   │           ├── txt-wps.csprojResolveAssemblyReference.cache
│   │   │           ├── txt-wps.exe
│   │   │           ├── txt-wps.pdb
│   │   │           ├── txt_wps.Form1.resources
│   │   │           └── txt_wps.Properties.Resources.resources
│   │   └── txt-wps.csproj
│   ├── txt-wps.sln
│   └── txt-wps.suo
└── 好例子网_txt编辑器.zip

11 directories, 43 files