From c484829272cd13a738e35412498e12f2c9a194ac Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 07:48:59 +0200 Subject: Adding upstream version 0.19.2. Signed-off-by: Daniel Baumann --- test/xlsx/formula-array-1/check.txt | 23 +++++++++++++++++++++++ test/xlsx/formula-array-1/input.xlsx | Bin 0 -> 8794 bytes 2 files changed, 23 insertions(+) create mode 100644 test/xlsx/formula-array-1/check.txt create mode 100644 test/xlsx/formula-array-1/input.xlsx (limited to 'test/xlsx/formula-array-1') diff --git a/test/xlsx/formula-array-1/check.txt b/test/xlsx/formula-array-1/check.txt new file mode 100644 index 0000000..7e457d3 --- /dev/null +++ b/test/xlsx/formula-array-1/check.txt @@ -0,0 +1,23 @@ +Sheet1/0/0:numeric:1 +Sheet1/0/2:numeric:4 +Sheet1/0/3:numeric:5 +Sheet1/0/4:numeric:6 +Sheet1/1/0:numeric:2 +Sheet1/2/0:numeric:3 +Sheet1/4/2:formula:{MMULT(A1:A3,C1:E1)}:4 +Sheet1/4/3:formula:{MMULT(A1:A3,C1:E1)}:5 +Sheet1/4/4:formula:{MMULT(A1:A3,C1:E1)}:6 +Sheet1/5/2:formula:{MMULT(A1:A3,C1:E1)}:8 +Sheet1/5/3:formula:{MMULT(A1:A3,C1:E1)}:10 +Sheet1/5/4:formula:{MMULT(A1:A3,C1:E1)}:12 +Sheet1/6/2:formula:{MMULT(A1:A3,C1:E1)}:12 +Sheet1/6/3:formula:{MMULT(A1:A3,C1:E1)}:15 +Sheet1/6/4:formula:{MMULT(A1:A3,C1:E1)}:18 +Sheet1/8/0:numeric:2 +Sheet1/8/2:numeric:10 +Sheet1/8/3:numeric:12 +Sheet1/8/5:formula:{MMULT(A9:A10,C9:D9)}:20 +Sheet1/8/6:formula:{MMULT(A9:A10,C9:D9)}:24 +Sheet1/9/0:numeric:4 +Sheet1/9/5:formula:{MMULT(A9:A10,C9:D9)}:40 +Sheet1/9/6:formula:{MMULT(A9:A10,C9:D9)}:48 diff --git a/test/xlsx/formula-array-1/input.xlsx b/test/xlsx/formula-array-1/input.xlsx new file mode 100644 index 0000000..18016f8 Binary files /dev/null and b/test/xlsx/formula-array-1/input.xlsx differ -- cgit v1.2.3