Can you send me your .do file so I can check out why your notes may not be showing up?
To export table1 as an excel file you use the ,saving(filename.xls, replace) option. Here is an example:
sysuse auto, clear
table1, by(foreign) vars(price conts \ weight contn \ rep78 cat) format(%2.1f) saving(auto.xls, replace)