I'm using REST web services provided by Spring Framework. I need to download an excel sheet but i also need to donwload the sheet on basis of some selected parameters. I'm sending a request class object as the Body to a POST Rest call(@RequestBody)I'm using REST web services provided by Spring