I've then modified my script to create a string variable, using getRange.getText() and then I'm passing that variable into the addImage() function functionmain(workbook:ExcelScript.Workbook,base64ImageString1:string,base64ImageString2:string){constsheet=workbook.getWo...
"file.pdf"))); ServletOutputStream outStream = response.getOutputStream(); //to make it easier to change to 8 or 16 KBs //make some tests to determine the best performance for your case int FILE_CHUNK_SIZE = 1024 * 4; byte[] chunk = new byte[FILE_CHUNK_SIZE]...