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 product(3列)上にあるTOTAL Consilodate Mail)を背景に緑色で書きたい