This will be very handy for 1d arrays/lists. If you want to write out a 1d NumPy array in column orientation you currently have to do something like this for 1d arrays:
Range('A1').value = 1d_array[:,np.newaxis]
It should be easier like this:
Range('A1').vertical.value = 1d_array
This will be very handy for 1d arrays/lists. If you want to write out a 1d NumPy array in column orientation you currently have to do something like this for 1d arrays:
It should be easier like this: