Why you need Small Starter Pack?
First time on Robotic Process Automation (RPA) and UiPath? Don't have an idea for automation?
Small starter pack will help you to learn and familiar with UiPath. We provide UiPath Starter Pack to let you experience the look and feel of UIPath and trial it yourself. We offer support for you to plan, build, manage, run, and measure automation using UiPath.
Generate Excel Report from Database
Do you ever feel you are spending more time on creating reports than you are spending analyzing your reports? Manual work of transferring data from your databases to Excel is very time-consuming.
How UiPath Help Generate Excel Report from Database Automation?
UiPath robot capable of mimicking human user actions.
UiPath robot will help you to improve the speed of the operation, accuracy and end the repetitive tasks. UiPath gives you back your time to instead spend it making critical business decisions based on the data in your reports.
Generate Excel Report from Database Automation using UiPath
Build automation with no code using UiPath StudioX
-
Create a new project by selecting a blank task in the new project section.
-
Fill in the process name, location, and description
-
Let's build the UiPath robot
-
Click Manage Packages - Add UiPath.Database.Activities - Install - Save
-
Click Manage Packages - Add Balareva.Excel.Activities - Install - Save
-
Add activity Database connect - choose data source
-
Click tab variable and set sheet
-
Add activity Sequence - add activity Execute Query and set connection to database to get PO data
-
Add activity Multiple Assign
-
Add activity Sequence - add activity Execute Query and set connection to database to get SO data
-
Add activity Multiple Assign
-
Add activity Sequence - add activity Execute Query and set connection to database to get Exchange Rate data
-
Add activity Assign
-
Add activity Excel Application Scope and set outputPath
-
Add activity Write Cell for sheet PO
-
Add activity Write Range for sheet PO
-
Add activity Write Cell for sheet SO
-
Add activity Write Range for sheet SO
-
Add activity Write Cell for sheet Exchange Rate
-
Add activity Wite Range for sheet Exchange Rate
-
Add new Sequence to format existing data in Excel into a table
-
Add activity Change Cell Type
-
Add activity Create Table
-
Add activity Start Process to open file excel
-
Click the button "Run"