Skip to content

Feature required: Replace use of (u32, u32) with a type that specifies what is row and column #625

@Erik1000

Description

@Erik1000

Using (u32, u32) has no information whether the first is the row index or the second. IMO this would improve UX. Also it if there was a struct, handling of excel native coordinates like A1 can be supported via converting into this struct.

Currently, I have a lot of helper functions that convert between (u32, u32) and excel coordinates and just messed up with row vs column.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions