Unable to download file using downloader.download

Hi,

I have used poi library to write file, when the file is created and i am trying to download the file no exception is getting printed nor the file is getting download.

try {
workbook.write(bos);
} finally {
bos.close();
}
bytes = bos.toByteArray();

[*log*](http://log.info)[.info](http://log.info)("Excel written successfully..");
downloader.download(bytes, "user-territory-mapping", DownloadFormat.*CSV*);

Jmix version 1.5

Hi,

Could you please attach a demo project that reproduces the problem or describe in detail how to reproduce it?

Regards,
Gleb