Hello!
I am doing export sas data to excel through proc export.
My code looks like:
proc export data=table1 outfile=&path. label dbms xlsx replace; putnames=yes; sheet='Sheet1' %run
But when I am getting data to excel all columns are randomly autofitted.
Does anybody know, can I add something in the code to get excel column width being having default value(64)?
THX!
Understood. Perhaps Ods Excel is the only solution. Thank you 🙂
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and save with the early bird rate—just $795!
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.