I do not know if this is the intended behaviour, but it is different behaviour...
In v0.7
xw.Range(Sheetname, 'x').options(transpose=True).value = x
writes a column below the cell with the name 'x'
In v0.9
xw.Range('x').options(transpose=True).value = x
writes column below the cell X1
Appreciate your advice...
Regards
I do not know if this is the intended behaviour, but it is different behaviour...
In v0.7
xw.Range(Sheetname, 'x').options(transpose=True).value = x
writes a column below the cell with the name 'x'
In v0.9
xw.Range('x').options(transpose=True).value = x
writes column below the cell X1
Appreciate your advice...
Regards