From the course: Complete Guide to UiPath RPA Development
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
Overview - UiPath Tutorial
From the course: Complete Guide to UiPath RPA Development
Overview
- [Instructor] Now that we've discussed the data table variable, which is an in-memory data structure capable of holding rows and columns, I'd like to talk about how we can read and write Excel spreadsheets or workbooks with the help of a data table variable. Excel spreadsheets or workbooks are also data structures similar to the data table, but they are a physical file holding structured data. And again, structured data just means a predictable, repeating data format representing items of a similar type, maybe it's users or customers or orders. We'll be dealing with rows which have indexes like 1, 2, 3, and by default, columns are labeled using alphabetical letters like A, B, C. And we reference the data in any given cell using a combination of column plus row. So A23 would be the data in column A, row 23, and so on. Your spreadsheet can have a header row right before where the data starts, and that would simply provide our column names like first name, last name, customer ID, and so…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
(Locked)
Overview2m 17s
-
Excel/worksheet activity overview7m 47s
-
(Locked)
Excel vs. workbook nuances6m 15s
-
(Locked)
Read Range - Workbook6m 35s
-
(Locked)
Read Range - Excel8m 14s
-
(Locked)
Write Range - Workbook & Excel8m 3s
-
(Locked)
Read range, modify data table, then write range16m 4s
-
(Locked)
Read and write cell data8m 30s
-
(Locked)
Challenge: Read Excel config file2m 39s
-
(Locked)
Solution: Read Excel config file7m 49s
-
(Locked)
-
-
-
-
-
-
-
-
-
-
-
-
-