int filevalue
string filepath,filename
filevalue = getfilesavename("选择文件",filepath,filename,+"excel",+"excel files(*.xls),*.xls")
if filevalue = 1 then
dw_1.saveas(filepath,excel!,true)
end if
string str_excel_path
registryget("hkey_local_machine\software\microsoft\windows\currentversion\app paths\excel.exe","path",regstring!,str_excel_path)
run(str_excel_path,normal!)