Download excel file from JAX-RS
In JAX-RS, for excel file, annotate the method with @Produces("application/vnd.ms-excel") : 1 - Put @Produces(“application/vnd.ms-excel”) on service method , 2 - Set “Content-Disposition” in Response header to prompt a download…