Open
Description
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.