Charu Tiwari

Results 4 comments of Charu Tiwari

Hi @Siemienik, I am not able to solve it. This is what i have. the above error is content security policy error.

@Siemienik Here it is. Below function is being called when button is clicked. ``` import * as Excel from 'exceljs'; exportExcel(){ var workbook = new Excel.Workbook(); var worksheet = workbook.addWorksheet('Log');...

@papandreou Perfect Solution. It is working for me. Thank You. After I added `script-src: 'self' 'unsafe-eval'`.This is the working modified code: ``` var workbook = new Excel.Workbook(); var worksheet =...

Is this issue fixed? It is generating blank pages when number of pages increase more than 15 or 16.