I have built a single workflow with three streams that would give three outputs. I need to write these outputs to the same Excel worksheet in different ranges. For example, the first output should start at A1, the second should start at H1, and the third should start at O1 -- all in Sheet 1 of the workbook. I would also want to color the ranges in different colors. I have managed to write the outputs to different sheets, but have not figured out a way to write to the SAME sheet starting a different columns and color the cells that contain the outputs. Any idea?