Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on July 4, 2023 5:50AM
Likes: 0
Replies: 2
I HAVE ATTAHED REQUIRED OUTPUT.
Hi @prash_
,
You can use the multi-sheet excel export pluginn to export multiple datasets into a single multi-sheet Excel file.
Cheers,
Ashley
So from the image you shared it looks like you are trying to get multiple datasets of different layouts onto the same worksheet in an excell workbook. Is that your intent? Or was this just an easy way to show your results in a single image?
If I remember correctly @AshleyW
method will work if you want to put different data sets into different worksheets in a single workbook file. This is the typical use case in this community. That said this approach may not work to put multiple different datasets into the same worksheet in an excel workbook. Which appears to be what you are showing in your example image.
If you need a more complicated layout taking multiple datasets and puts them into the same worksheet; that may be a bit more complicated project.
If you want to try a bit of python programming there are a few python packages that may help. Here is a startup article that discusses some of the typical ones that people tend to use. https://learnpython.com/blog/python-package-for-excel/
That said here are some discussions of doing this second multiple data frames on a single work sheet.
https://stackoverflow.com/questions/32957441/putting-many-python-pandas-dataframes-to-one-excel-worksheet
This video seems to have an answer to this use case.
I hope that @AshleyW
or my suggestions might be of assistance. Let us know how you get on with your project.