Add Multiple Sheets support #8

Closed
opened 2025-07-08 08:36:39 -04:00 by AtHeartEngineer · 0 comments

Originally created by @Tobiadefami on 3/12/2025

Feature Description

Implement functionality to support multiple sheets within the spreadsheet application.

Motivation

Users need to organize related data in separate sheets within the same workbook, similar to Excel or Google Sheets. This improves data organization and user experience.

Proposed Solution

  • Create a tab-based UI for switching between sheets
  • Implement data structures to store and manage multiple sheet states
  • Add functionality to create, rename, delete, and reorder sheets
  • Ensure formulas can reference data across different sheets
*Originally created by @Tobiadefami on 3/12/2025* ### Feature Description Implement functionality to support multiple sheets within the spreadsheet application. ### Motivation Users need to organize related data in separate sheets within the same workbook, similar to Excel or Google Sheets. This improves data organization and user experience. ### Proposed Solution - Create a tab-based UI for switching between sheets - Implement data structures to store and manage multiple sheet states - Add functionality to create, rename, delete, and reorder sheets - Ensure formulas can reference data across different sheets
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/probly#8