Dynamically make headings for multiple tables
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
saachitalwar
8 - Asteroid
‎05-22-2024
06:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
Labels:
- Labels:
- Output
- Transformation
2 REPLIES 2
Raj
16 - Nebula
‎05-22-2024
01:20 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@saachitalwar
can you please add expected output
will be able to help on this.
‎05-23-2024
02:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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 |
