mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:07:36 +00:00
Spreadsheet: Enable Drag&Drop and Copy/Paste
These currently only work on the current sheet, in the current Spreadsheet instance, but they're still freakin' cool!
This commit is contained in:
parent
821e875bc0
commit
0e544b8afa
5 changed files with 123 additions and 0 deletions
|
@ -46,6 +46,7 @@ public:
|
|||
|
||||
const String& current_filename() const { return m_workbook->current_filename(); }
|
||||
const Sheet& current_worksheet() const { return m_selected_view->sheet(); }
|
||||
Sheet& current_worksheet() { return m_selected_view->sheet(); }
|
||||
void set_filename(const String& filename);
|
||||
|
||||
Workbook& workbook() { return *m_workbook; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue