I am trying to render multiple tables onto the same spreadsheet but want to keep them on separate tabs. I know how to create multiple tabs using the "Output Data" tool but I would like to keep the table formatting. Is there a way to do this?
@avalachovic one approach is to output the formatted reports to separate files and then use a python script to merge the workbooks. See the below thread if you are interested in this approach.