Click here to Skip to main content
15,881,898 members
Articles / Desktop Programming / Windows Forms

Reading and writing an Excel file using VB.NET

Rate me:
Please Sign up or sign in to vote.
2.72/5 (19 votes)
20 Mar 2007CPOL 393.8K   5.8K   49  
This code helps the user to interact with an Excel file using the OleDBDataProvider in VB.NET.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "TestExcel2", "TestExcel2.vbproj", "{A7EB6321-C074-4E1D-8E1E-124E4D0CF3AF}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{A7EB6321-C074-4E1D-8E1E-124E4D0CF3AF}.Debug.ActiveCfg = Debug|.NET
		{A7EB6321-C074-4E1D-8E1E-124E4D0CF3AF}.Debug.Build.0 = Debug|.NET
		{A7EB6321-C074-4E1D-8E1E-124E4D0CF3AF}.Release.ActiveCfg = Release|.NET
		{A7EB6321-C074-4E1D-8E1E-124E4D0CF3AF}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions