You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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
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.
The text was updated successfully, but these errors were encountered: