Hi ,
I had created an Xlsx file
Workbook hwb = new XSSFWorkbook();
But i am unable to write xlsx file on local storage.
I tried temporaryStorage.putFileIntoStorage which is used to store uploaded files on local storage
but unable to store xlsx files which is created manually.
Also how to download files which are stored in the local storage.