aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases
diff options
context:
space:
mode:
authorNick Burch <nick@apache.org>2008-01-04 13:09:57 +0000
committerNick Burch <nick@apache.org>2008-01-04 13:09:57 +0000
commit687901588b1af58465247c4acfc31c4ef64267d2 (patch)
treec46b8b63d9e30dfc1f81fd84a69047685aa41377 /src/testcases
parent7a173165a56dd4112c6b5226c3583d1a1dd4a4fe (diff)
downloadpoi-687901588b1af58465247c4acfc31c4ef64267d2.tar.gz
poi-687901588b1af58465247c4acfc31c4ef64267d2.zip
Some matching sets of sample ooxml and ole2 files, along with a plain text description
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@608826 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/testcases')
-rw-r--r--src/testcases/org/apache/poi/hssf/data/SampleSS.txt21
-rwxr-xr-xsrc/testcases/org/apache/poi/hssf/data/SampleSS.xlsbin0 -> 17408 bytes
-rwxr-xr-xsrc/testcases/org/apache/poi/hssf/data/SampleSS.xlsxbin0 -> 9112 bytes
3 files changed, 21 insertions, 0 deletions
diff --git a/src/testcases/org/apache/poi/hssf/data/SampleSS.txt b/src/testcases/org/apache/poi/hssf/data/SampleSS.txt
new file mode 100644
index 0000000000..b1dc6b63b5
--- /dev/null
+++ b/src/testcases/org/apache/poi/hssf/data/SampleSS.txt
@@ -0,0 +1,21 @@
+Author = Nick Burch
+Title = Sample Spreadsheet
+Subject = Spreadsheet for testing
+Keywords = Testing Sample Formulas
+Comments = This is a sample spreadsheet, for use when testing things
+
+(First Sheet)
+Test spreadsheet
+2nd row 2nd row 2nd column
+
+This one is red
+
+(Sheet Number 2)
+Start of 2nd sheet
+Sheet 2 row 2
+
+I'm in bold blue, on a yellow background
+
+cb=1 cb=10 cb=2 cb=sum
+1 10 2 =SUM(A7:C7)
+
diff --git a/src/testcases/org/apache/poi/hssf/data/SampleSS.xls b/src/testcases/org/apache/poi/hssf/data/SampleSS.xls
new file mode 100755
index 0000000000..771aacf914
--- /dev/null
+++ b/src/testcases/org/apache/poi/hssf/data/SampleSS.xls
Binary files differ
diff --git a/src/testcases/org/apache/poi/hssf/data/SampleSS.xlsx b/src/testcases/org/apache/poi/hssf/data/SampleSS.xlsx
new file mode 100755
index 0000000000..b94809ebc9
--- /dev/null
+++ b/src/testcases/org/apache/poi/hssf/data/SampleSS.xlsx
Binary files differ