I have a button to export a excel file with the data(JSON format). I can able to do for one table but I want to have multiple tables(different datasset-JSON) in the same excel sheet and export that file as shown below.
I'm using exceljs and file-saver with angular2 in node environment. please guide me with the right approach. Thanks in advance.