I need to download excel file from website and read excel file every time it downloads with country name and today date how to save this file please suggest
example"CorePortCap__AZ_666_08012019.xls"
Hi @thima
If u are using ie browser click download button from website and below you will get download notification bar click on save as and save as dialog box appear
Use read range based on downloaded file
Use type into as Coreportcap___Now.tostring(“MMddyyyy”)
Use Save As option in the browser
2.Using TypeInto Activity
“CorePortCap_”+CompanyName.ToString+“_”+Now.ToString+“.xlsx”
3.Click Save using Click Activity.