Hi
I am looking for some example like download the workbook to
local download(when we call rest service) folder using the aspose workbook…
I have saved the work book as below.
ByteArrayOutputStream outputStream = new ByteArrayOutputStream()
workbook.save(outputStream, FileFormatType.XLSM);
Not sure how to proceed further.
Your suggestion would be very