I have been using exceljs to create excel files and downloading them. I have currently run into the problem of grouping them something like this: Click here for grouping example
Is there any way of doing this using exceljs? I have tried doing something like
worksheet.addRows([['Hello'],['Hello']]);
but that just puts them one above another and does not group them.