I'm trying to find all the UNIQUE numbers of a column, but when i use the Excel function UNIQUE Excel makes a @ infront. I use xlwings, and have used (if, sum, average) function without any problems.
sheet.range('X1').value = ['=UNIQUE(A:A,FALSE,FALSE)']
Then excel writes it as: =@UNIQUE(A:A;FALSE;FALSE)