I am writing a client-side script.
I need to read an Excel file from the client location, do some modifications and return it. I can read the file and do the modification but how do I return it?
I also have to consider the performance of the website.