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

Support idemponent (dict) column order for row appending with empty cells #59

Open
synergiator opened this issue Apr 5, 2019 · 2 comments

Comments

@synergiator
Copy link

Currently, you have to append rows exactly following the headers' scheme.

Imagine though a situation where you would like to set cell values in some random order and maybe let some cells empty.

That is, you would just create a dict, fill in some values with headers' keys and pass it to append_row, the logic then figures out dynamically how to proceed.

@synergiator synergiator changed the title Suppport idemponent (dict) row appending with empty cells Suppport idemponent (dict) column order for row appending with empty cells Apr 5, 2019
@synergiator synergiator changed the title Suppport idemponent (dict) column order for row appending with empty cells Support idemponent (dict) column order for row appending with empty cells Apr 5, 2019
@pri22296
Copy link
Owner

pri22296 commented Apr 8, 2019

How does a separate method append_row_from_dict sound?

@pmury
Copy link

pmury commented Apr 30, 2019

great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants