Excel Get Data (dbl) VI
- Updated2024-07-30
- 3 minute(s) read
Retrieves data from the current worksheet. The data type you wire to the data type input determines the polymorphic instance to use.

Inputs/Outputs
—
report in is a reference to the report whose appearance, data, and printing you want to control. Use the New Report VI to generate this LabVIEW class object.
data type
—
data type sets the type of data the VI returns.
start (0, 0)
—
start defines the beginning of the range of cells the VI returns.
error in (no error)
—
error in describes error conditions that occur before this VI or function runs.
name ("")
—
name describes the named range from which the VI retrieves data.
—
report out is a reference to the report whose appearance, data, and printing you want to control.
data
—
data contains the data from the worksheet.
error out
—
error out contains error information. If error in indicates that an error occurred before this VI or function ran, error out contains the same error information. Otherwise, it describes the error status that this VI or function produces. |
Excel Get Data Details
To return a numeric value, use the start cluster or the name input to specify the cell from which you want to return the value. To return an array, wire both the start and end clusters or the name input to specify the range from which you want to return the array. If the start and end clusters remain unwired, the VI returns the entire used section of the current worksheet.
—
data type
—
start (0, 0)
—
start row
—
error in (no error)
—
name ("")
—
—
data
—
error out
—