Hy @nikhil.s,
You can use the ‘GetWorkbookSheets’ Activity to get all sheets inside an excel file, inside an ‘Excel Application Scope’
Inside each sheet:
- use Read Range Activity
- Loop through the Data table
- input the data into the web
Have a look an workflow that loops through diferent sheets
Loop_Excel_Sheets_Test.zip (36.9 KB)
Is it clear for you
Please let me know if you have any questions
Regards
I need to use column with “fields” as headers and want to fill data in web form such as username textbox = Xxxx so on…
So my column A should act as header
Hy @nikhil.s,
To get data from an Excel sheet use the ‘Read Range’ activity inside an ‘Excel Application scope’ activity
Click the ‘Add Header’ property to true to let uipath knows your sheet has header.
Is this clear to you?
Regards
Will it take my first column as header or first row as header?
@nikhil.s, the first row of the selected range will be considered as header
No, i want complete first column as header is that possible??
Hy @nikhil.s,
Yes it is possible, just leave the range argument in the read range qctivity blank. Ok?!
Have you already prepared a workflow? Please send me to have a look
AllDependencies.json (69.2 KB) PackageCache.json (31.2 KB) ProjectSettings.json (75 Bytes)
settings-1a5b880a.json (1.5 KB) settings-5190454b.json (346 Bytes) settings-590bb27b.json (1.2 KB) settings-9e9290da.json (935 Bytes) settings-1a5b880a.json (1.5 KB) settings-5190454b.json (346 Bytes) settings-590bb27b.json (1.2 KB) settings-9e9290da.json (935 Bytes) test.xlsx (8.0 KB) files.xlsx (7.5 KB) Main.xaml (11.5 KB) project.json (942 Bytes) I will explain it
for example take a facebook signup page
i want to read excel data which consists of first columns first name, last name, number, password… and second column with values such as xxxxx, yyyyyy, 111111, xyz i want fill these values in signup page with foreach row and using type into.AllDependencies.json (69.2 KB) PackageCache.json (31.2 KB) ProjectSettings.json (75 Bytes)
settings-1a5b880a.json (1.5 KB) settings-5190454b.json (346 Bytes) settings-590bb27b.json (1.2 KB) settings-9e9290da.json (935 Bytes) settings-1a5b880a.json (1.5 KB) settings-5190454b.json (346 Bytes) settings-590bb27b.json (1.2 KB) settings-9e9290da.json (935 Bytes) test.xlsx (8.0 KB) files.xlsx (7.5 KB) Main.xaml (11.5 KB) project.json (942 Bytes)
Hy @nikhil.s,
Your post looks to messy, it is difficult to undertand
Could you zip all your process folder and upload a single zip file?
Thanks
my mistake
ExcelTextPropero.zip (45.0 KB)
I will explain it
for example take a facebook signup page
i want to read excel data which consists of first columns first name, last name, number, password… and second column with values such as xxxxx, yyyyyy, 111111, xyz i want fill these values in signup page with foreach row and using type into. If i take first column as header i can easily use header to implement values to fill it
Hy @nikhil.s,
You are very close from your goal!
Whenever UiPath fails to recognize a selector, you can use the ‘Repair’ button so UiPaith will try to remap the selector, it may take a couple of times depending on the component.
You could also use the Open in Ui Explorer to help you set up the selector mannualy.
Please have a look my workflow, I adjusted the selector using the repair method.
I ask you to like my posts and mark my answer as a solution, it helps me.
Thank you
Happy Automation
ExcelTextPropero.zip (45.3 KB)