Relative Content

Tag Archive for javaspringrest

How to download Excel file dynamically in a REST Controller?

We are migrating our session based application to REST APIs. In our current application, downloading small excel files dynamically by writing generated excel work book to OutputStream which we get from HttpResponse object. Below is the current code to download excel.