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)