1.1.29 OA_Wks-PutData


Description

Send a 2D array to an Origin worksheet, starting from the c1 column. Starting row index (0 offset) is specified by Row 1, which you can set to -1 to append to existing data

Connector Pane

OA Wks-PutData.png

Controls and Indicators

CI num c.jpg Row1 is the index of the start row of the import data. Default value is 0. Please note that this option is available since Origin 8 SR6.
CI ref c.jpg Origin.Worksheet is a reference to Origin.ApplicationSI.
OA 2Ddata.png 2d Data is a 2d array that will be set to a worksheet.
CI num c.jpg c1 is the index of the start column of the import data. Default value is 0.
CI err c.jpg error in(no error) contains error information that occur before this VI or function runs.
CI ref i.jpg Origin.Worksheet Out is a reference to Origin.Worksheet.
CI tf i.jpg PutData Result is a bool variable showing whether the "2d Data" has been inputted into the worksheet correctly.
CI err i.jpg error out contains error information.
Note: This VI is available since Origin 8 SR4.