-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
New user here. Upon first time using this app, I got an error about wrong data type in a column. It took me a minute to realize that the column numbering in config.ini is 0-based. While that is typical for a python application, it is unexpected for regular users of spreadsheets (or for me at least). As you know, in spreadsheets, the first row is row 1 (not 0) and the first column is A. So, I propose that the config.ini file allow for the user to specify the columns by letter. Furthermore, the readme could be updated to instruct users to input column letters in the config.ini. The old numeric input could still be accepted, so this would not be a breaking change. Thoughts?
Metadata
Metadata
Assignees
Labels
No labels