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