diff options
author | Nick Burch <nick@apache.org> | 2008-01-04 13:09:57 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2008-01-04 13:09:57 +0000 |
commit | 687901588b1af58465247c4acfc31c4ef64267d2 (patch) | |
tree | c46b8b63d9e30dfc1f81fd84a69047685aa41377 /src/testcases | |
parent | 7a173165a56dd4112c6b5226c3583d1a1dd4a4fe (diff) | |
download | poi-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.txt | 21 | ||||
-rwxr-xr-x | src/testcases/org/apache/poi/hssf/data/SampleSS.xls | bin | 0 -> 17408 bytes | |||
-rwxr-xr-x | src/testcases/org/apache/poi/hssf/data/SampleSS.xlsx | bin | 0 -> 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 Binary files differnew file mode 100755 index 0000000000..771aacf914 --- /dev/null +++ b/src/testcases/org/apache/poi/hssf/data/SampleSS.xls diff --git a/src/testcases/org/apache/poi/hssf/data/SampleSS.xlsx b/src/testcases/org/apache/poi/hssf/data/SampleSS.xlsx Binary files differnew file mode 100755 index 0000000000..b94809ebc9 --- /dev/null +++ b/src/testcases/org/apache/poi/hssf/data/SampleSS.xlsx |