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/xls-xml/empty-rows/check.txt | 7 ++++ test/xls-xml/empty-rows/input.xml | 79 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 86 insertions(+) create mode 100644 test/xls-xml/empty-rows/check.txt create mode 100644 test/xls-xml/empty-rows/input.xml (limited to 'test/xls-xml/empty-rows') diff --git a/test/xls-xml/empty-rows/check.txt b/test/xls-xml/empty-rows/check.txt new file mode 100644 index 0000000..8e6f30a --- /dev/null +++ b/test/xls-xml/empty-rows/check.txt @@ -0,0 +1,7 @@ +Sheet1/0/0:string:"Top row, followed by 2 empty rows." +Sheet1/3/1:numeric:1 +Sheet1/4/1:numeric:2 +Sheet1/5/1:numeric:3 +Sheet1/6/1:numeric:4 +Sheet1/7/1:numeric:5 +Sheet1/8/1:formula:SUM(R[-5]C:R[-1]C):15 diff --git a/test/xls-xml/empty-rows/input.xml b/test/xls-xml/empty-rows/input.xml new file mode 100644 index 0000000..624e94b --- /dev/null +++ b/test/xls-xml/empty-rows/input.xml @@ -0,0 +1,79 @@ + + + + + Kohei Yoshida + Kohei Yoshida + 2016-12-14T01:54:30Z + 2016-12-14T01:58:30Z + 15.00 + + + + + + 14385 + 24000 + 0 + 0 + False + False + + + + + + + + Top row, followed by 2 empty rows. + + + 1 + + + 2 + + + 3 + + + 4 + + + 5 + + + 15 + +
+ + +
+