Skip to content

Allow to write out lists in vertical orientation to Excel #11

Description

@fzumstein

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions