Click here to Skip to main content
15,888,733 members
Articles / Web Development / ASP.NET

Loading Excel data into a GridView

Rate me:
Please Sign up or sign in to vote.
1.70/5 (6 votes)
2 Jan 2010CPOL 26.1K   4  
Here I am posting code, which will read through a Excel Document. This code will traverse through all sheets of Excel spread sheet, No matter what name they will have.This uses OLEDB connection to read through excel sheets.using System.Data.OleDb;protected void Page_Load(object...

Views

Daily Counts

License

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



Comments and Discussions