Restructure : Join Worksheets by Label
Join multiple worksheets by matching label row
Minimum Origin Version Required: 2015 SR0
wjoinbylabel irng:=[Book1](Sheet1,Sheet2) label:=L unmatch:=1 multiple:=1;
Please refer to the page for additional option switches when accessing the x-function from script
Input
Range
This is used to specify the input worksheet range.
The syntax is: ([BookName]SheetName!, [BookName2]SheetName2!)
string
Columns will be joined together according to their Label Row: including Long Name, Units, Comments etc. Please refer to Column Label Row Characters for the single character of each column label row.
int
0 = None, 1 = Range, 2 = Book Name, 3 = Sheet Name, 4 = Use index constructed in index to identify dadtaset source, 5 = Show sheet label of source worksheet.
Format is start:increment. For example, >code?1:2</code> will indentify source worksheet as 1,3,5,...
Output
Worksheet
This X-Function is used to join multiple worksheets into a single worksheet by matching label row, according to the method specified.
You can got the Origin Help page about this tool to learn the details of the functionality of this tool.
wAppend, wjoinbycol, wjoincols
Keywords:merge, combine