I working on project where I need to enable users to export data from website (java/jsp based) and then make changes to that data and upon save/button click the excel updates should be reflected on the website.
I managed to write a java utility that allows a user to export data in excel format. However, I have no idea on how to send the data from excel to remote server/website. I started writing vba in excel (user will manually copy the exported data into this vba excel file) which communicates to the server via xmlhttp but did not make much progress.