Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / productivity / Office / Office-Interop

Office-Interop

Office-Interop

Great Reads

by Pasan Eeriyagama
This article focuses on a Very simple and Robust way to export Data to EXCEL
by Robby Tendean
ExcelLibrary implementation sample to convert DataSet to Excel file in VB.NET
by Robert Hutch
Hi,another alternative is this Excel C# / VB.NET component that has limited free version that can be used in commercial applications and unlimited professional version.Here is an Excel VB.NET code how to export DataSet to Excel:Dim ef = New ExcelFile()For Each dataTable As...
by simonp_ca
Use Excel worksheet's cells as pixels to render real image (for fun and experiment)

Latest Articles

by Pasan Eeriyagama
This article focuses on a Very simple and Robust way to export Data to EXCEL
by Robby Tendean
ExcelLibrary implementation sample to convert DataSet to Excel file in VB.NET
by Robert Hutch
Hi,another alternative is this Excel C# / VB.NET component that has limited free version that can be used in commercial applications and unlimited professional version.Here is an Excel VB.NET code how to export DataSet to Excel:Dim ef = New ExcelFile()For Each dataTable As...
by simonp_ca
Use Excel worksheet's cells as pixels to render real image (for fun and experiment)

All Articles

Sort by Score

Office-Interop 

by Pasan Eeriyagama
This article focuses on a Very simple and Robust way to export Data to EXCEL
by Robby Tendean
ExcelLibrary implementation sample to convert DataSet to Excel file in VB.NET
by Robert Hutch
Hi,another alternative is this Excel C# / VB.NET component that has limited free version that can be used in commercial applications and unlimited professional version.Here is an Excel VB.NET code how to export DataSet to Excel:Dim ef = New ExcelFile()For Each dataTable As...
by B. Clay Shannon
The most straightforward way to add a Pivot Table to an Excel sheet based on data already on the sheet, using Excel Interop and C#
by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
After the tip on Excel, Word and Powerpoint, here we will explore the trick to verify whether Outlook is installed in the client's system or not by C#.