I have a sas program that exports data to an a tab in an excel workbook. It is basically a data dump with no formatting. The sas job is set to run daily when it replaces the data in the tab often the cells in the workbook will be randomnly filled in with colours. It's almost like the sheet takes colours from other tabs in the workbook but I don't know why. No formatting required. Here's my export code.
PROC EXPORT DATA=adl
OUTFILE= "X:\Customer Service\2015_data.xlsx"
DBMS=EXCEL97 REPLACE;
SHEET = "data";
RUN;
Your DBMS should be something like EXCEL, EXCELCS or XLSX but probably not EXCEL97
Ok thanks I will try that
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 lock in 2025 pricing—just $495!
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.