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 sheet from workbook #30

Closed
rpokupec opened this issue Mar 20, 2017 · 4 comments
Closed

Delete sheet from workbook #30

rpokupec opened this issue Mar 20, 2017 · 4 comments

Comments

@rpokupec
Copy link

Hi,

Is it possible to implement new function which can delete/remove particular sheet?

@rpokupec rpokupec changed the title Delete sheet from wrokbook Delete sheet from workbook Mar 20, 2017
@xuri xuri added the enhancement New feature or request label Mar 21, 2017
@xuri
Copy link
Member

xuri commented Mar 21, 2017

@rpokupec Thanks for your issue. I think deleting a sheet from workbook will be affected references to charts or formulas in other sheet. To support this feature maybe needs to evaluated.

@rpokupec
Copy link
Author

Sure, no problem. I just thought it would be a nice feature to have in case when you do some operations with the data and put the results in new sheet and in such cases some sheet(s) can become obsolete.

xuri added a commit that referenced this issue Mar 22, 2017
@xuri
Copy link
Member

xuri commented Mar 22, 2017

@rpokupec I have added function DeleteSheet() to support delete sheet from a workbook.

@xuri xuri closed this as completed Mar 22, 2017
@xuri xuri removed the enhancement New feature or request label Mar 22, 2017
@rpokupec
Copy link
Author

Thanks.

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