[SOLVED] Write Excel - how to write data to the same workbook but different shee

rowan_growan_g MemberPosts:47Contributor II
edited July 2019 inHelp
Hi,

I've got a couple of loop files operators reading excel and CSV files from within a zip file.
One of the steps in my process is writing the data into different sheets in Excel
My problem is that the write excel operator writes over the excel file rather than adding a sheet with a different name.

Any help would be greatly appreciated.

Cheers,


Edit: Solved -http://rapid-i.com/rapidforum/index.php/topic,6474.0.html
Tagged:

Answers

  • Mickey_EllisMickey_Ellis MemberPosts:1Contributor I

    I have the same problem, but the link that directs to the solution is missing. Can someone provide the solution? Thanks in advance!

  • Marco_BoeckMarco_Boeck Administrator, Moderator, Employee, Member, University ProfessorPosts:1,984RM Engineering
  • sylviashensylviashen RapidMiner Certified Analyst, MemberPosts:3Contributor I
    Hi,

    I got the same problem. But the link doesn't work now.
    Anyone knows how to solve the problem? Many Thanks!

    Regards,
    Sylvia
  • kaymankayman MemberPosts:662Unicorn
    Hi@sylviashen, if you are not afraid of python you can easily achieve this with xlsxwriter.

    Find below an example using 2 imports (can be as many as you want) where each input is written to a different sheet



  • Telcontar120Telcontar120 Moderator, RapidMiner Certified Analyst, RapidMiner Certified Expert, MemberPosts:1,635Unicorn
    The Advanced Reporting Extension (available in the RapidMiner marketplace from@land)has some nice options for writing to Excel files, where you can specify not only the sheet but also specific cells for your output. This is really handy if you have some reporting that is already built in Excel and you simply need to update the relevant data tables. You might want to check it out.
    Brian T.
    Lindon Ventures
    Data Science Consulting from Certified RapidMiner Experts
    sgenzer
Sign InorRegisterto comment.