Welcome to the React feedback portal. We’re happy you’re here! If you have feedback on how to improve the React, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Currently, when importing an Excel file into the Spreadsheet component, the entire workbook is processed and converted into a single JSON structure. While this ensures formula consistency and cross-sheet reference accuracy, it can lead to performance issues and increased memory usage for large files with many sheets.
We need to support for sheet-by-sheet loading, where only the initially selected sheet is loaded, and additional sheets are fetched from the server on demand when the user selects them. This approach would:
This feature is especially useful for workbooks with many sheets where users typically interact with one sheet at a time.