diff options
-rw-r--r-- | sc/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/README b/sc/README index 89b74f744045..5928b78ba159 100644 --- a/sc/README +++ b/sc/README @@ -39,3 +39,5 @@ ColumnBlock: * for each cell: 64 bit IEEE 754 double precision value - 2 : string * for each cell: 32 bit signed string length followed by string length bytes of the string (UTF-8) + - 3 : formula + * for each cell: 32 bit signed string length followed by the formula in R1C1 notation as a string |