I have date from which I need to create multiple tables and then put headings over them from a particular column from the data. The headings are different for each entry.
At the end, the excel sheet should have multiple tabs, each containing a table with one line from the data, heading should be h3 and tab name should be h1.
In the attached method, all the headings are present on top of each table in each tab. Please help out with this issue.
@saachitalwar
can you please add expected output
will be able to help on this.
expected output would be something like below. different elements going to different tabs in one excel sheet.
head1
h1 | h2 |
a | f |
head2
h1 | h2 |
b | g |