Skip to main content

Get All Data

Overview


Gets all data from an Excel Sheet and outputs it as a Table

Input

Workbook

NameRequiredDescription
Workbook InstanceWhich Workbook instance to modify.
NameRequiredDescription
Worksheet PositionThe position of the worksheet in the document.
Sheet NameThe worksheet name.
Use Sheet NameWhen enabled, the sheet name will be used to find the worksheet rather than the position.
First Row HeaderIf true, will treat the first row of data as column headers.

Output

DataTable A DataTable containing all inputted Excel data