cellstyle _row_ in (16) as {BackgroundColor=Palegreen },
_row_ in (15) as {BorderBottomStyle=Solid },
_row_ in (14) as {BackgroundColor=Limegreen },
mod(_row_,2) as {Background=Honeydew},
_col_ = 1 as {Width=1.2in BorderLeftColor=Black},
_col_ = 2 as {Width=2in},
_col_ = 3 as {Width=.6in},
_col_ = 4 as {Width=.5in},
_col_ = 5 as {Width=.9in};
run;
ods path (prepend) Mystore;
既然都用DDE了,可以直接用DDE去改所有格式,抛个砖
put %unquote(%str(%'[select("r&row_startno.c&col_startno.:r&row_endno.c&col_endno.")]%'));
put '[format.font("arial",10,false,false,false,false,1,false,false)]';