blob: 0e61d83f17bef367461e5a176430307e5ee8c100 [file] [log] [blame]
ooxml.word.get
#item input.docx
##item document.xml
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<w:document xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:v="urn:schemas-microsoft-com:vml">
<w:body>
<w:p>
<w:r>
<w:t>Embedded spreadsheet</w:t>
</w:r>
</w:p>
<w:p>
<w:r>
<w:object w:dxaOrig="6520" w:dyaOrig="3020">
<v:shapetype o:preferrelative="t" o:spt="75" id="_x0000_t75" coordsize="21600,21600" path="m@4@5l@4@11@9@11@9@5xe" filled="f" stroked="f">
<v:stroke joinstyle="miter"/>
<v:formulas>
<v:f eqn="if lineDrawn pixelLineWidth 0"/>
<v:f eqn="sum @0 1 0"/>
<v:f eqn="sum 0 0 @1"/>
<v:f eqn="prod @2 1 2"/>
<v:f eqn="prod @3 21600 pixelWidth"/>
<v:f eqn="prod @3 21600 pixelHeight"/>
<v:f eqn="sum @0 0 1"/>
<v:f eqn="prod @6 1 2"/>
<v:f eqn="prod @7 21600 pixelWidth"/>
<v:f eqn="sum @8 21600 0"/>
<v:f eqn="prod @7 21600 pixelHeight"/>
<v:f eqn="sum @10 21600 0"/>
</v:formulas>
<v:path o:connecttype="rect" o:extrusionok="f" gradientshapeok="t"/>
<o:lock v:ext="edit" aspectratio="t"/>
</v:shapetype>
<v:shape o:ole="" id="_x0000_i1029" style="width:326pt;height:151pt" type="#_x0000_t75">
<v:imagedata o:title="" r:id="rId5"/>
</v:shape>
<o:OLEObject ProgID="Excel.Sheet.12" Type="Embed" r:id="rId6" ShapeID="_x0000_i1029" DrawAspect="Content" ObjectID="_1296059235"/>
</w:object>
</w:r>
</w:p>
<w:p>
<w:bookmarkStart w:id="0" w:name="_GoBack"/>
<w:bookmarkEnd w:id="0"/>
</w:p>
<w:sectPr>
<w:pgSz w:h="16840" w:w="11900"/>
<w:pgMar w:bottom="1440" w:footer="708" w:gutter="0" w:header="708" w:left="1800" w:right="1800" w:top="1440"/>
<w:cols w:space="708"/>
</w:sectPr>
</w:body>
</w:document>
##item styles.xml
#include "styles.xml"
#item expected
<!DOCTYPE html>
<html id="word1">
<head>
<meta charset="utf-8"/>
<link href="reset.css" rel="stylesheet"/>
<style>
#include "common.css"
</style>
</head>
<body id="word2">
<p class="Normal" id="word3">
<span id="word4">Embedded spreadsheet</span>
</p>
<figure id="word7">
<span id="word8"><span class="uxwrite-placeholder" id="word9">[Unsupported object: Excel.Sheet.12]</span></span>
</figure>
<p class="Normal" id="word30">
<br/>
</p>
</body>
</html>