I have implemented a function that let's users save content from a hashmap in an excel file. The code to do so is server-side. I want the user to be able to save the file in an optional file location on his/her own computer.
I have read quite a few post on stack overflow, where specifics on how to do so is discussed. But I can't see the whole picture.
Any htought on how I should tackle this problem?
I am using GWT and apache poi for the excel file generation.