Decoupling Spreadsheet Zoom Levels: Transition from Global to Per-Sheet Scaling
Currently, the spreadsheet editor implements a "Global View Mode" for zoom levels, where adjusting the scale on one sheet forces a synchronized update across all other sheets within the workbook. This creates significant visual cognitive friction for users handling multi-purpose workbooks (e.g., combining high-density data tables with high-level summary dashboards).
Requirement:
The application must transition to a Per-Sheet Zoom State. Each worksheet within a document should maintain its own independent zoom factor as a persistent property of the sheet’s view state
1
vote