mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-24 11:21:34 +00:00
Spreadsheet: Add (limited) support for custom cell formatting
This commit is contained in:
parent
e75247a75b
commit
054638c355
Notes:
sideshowbarker
2024-07-19 03:02:55 +09:00
Author: https://github.com/alimpfard
Commit: 054638c355
Pull-request: https://github.com/SerenityOS/serenity/pull/3338
10 changed files with 466 additions and 4 deletions
|
@ -59,6 +59,7 @@ struct Cell : public Weakable<Cell> {
|
|||
void set_data(JS::Value new_data);
|
||||
|
||||
void set_type(const StringView& name);
|
||||
void set_type(const CellType*);
|
||||
void set_type_metadata(CellTypeMetadata&&);
|
||||
|
||||
String typed_display() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue