You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Description
Excel allows selecting multiple sheets as active, by shift- (or ctrl-) clicking on the tabs. This comes out in the resulting xlsx as
in multiple sheet files. There's already a
SetActiveSheet
andGetActiveSheetIndex
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
The text was updated successfully, but these errors were encountered: