0

Until now I was using epplus for excel file reading writing - standalone application. Bt I've moved to web version, is it possible to read excel file or say 'to manipulate excel file jQuery/JavaScript/AJAX.

1
  • 1
    There are some js libraries to do it (like SheetJS) Commented May 4, 2015 at 10:58

1 Answer 1

1

Yes, you can do this in similar fashion.

  1. Upload an excel File
  2. Read the uploaded file and return the data and bind a grid.
  3. Allow the user to modifiy the data
  4. Post the data back (or use ajax to post the data)
  5. Write the new data in a new excel File and Download it.

You can use the same EPPlus library or NPOI library to read/write. Also you can use Excel DataReader to read the excel file.

Sign up to request clarification or add additional context in comments.

2 Comments

that's for application specific...that would be same for web version?
Usually in the web version its prefered not to use any com component. If your existing code is not using and com component you can reuse the same for web version.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.