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:
parent
e1f5f709ee
commit
cb7fe4fe7c
11 changed files with 365 additions and 126 deletions
|
@ -1,6 +1,7 @@
|
|||
set(SOURCES
|
||||
CellSyntaxHighlighter.cpp
|
||||
HelpWindow.cpp
|
||||
JSIntegration.cpp
|
||||
Spreadsheet.cpp
|
||||
SpreadsheetModel.cpp
|
||||
SpreadsheetView.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue