Skip to content

Allow selecting multiple sheets as active #2124

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

Open
1 task done
imirkin opened this issue Apr 30, 2025 · 0 comments
Open
1 task done

Allow selecting multiple sheets as active #2124

imirkin opened this issue Apr 30, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@imirkin
Copy link
Contributor

imirkin commented Apr 30, 2025

Description

Excel allows selecting multiple sheets as active, by shift- (or ctrl-) clicking on the tabs. This comes out in the resulting xlsx as

  <sheetViews>
    <sheetView tabSelected="1" workbookViewId="0"/>
  </sheetViews>

in multiple sheet files. There's already a SetActiveSheet and GetActiveSheetIndex but they pre-suppose that only a single sheet is active at a time. This is a very minor feature, but helpful for e.g. printing multiple sheets without having to first select them.

Additional context

No response

Validations

  • Check that there isn't already an issue that requests the same feature to avoid creating a duplicate.
@xuri xuri added the enhancement New feature or request label May 4, 2025
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