1
Fork 0
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:
AnotherTest 2020-09-12 15:52:08 +04:30 committed by Andreas Kling
parent c2228b669d
commit d103686261
4 changed files with 107 additions and 1 deletions

View file

@ -1,6 +1,7 @@
set(SOURCES
Cell.cpp
CellSyntaxHighlighter.cpp
CellType/Format.cpp
CellType/Identity.cpp
CellType/Numeric.cpp
CellType/String.cpp