請問有人知道怎麼把This is Page2 顯示在第2頁嗎? 十分感謝. (輸出結果可以在附近中看)
data temp;
k=1;
run;
Ods excel
file="C:\test.xlsx"
style=Journal options( sheet_interval='none' sheet_name="Page1" frozen_headers = '3' );
run;
ods text="This is Page1";
proc print data=temp;
run;
ods excel options(sheet_name="Page2");
ods text="This is Page2";
proc print data=temp;
run;
ods excel close;



雷达卡


京公网安备 11010802022788号







