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 a worksheet row #79

Open
pressr-inl opened this issue Sep 6, 2023 · 1 comment
Open

Delete a worksheet row #79

pressr-inl opened this issue Sep 6, 2023 · 1 comment

Comments

@pressr-inl
Copy link

I am not seeing any way to remove a worksheet row. I need to finds and remove rows from a few worksheets and add some new rows and save.

@RobGray-au
Copy link

RobGray-au commented Sep 16, 2023

dont believe that is supported directly. each row has a row number, so to delete, your have to move all the rows below up by settign their row number = rn-1

the extension Rows.Append does not appear to work either. my testing shows that to add a row, need to loop through all rows to find the max rowid;

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

2 participants