]> source.dussan.org Git - poi.git/commitdiff
Some matching sets of sample ooxml and ole2 files, along with a plain text description
authorNick Burch <nick@apache.org>
Fri, 4 Jan 2008 13:09:57 +0000 (13:09 +0000)
committerNick Burch <nick@apache.org>
Fri, 4 Jan 2008 13:09:57 +0000 (13:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@608826 13f79535-47bb-0310-9956-ffa450edef68

src/scratchpad/testcases/org/apache/poi/hslf/data/SampleShow.ppt [new file with mode: 0755]
src/scratchpad/testcases/org/apache/poi/hslf/data/SampleShow.pptx [new file with mode: 0755]
src/scratchpad/testcases/org/apache/poi/hslf/data/SampleShow.txt [new file with mode: 0644]
src/scratchpad/testcases/org/apache/poi/hwpf/data/SampleDoc.doc [new file with mode: 0755]
src/scratchpad/testcases/org/apache/poi/hwpf/data/SampleDoc.docx [new file with mode: 0755]
src/scratchpad/testcases/org/apache/poi/hwpf/data/SampleDoc.txt [new file with mode: 0644]
src/testcases/org/apache/poi/hssf/data/SampleSS.txt [new file with mode: 0644]
src/testcases/org/apache/poi/hssf/data/SampleSS.xls [new file with mode: 0755]
src/testcases/org/apache/poi/hssf/data/SampleSS.xlsx [new file with mode: 0755]

diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/SampleShow.ppt b/src/scratchpad/testcases/org/apache/poi/hslf/data/SampleShow.ppt
new file mode 100755 (executable)
index 0000000..81b99e1
Binary files /dev/null and b/src/scratchpad/testcases/org/apache/poi/hslf/data/SampleShow.ppt differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/SampleShow.pptx b/src/scratchpad/testcases/org/apache/poi/hslf/data/SampleShow.pptx
new file mode 100755 (executable)
index 0000000..e5237f4
Binary files /dev/null and b/src/scratchpad/testcases/org/apache/poi/hslf/data/SampleShow.pptx differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/SampleShow.txt b/src/scratchpad/testcases/org/apache/poi/hslf/data/SampleShow.txt
new file mode 100644 (file)
index 0000000..ccfe4d2
--- /dev/null
@@ -0,0 +1,26 @@
+Author = Nick Burch
+Title = SlideShow Sample
+Subject = A sample slideshow
+Keywords = Sample Testing
+Comments = This is a sample slideshow, for use with testing etc
+
+(Slide 1)
+Title of the first slide
+
+Subtitle of the first slide
+
+This bit is in italic green
+
+(Notes 1)
+I am the notes of the first slide
+
+(Slide 2)
+This is the second slide
+
+* It has bullet points on it
+* They’re fun, aren’t they?
+* Especially in a different font like Arial Black at 16 point!
+
+(Notes 2)
+These are the notes of the 2nd slide
+THIS LINE IS BOLD
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/SampleDoc.doc b/src/scratchpad/testcases/org/apache/poi/hwpf/data/SampleDoc.doc
new file mode 100755 (executable)
index 0000000..e82c7de
Binary files /dev/null and b/src/scratchpad/testcases/org/apache/poi/hwpf/data/SampleDoc.doc differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/SampleDoc.docx b/src/scratchpad/testcases/org/apache/poi/hwpf/data/SampleDoc.docx
new file mode 100755 (executable)
index 0000000..a43c77a
Binary files /dev/null and b/src/scratchpad/testcases/org/apache/poi/hwpf/data/SampleDoc.docx differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/SampleDoc.txt b/src/scratchpad/testcases/org/apache/poi/hwpf/data/SampleDoc.txt
new file mode 100644 (file)
index 0000000..6b5fd46
--- /dev/null
@@ -0,0 +1,14 @@
+Author = Nick Burch
+Title = Test Document
+Subject = This is a sample document
+Keywords = Testing Sample
+Comments = This document is used for testing text and metadata extraction
+
+
+I am a test document
+This is page 1
+I am Calibri (Body) in font size 11
+ 
+This is page two
+It’s Arial Black in 16 point
+It’s also in blue
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 (file)
index 0000000..b1dc6b6
--- /dev/null
@@ -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 (executable)
index 0000000..771aacf
Binary files /dev/null and b/src/testcases/org/apache/poi/hssf/data/SampleSS.xls 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 (executable)
index 0000000..b94809e
Binary files /dev/null and b/src/testcases/org/apache/poi/hssf/data/SampleSS.xlsx differ