An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
It's really simple. Create a process that reads the data you are displaying as a table and use the Write Excel operator to write it into binary format. Take this output (the purple line in the process below) and use this as the result port.
Next create a visualisation in your RapidMiner Server WebApp and select Binary as the output format.
Give it a nice name for the downloaded file in the options (for example myExcel.xlsx)
You can use RawHTML in place of the text (where it says "Download" in the component options) and you'll be able to change it into a button pretty easily.
Hello @mengkoon007,
It's really simple. Create a process that reads the data you are displaying as a table and use the Write Excel operator to write it into binary format. Take this output (the purple line in the process below) and use this as the result port.
Next create a visualisation in your RapidMiner Server WebApp and select Binary as the output format.
Give it a nice name for the downloaded file in the options (for example myExcel.xlsx)
You can use RawHTML in place of the text (where it says "Download" in the component options) and you'll be able to change it into a button pretty easily.