1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 11:07:35 +00:00

Spreadsheet: Add support for multiple sheets

This also refactors the js integration stuff to allow sheets to
reference each other safely.
This commit is contained in:
AnotherTest 2020-08-26 07:32:38 +04:30 committed by Andreas Kling
parent e1f5f709ee
commit cb7fe4fe7c
11 changed files with 365 additions and 126 deletions

View file

@ -1,6 +1,7 @@
set(SOURCES
CellSyntaxHighlighter.cpp
HelpWindow.cpp
JSIntegration.cpp
Spreadsheet.cpp
SpreadsheetModel.cpp
SpreadsheetView.cpp