嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在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