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

How do I copy the filter area to a new worksheet? #1183

Open
Wddy opened this issue Nov 28, 2023 · 1 comment
Open

How do I copy the filter area to a new worksheet? #1183

Wddy opened this issue Nov 28, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@Wddy
Copy link

Wddy commented Nov 28, 2023

How do I copy the filter area to a new worksheet?I can do that with Microsoft.Office.Interop。

@swmal swmal added the enhancement New feature or request label Nov 30, 2023
@swmal
Copy link
Contributor

swmal commented Nov 30, 2023

Filters are not included in the copy function. I'll add this as an enhancement.

They are however included if you copy an entire worksheet viaWorkbook.Worksheets.Add(string name, ExcelWorksheet copy)function.

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

No branches or pull requests

2 participants