No idea, but easy enough to test. Doesn't seem to change much, but there are some slight changes, eg. alignment of headers. ods tagsets.excelxp file="C:\temp\test.xml" style=journal options(sheet_interval="proc"); proc print data=sashelp.class; run; ods tagsets.excelxp style=meadow; proc print data=sashelp.class; run; ods tagsets.excelxp close;
... View more