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

Added del_row method (and test for it) #337

Merged
merged 1 commit into from Dec 11, 2016
Merged

Added del_row method (and test for it) #337

merged 1 commit into from Dec 11, 2016

Conversation

ghost
Copy link

@ghost ghost commented Dec 19, 2015

The implementation uses that same idea as the one in insert_row method (just shifts rows below up and removes the last row).

@ghost ghost changed the title Add delete_row method Add delete_row method (and test for it) Dec 19, 2015
@ghost ghost changed the title Add delete_row method (and test for it) Added del_row method (and test for it) Dec 19, 2015
@ghost ghost closed this Dec 19, 2015
@ghost ghost reopened this Dec 19, 2015
@techguydave
Copy link

@burnash Is there anything that this is waiting on? It seems like a very important piece missing.

@tracicot
Copy link

tracicot commented Dec 5, 2016

I need this for a project I'm working on. My workaround right now is to loop through the rows and columns and clear out each cell, which is extremely time consuming for the script to run!

Copy and pasting the function into models.py worked fine. :) Would love to have it merged in for the next release.

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

Successfully merging this pull request may close these issues.

None yet

3 participants