Adithya Krishna

Results 1 issues of Adithya Krishna

Hi I have this piece of code in **SampleController.groovy** which downloads sample excel def xls = new WebXlsxExporter(filePath).with { response.setHeader "Content-disposition", "attachment; filename=samole.xlsx" response.contentType = 'application/vnd.ms-excel' LOG.info("sample Excel") save(response.outputStream) }...

0.x