ods listing close;
ods tagsets.excelxp file='Y:\fonts\CC_ACQ_fonts_v2_har.xls' style=sasweb
options(sheet_name="CC_ACQ_JUN12_V2");
proc report data=work.matrix_input nowd
style(report)={font_face=times font_size=1 font_weight=bold bordercolor=black}
style(header)={font_face="Times New Roman" font_size=8pt font_face=times cellwidth=1in background=gray foreground=black font_weight=bold bordercolor=black }
style(column)={font_face="Times New Roman" font_size=8pt
just=center cellheight=15in font_face=times};
column CELL offer_description pop product;
run;
ods tagsets.excelxp close;
ods listing;
知道excel中的第一列是CELL 知道上面的CELL(列名)我想写BY:CELL(在另一个单元格中)和上面的offer_description pop产品(3列)我想写TOTAL Consildate Mail),以绿色为背景