Writing into multiple sheets in an Excel
Hello,
Is it possible to write into multiple sheets in an excel?
I tried using the same excel file name but changed the sheet names in "Write excel" operator for different subprocess. This is not working as it is replacing the old excel file with the new sheet name.
Is there any other way I can write into multiple sheets using excel operator in RM?
Thank you
Is it possible to write into multiple sheets in an excel?
I tried using the same excel file name but changed the sheet names in "Write excel" operator for different subprocess. This is not working as it is replacing the old excel file with the new sheet name.
Is there any other way I can write into multiple sheets using excel operator in RM?
Thank you
Regards,
Varun
https://www.varunmandalapu.com/
Varun
https://www.varunmandalapu.com/
Be Safe. Follow precautions and Maintain Social Distancing
Tagged:
0
Best Answer
-
IngoRM Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, Community Manager, RMResearcher, Member, University ProfessorPosts:1,751RM FounderHi@varunm1
Not with the regular Write Excel operator. There are a couple of workarounds for this:- using a third-party extension (not free)
- using an R script
- using a Python script
They are discussed here with examples:https://community.www.turtlecreekpls.com/discussion/45854/wrinting-an-excel-file-with-multiple-sheets#latestHope this helps,
Ingo
6
Answers
I somehow missed these workarounds already available on the community. They are useful.
Varun
https://www.varunmandalapu.com/
Be Safe. Follow precautions and Maintain Social Distancing
Scott
My team has estimated the effort of implementing this feature recently, so it's quite safe to say it will make its way into the product eventually.
没有时间,所以不要打电话给我out after the next release and complain if it's not there yet, otherwise I will have to stop giving little sneak peeks here
Regards,
Marco
Nice to see, that his might eventually becomes a standard feature.
Varun
https://www.varunmandalapu.com/
Be Safe. Follow precautions and Maintain Social Distancing
Either way, this seems to be a good candidate for someone to create a building block that wraps a python and/or R short-term fix. I started to look into it today and one challenge will be being able to pass the building block an unknown number of example sets from RM.