mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:27:43 +00:00
Spreadsheet: Implement a specialised version of printf for formatting
Now all format values will format a single double, cast to the appropriate types.
This commit is contained in:
parent
c2228b669d
commit
d103686261
4 changed files with 107 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
set(SOURCES
|
||||
Cell.cpp
|
||||
CellSyntaxHighlighter.cpp
|
||||
CellType/Format.cpp
|
||||
CellType/Identity.cpp
|
||||
CellType/Numeric.cpp
|
||||
CellType/String.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue