Skip to content
This repository was archived by the owner on Aug 26, 2022. It is now read-only.

Make cell index starting from 0,0 or 1,1 an option #24

Closed
Thaledwyn opened this issue Sep 19, 2018 · 1 comment
Closed

Make cell index starting from 0,0 or 1,1 an option #24

Thaledwyn opened this issue Sep 19, 2018 · 1 comment

Comments

@Thaledwyn
Copy link

Thaledwyn commented Sep 19, 2018

For me, it is somehow annoying that Sheet.Cells(0, 0) is the upper left cell instead of Sheet.Cells(1, 1).
Feels counterintuitive.

Maybe you could have some workbook flag where you can decide if you want to start from 0,0 (to ensure compatibility for existing projects) or using 1,1 (like it is also in Excel VBA).

Workbook.ZeroBasedCoords = False/True
or:
Workbook.CellIndexBase = 0 / 1

@mstum
Copy link
Owner

mstum commented Aug 25, 2022

#43

@mstum mstum closed this as not planned Won't fix, can't repro, duplicate, stale Aug 25, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants