Extract a Table from a Worksheet
Locates and extracts a table from an Excel worksheet.
Overview
This procedure locates and extracts a table from an Excel worksheet.
Prerequisite Data
These required data elements must be present in the automation before using the procedure.
Data Name
Data Type
the worksheet
Excel Worksheet
Syntax
Below is a line-by-line overview of the automation syntax. Expand each line to learn more.
Examples
1. Extract a Table by Specifying a Description
extract a table from the worksheet where
the description is "This is a table which calculates housing cost information"
2. Extract a Table by Specifying the Location
extract a table from the worksheet where
the location is "A1:B10"
3. Extract a Table by Specifying Headers
extract a table from the worksheet where
the first header is "Name"
the last header is "Age"
Last updated
Was this helpful?