excel 表格中
stkcd accper net fixed asset total asset
導入后變成
stkcd accper net fixed asset total asset F5
為什么多出一個變量
導入程序:
proc import datafile="C:\Users\catcat\Desktop\hebing.xlsx" dbms = excel replace out=hebing;
range = "sheet1$";
getnames = yes;
run;