TagUI
TagUI copied to clipboard
Update reference.rst
// example of copying from csv to xlsx, the logic is assign csv to variable data, and then assign to xlsx data = [csvtest.csv]Sheet1!A1:D7 [exceltest.xlsx]Sheet2!A1 = data