i have a temp dataset that I use ODS to output as a .xlsx:
ods excel file="/myDir/…/myFile&datz..xlsx" options(sheet_name="mySheet0"); proc print data=temp1 noobs label; run;
and i send to email with
…
attach = ("/myDir/…/myFile&datz..xlsx" content_type="application/xlsx")
…my issue is, when i retrieve the file, i cannot add filters or do anything with the data...unless i simply add another sheet to the workbook; then i can interact with it. How can i send an email with a .xlsx file that is useable without having to create a new sheet each time i open it?
Thank you
I know what you mean - it's like yellowish and kind of stands out at the top of the workbook. However, for these ones, that option is not there. i save it to my desktop and i still cannot edit it until i create a new sheet. i look in the advanced options of excel and allow editing is checked off.
Any other ideas out there?
Dive into keynotes, announcements and breakthroughs on demand.
Explore Now →Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.