mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:17:35 +00:00
Spreadsheet: Implement infinit-scroll for columns
This naturally also implements multi-char columns, and also integrates it into the js runtime (such columns can be named in ranges too).
This commit is contained in:
parent
f6ae4edbd2
commit
474453244b
7 changed files with 233 additions and 50 deletions
|
@ -46,6 +46,8 @@ public:
|
|||
|
||||
JS_DECLARE_NATIVE_FUNCTION(parse_cell_name);
|
||||
JS_DECLARE_NATIVE_FUNCTION(current_cell_position);
|
||||
JS_DECLARE_NATIVE_FUNCTION(column_index);
|
||||
JS_DECLARE_NATIVE_FUNCTION(column_arithmetic);
|
||||
|
||||
private:
|
||||
Sheet& m_sheet;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue