ag-grid-angular-example
ag-grid-angular-example copied to clipboard
exceljs package: How to increase the Comment(cell.note()) size in angular .
We are using exceljs package to generate the excel in angular 10. As per requirement excel comment box size need to increase and o show all the data . Can you please guide me how to increate width and height of the comment box .
worksheet.getCell('A1').note = 'This is my Comment not message size test . Need to increase width and height';