Writing multiple data in a single excel file sheet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2022 09:12 PM
Hi, Good day,
I have got a requirement to append the data in an excel as the incoming data is coming from various sources. Since the append operation is not allowed, I would like to know if is there any way of loading the data in different sheet names in the same excel file.?
Thanks,
Harshavardhana

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2022 12:27 AM
Hi @Harsha3 ,
I think that the Excel Multi Sheet Formatter can help you with this.
input0 and input1 are data from different sources.
Let me know if this helps you.
BR,
Marjan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2022 09:04 AM
Hi @Harsha3,
Solution provided by @marjan.karafiloski should work, it has worked for me previously. Please test it out at your end, you can also rename the sheet names, make it more dynamic including the current date as well.
For example, sampleSheet_Date.now(), remember to select the “=” decorator for customizing the name dynamically based on date.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2022 07:29 PM
Thanks so much, may I know how to read excel with multiple sheet names without passing the value as a parameter i.,e wanted to read the data in all the sheets in excel at once without being passed as a parameter each time.
