该程序可以批量的将选中.txt文件中的数据添加到同名的Excel文件中

源代码在线查看: excel批处理.clw

软件大小: 135 K
上传用户: wanghao891207
关键词: Excel txt 程序 数据
下载地址: 免注册下载 普通下载 VIP

相关代码

				; CLW file contains information for the MFC ClassWizard
				
				[General Info]
				Version=1
				LastClass=CExcelDlg
				LastTemplate=CDialog
				NewFileInclude1=#include "stdafx.h"
				NewFileInclude2=#include "Excel批处理.h"
				
				ClassCount=3
				Class1=CExcelApp
				Class2=CExcelDlg
				Class3=CAboutDlg
				
				ResourceCount=3
				Resource1=IDD_ABOUTBOX
				Resource2=IDR_MAINFRAME
				Resource3=IDD_EXCEL_DIALOG
				
				[CLS:CExcelApp]
				Type=0
				HeaderFile=Excel批处理.h
				ImplementationFile=Excel批处理.cpp
				Filter=N
				
				[CLS:CExcelDlg]
				Type=0
				HeaderFile=Excel批处理Dlg.h
				ImplementationFile=Excel批处理Dlg.cpp
				Filter=D
				BaseClass=CDialog
				VirtualFilter=dWC
				LastObject=CExcelDlg
				
				[CLS:CAboutDlg]
				Type=0
				HeaderFile=Excel批处理Dlg.h
				ImplementationFile=Excel批处理Dlg.cpp
				Filter=D
				
				[DLG:IDD_ABOUTBOX]
				Type=1
				Class=CAboutDlg
				ControlCount=4
				Control1=IDC_STATIC,static,1342177283
				Control2=IDC_STATIC,static,1342308480
				Control3=IDC_STATIC,static,1342308352
				Control4=IDOK,button,1342373889
				
				[DLG:IDD_EXCEL_DIALOG]
				Type=1
				Class=CExcelDlg
				ControlCount=15
				Control1=IDOK,button,1342242817
				Control2=IDCANCEL,button,1342242816
				Control3=IDC_STATIC6,button,1342177287
				Control4=IDC_STATIC2,static,1342308352
				Control5=IDC_BUTTON1,button,1342242816
				Control6=IDC_EDIT1,edit,1350631552
				Control7=IDC_STATIC3,static,1342308352
				Control8=IDC_STATIC4,static,1342308352
				Control9=IDC_STATIC5,static,1342308352
				Control10=IDC_EDIT2,edit,1350631553
				Control11=IDC_LIST1,listbox,1353777163
				Control12=IDC_STATIC7,button,1342177287
				Control13=IDC_BUTTON2,button,1342242816
				Control14=IDC_EDIT3,edit,1342244993
				Control15=IDC_STATIC1,button,1342177287
				
							

相关资源