Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flexible Column Labels #17

Open
kevincar opened this issue Apr 11, 2021 · 0 comments
Open

Flexible Column Labels #17

kevincar opened this issue Apr 11, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@kevincar
Copy link
Owner

Problem

Currently the SheetObjectDictionary requires that the number of columns within the speadsheet match up with the number of object data members. A nice addition would be to allow for other columns that may be ignored by the class/object.

Proposed Solution

For reading in the data The entire sheet can be read in as an array of dictionaries, and the class constructor can simply pull in data it wants. and store the rest in a variable called "The Rest" or something with the associated column names etc.

For writing in the data The data is written back as normal.

@kevincar kevincar added the enhancement New feature or request label Apr 11, 2021
@kevincar kevincar self-assigned this Apr 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant