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

Inserting columns #798

Closed
AlexeyDmitriev opened this issue Jul 28, 2020 · 1 comment · Fixed by #802
Closed

Inserting columns #798

AlexeyDmitriev opened this issue Jul 28, 2020 · 1 comment · Fixed by #802

Comments

@AlexeyDmitriev
Copy link
Contributor

I want to insert new columns (between existing columns)

It seems that it's supported by underlying API but not in the provided

I just need inserting empty column, but it's probably makes sense to make the API the same as with insert_row/insert_rows

I'm ready to provide a PR for that if it's fine

@burnash
Copy link
Owner

burnash commented Jul 28, 2020

I'll be happy to get a PR for this. Please call the method insert_columns() for consistency. It would be great if the method signature is consistent with insert_rows(). I also think that having only one (multi) method should be enough as it can handle both single and multi-column insertions.

AlexeyDmitriev added a commit to AlexeyDmitriev/gspread that referenced this issue Jul 29, 2020
burnash pushed a commit that referenced this issue Oct 20, 2020
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants