uploading excel from other machine

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sangeethakrishnan
    New Member
    • Nov 2007
    • 6

    uploading excel from other machine

    hi,
    I have developed coding to perform some bussiness logic.so,whoeve r runs the coding ,it should upload the excel file from their machine and performs the operation.so,I need codings to upload excel in C#.Net.
  • mzmishra
    Recognized Expert Contributor
    • Aug 2007
    • 390

    #2
    Upload excel file to where?

    Comment

    • sangeethakrishnan
      New Member
      • Nov 2007
      • 6

      #3
      Originally posted by mzmishra
      Upload excel file to where?
      if the user selects the path of the excel file ,it should reads the content ,performs operation & stores in the DB
      for ex,
      if the excel sheet has name & the new address
      the operation is changing address....
      whoever runs the code ,they will be having one excel file.
      the code should read the excel file from user machine and should change the old addr with the new one corresponding name in the DB
      need codings in C#.Net.

      Comment

      • mzmishra
        Recognized Expert Contributor
        • Aug 2007
        • 390

        #4
        well what I understand U want to read the content of Excel file and write it to DB.

        See this thread
        http://www.thescripts. com/forum/thread166603.ht ml

        Comment

        • sangeethakrishnan
          New Member
          • Nov 2007
          • 6

          #5
          Originally posted by mzmishra
          well what I understand U want to read the content of Excel file and write it to DB.

          See this thread
          http://www.thescripts. com/forum/thread166603.ht ml


          I want to read an excel file(on my local machine) in a web application(app lication resides on a remote machine) without uploading(savin g) the file on the remote machine using ASP.net.

          Comment

          Working...