aboutsummaryrefslogtreecommitdiffstats
path: root/test-data/spreadsheet
diff options
context:
space:
mode:
authorYegor Kozlov <yegor@apache.org>2009-11-27 17:39:17 +0000
committerYegor Kozlov <yegor@apache.org>2009-11-27 17:39:17 +0000
commit21d7a81d3ca11a7a57034b8390a8cd22e99c3c6f (patch)
tree8bffb99a36bdbb7b14ebfd3e4a9148843ea9f137 /test-data/spreadsheet
parent43e6a9c88516229bd4e341124e4cd57e48c2ab54 (diff)
downloadpoi-21d7a81d3ca11a7a57034b8390a8cd22e99c3c6f.tar.gz
poi-21d7a81d3ca11a7a57034b8390a8cd22e99c3c6f.zip
improved work with cell comments in XSSF, also added support for cell comments to SS interfaces
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@884918 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test-data/spreadsheet')
-rw-r--r--test-data/spreadsheet/SimpleWithComments.xlsxbin0 -> 10060 bytes
-rw-r--r--test-data/spreadsheet/vmlDrawing1.vml42
2 files changed, 42 insertions, 0 deletions
diff --git a/test-data/spreadsheet/SimpleWithComments.xlsx b/test-data/spreadsheet/SimpleWithComments.xlsx
new file mode 100644
index 0000000000..bfc6ed353a
--- /dev/null
+++ b/test-data/spreadsheet/SimpleWithComments.xlsx
Binary files differ
diff --git a/test-data/spreadsheet/vmlDrawing1.vml b/test-data/spreadsheet/vmlDrawing1.vml
new file mode 100644
index 0000000000..5253962b3a
--- /dev/null
+++ b/test-data/spreadsheet/vmlDrawing1.vml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xml xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel">
+ <o:shapelayout v:ext="edit">
+ <o:idmap v:ext="edit" data="1"/>
+ </o:shapelayout>
+ <v:shapetype id="_x0000_t202" coordsize="21600,21600" o:spt="202" path="m,l,21600r21600,l21600,xe">
+ <v:stroke joinstyle="miter"/>
+ <v:path gradientshapeok="t" o:connecttype="rect"/>
+ </v:shapetype>
+ <v:shape id="_x0000_s1025" type="#_x0000_t202" style="position:absolute; margin-left:59.25pt;margin-top:1.5pt;width:96pt;height:55.5pt;z-index:1; visibility:hidden" fillcolor="#ffffe1" o:insetmode="auto">
+ <v:fill color2="#ffffe1"/>
+ <v:shadow on="t" color="black" obscured="t"/>
+ <v:path o:connecttype="none"/>
+ <v:textbox style="mso-direction-alt:auto">
+ <div style="text-align:left"/>
+ </v:textbox>
+ <x:ClientData ObjectType="Note">
+ <x:MoveWithCells/>
+ <x:SizeWithCells/>
+ <x:Anchor>1, 15, 0, 2, 3, 15, 3, 16</x:Anchor>
+ <x:AutoFill>False</x:AutoFill>
+ <x:Row>0</x:Row>
+ <x:Column>0</x:Column>
+ </x:ClientData>
+ </v:shape>
+ <v:shape id="_x0000_s1026" type="#_x0000_t202" style="position:absolute; visibility:hidden" fillcolor="#ffffe1" o:insetmode="auto">
+ <v:fill color2="#ffffe1"/>
+ <v:shadow on="t" color="black" obscured="t"/>
+ <v:path o:connecttype="none"/>
+ <v:textbox style="mso-direction-alt:auto">
+ <div style="text-align:left"/>
+ </v:textbox>
+ <x:ClientData ObjectType="Note">
+ <x:MoveWithCells/>
+ <x:SizeWithCells/>
+ <x:Anchor>1, 15, 0, 2, 3, 15, 3, 16</x:Anchor>
+ <x:AutoFill>False</x:AutoFill>
+ <x:Row>0</x:Row>
+ <x:Column>1</x:Column>
+ </x:ClientData>
+ </v:shape>
+</xml> \ No newline at end of file