Open and read Excel in C#.Net

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Gopigi
    New Member
    • Mar 2007
    • 3

    Open and read Excel in C#.Net

    Hi

    Can anyone help me how to read values in Excel in C# . So that Once I read I can send them to DataBase.

    Thanks
    Gopi
  • prashanthjthomas
    New Member
    • Mar 2007
    • 2

    #2
    use componet one gird control instead of using Gridview it has a property saveexcel

    Comment

    • mukeshk
      New Member
      • Mar 2007
      • 4

      #3
      if you want to read from an excel file then you can make a odbc connection and read it in a datareader like any other database.

      Mk

      Comment

      Working...