Suppose I have to write data a Microsoft Excel Workbook, I need to create a table with 5 rows and 4 columns, now in row 3 and column 4, I want to create a table with 3 column and 4 rows.
Using laravel-excel
how can I achieve this? I have created the main table, but don't know how to create the inner table. Is it possible ?