diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 05:48:59 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 05:48:59 +0000 |
commit | c484829272cd13a738e35412498e12f2c9a194ac (patch) | |
tree | a1f5ec09629ee895bd3963fa8820b45f2f4c574b /test/xlsx/formula-cells | |
parent | Initial commit. (diff) | |
download | liborcus-c484829272cd13a738e35412498e12f2c9a194ac.tar.xz liborcus-c484829272cd13a738e35412498e12f2c9a194ac.zip |
Adding upstream version 0.19.2.upstream/0.19.2upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'test/xlsx/formula-cells')
-rw-r--r-- | test/xlsx/formula-cells/check.txt | 7 | ||||
-rw-r--r-- | test/xlsx/formula-cells/input.xlsx | bin | 0 -> 8460 bytes |
2 files changed, 7 insertions, 0 deletions
diff --git a/test/xlsx/formula-cells/check.txt b/test/xlsx/formula-cells/check.txt new file mode 100644 index 0000000..b6abe9c --- /dev/null +++ b/test/xlsx/formula-cells/check.txt @@ -0,0 +1,7 @@ +Sheet1/0/0:numeric:1 +Sheet1/0/1:formula:A1*2:2 +Sheet1/1/0:numeric:2 +Sheet1/1/1:formula:A2-10:-8 +Sheet1/2/0:numeric:3 +Sheet1/2/1:formula:A3/3:1 +Sheet1/4/0:formula:SUM(A1:A3):6 diff --git a/test/xlsx/formula-cells/input.xlsx b/test/xlsx/formula-cells/input.xlsx Binary files differnew file mode 100644 index 0000000..ce73c72 --- /dev/null +++ b/test/xlsx/formula-cells/input.xlsx |