Results 1 to 4 of 4

Thread: Uploading Excel Data with internal validation

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Mar 2007
    Posts
    240

    Uploading Excel Data with internal validation

    Is it possible in asp.net using c# to validate the data inside the excel files and save the validated data in the sql server 2005? Thanks in advance.

  2. #2
    Learning .Net danasegarane's Avatar
    Join Date
    Aug 2004
    Location
    VBForums
    Posts
    5,853

    Re: Uploading Excel Data with internal validation

    Yes. It is Possible..You can connect to Excel using OLEDB and read the data from the Excel sheet using the query like
    Code:
    Select * from Sheet$1
    and load the values in a Datatable and do the manipulations and validation and using then you can update the values in SQL
    Please mark you thread resolved using the Thread Tools as shown

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Mar 2007
    Posts
    240

    Re: Uploading Excel Data with internal validation

    Thanks very much. Can I also apply this in a 3-Tier Architecture?

  4. #4
    Learning .Net danasegarane's Avatar
    Join Date
    Aug 2004
    Location
    VBForums
    Posts
    5,853

    Re: Uploading Excel Data with internal validation

    Yes .. You can
    Please mark you thread resolved using the Thread Tools as shown

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width