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

Delete Dimension #649

Open
ahmedrizwan239 opened this issue Sep 4, 2023 · 3 comments
Open

Delete Dimension #649

ahmedrizwan239 opened this issue Sep 4, 2023 · 3 comments

Comments

@ahmedrizwan239
Copy link

I was trying to delete some rows, but it didn't work for me, on spectating the function in the core file i.e GoogleSpreadsheetWorksheet.js I found out that is a void function, I would like contribute to make this function workable.

@theoephraim
Copy link
Owner

theoephraim commented Sep 7, 2023

yeah you can delete populated rows via the row based api, but directly using the deleteDimension call is not yet implemented. Feel free to open a PR - it should be fairly straightforward. Otherwise I'll try to get to it when I can!

@ahmedrizwan239
Copy link
Author

Thanks for the opportunity, I've opened a pull request. Do have a look, Thanks!

@ururk
Copy link

ururk commented May 15, 2024

Any action on this? I'm running into an issue where I need to delete rows and would prefer to keep everything within the node-google-spreadsheet library.

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

No branches or pull requests

3 participants