Hi Cynthia, Just to follow up on this discussion, I did get in touch with SAS support. There is an existing defect with tagsets.excelxp regarding the indents, which should be corrected in the next version of SAS. In the meantime, I was given a workaround in the form of a new exceltags.tpl file and some code to insert before the ods statements: ods path(prepend) work.templat(update); %include "<file location of exceltags.tpl>";
... View more