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/leading-whitespace/check.txt | 27 +++++++ test/xls-xml/leading-whitespace/input.xml | 112 ++++++++++++++++++++++++++++++ 2 files changed, 139 insertions(+) create mode 100644 test/xls-xml/leading-whitespace/check.txt create mode 100644 test/xls-xml/leading-whitespace/input.xml (limited to 'test/xls-xml/leading-whitespace') diff --git a/test/xls-xml/leading-whitespace/check.txt b/test/xls-xml/leading-whitespace/check.txt new file mode 100644 index 0000000..7e198a8 --- /dev/null +++ b/test/xls-xml/leading-whitespace/check.txt @@ -0,0 +1,27 @@ +Data/0/0:string:"Numbers" +Data/0/2:string:"Fractions" +Data/0/4:string:"Text" +Data/1/0:numeric:1 +Data/1/2:numeric:1.1 +Data/1/4:string:"A" +Data/2/0:numeric:2 +Data/2/2:numeric:1.2 +Data/2/4:string:"B" +Data/3/0:numeric:3 +Data/3/2:numeric:1.3 +Data/3/4:string:"C" +Data/4/0:numeric:4 +Data/4/2:numeric:1.4 +Data/4/4:string:"D" +Data/5/0:numeric:5 +Data/5/2:numeric:1.5 +Data/5/4:string:"E" +Data/6/0:numeric:6 +Data/6/2:numeric:1.6 +Data/6/4:string:"F" +Data/8/0:string:"One" +Data/8/1:string:"Two" +Data/8/2:string:"Three" +Data/8/3:string:"Four" +Data/8/4:string:"Five" +2nd/0/0:string:"Empty Sheet" diff --git a/test/xls-xml/leading-whitespace/input.xml b/test/xls-xml/leading-whitespace/input.xml new file mode 100644 index 0000000..a645015 --- /dev/null +++ b/test/xls-xml/leading-whitespace/input.xml @@ -0,0 +1,112 @@ + + + + Kohei Yoshida + Kohei Yoshida + 2013-06-15T21:47:21Z + SUSE + 10.2625 + + + + + + + 9525 + 14355 + 240 + 30 + False + False + + + + + + + + Numbers + Fractions + Text + + + 1 + 1.1 + A + + + 2 + 1.2 + B + + + 3 + 1.3 + C + + + 4 + 1.4 + D + + + 5 + 1.5 + E + + + 6 + 1.6 + F + + + One + Two + Three + Four + Five + +
+ + + + + 3 + 9 + + + False + False + +
+ + + + Empty Sheet + +
+ + + + 3 + 1 + + + False + False + +
+
-- cgit v1.2.3