outreg2 using tablename, e(all) replace excel ctitle(XX) dec(X)
outreg2 using tablename, append excel ctitle(XX) dec(X)
The first command create a .csv file and the second command add the result into the same file. You can define the column title and decimals as well. Hope it's helpful.