Hello,
I have three excel workbooks and each of them contains at least 7 sheets. I have been able to append the files using xls2dta (xls2dta is from SSC). Say Workbook 1 is named as data containing sheets John Peter Joseph ... Workbook 2 is named as data2 containing sheets Sam Oliv .....The appended data display workbook names i.e. data data1 in the from generated variable but I would like to display the excel sheets for further follow-ups. Please help. My command is
xls2dta, clear allsheets importopts(firstrow) generate(from) : append using ., force
I have three excel workbooks and each of them contains at least 7 sheets. I have been able to append the files using xls2dta (xls2dta is from SSC). Say Workbook 1 is named as data containing sheets John Peter Joseph ... Workbook 2 is named as data2 containing sheets Sam Oliv .....The appended data display workbook names i.e. data data1 in the from generated variable but I would like to display the excel sheets for further follow-ups. Please help. My command is
xls2dta, clear allsheets importopts(firstrow) generate(from) : append using ., force

Comment