blob: a3667e63b3c9805231e4a85200ce23d8e3881547 [file] [log] [blame]
ooxml.word.get
#item input.docx
##item document.xml
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<w:document xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main">
<w:body>
<w:tbl>
<w:tblPr>
<w:tblStyle w:val="TableGrid"/>
<w:tblW w:type="pct" w:w="3300"/>
<w:tblInd w:type="dxa" w:w="1701"/>
<w:tblLook w:firstColumn="1" w:firstRow="1" w:lastColumn="0" w:lastRow="0" w:noHBand="0" w:noVBand="1" w:val="04A0"/>
</w:tblPr>
<w:tblGrid>
<w:gridCol w:w="2810"/>
<w:gridCol w:w="2811"/>
</w:tblGrid>
<w:tr>
<w:tc>
<w:tcPr>
<w:tcW w:type="pct" w:w="2500"/>
</w:tcPr>
<w:p/>
</w:tc>
<w:tc>
<w:tcPr>
<w:tcW w:type="pct" w:w="2500"/>
</w:tcPr>
<w:p/>
</w:tc>
</w:tr>
<w:tr>
<w:tc>
<w:tcPr>
<w:tcW w:type="pct" w:w="2500"/>
</w:tcPr>
<w:p/>
</w:tc>
<w:tc>
<w:tcPr>
<w:tcW w:type="pct" w:w="2500"/>
</w:tcPr>
<w:p/>
</w:tc>
</w:tr>
</w:tbl>
<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">
<table class="Table_Grid" id="word3" style="margin-left: 20.493976%; width: 66%">
<colgroup>
<col width="49.991105%"/>
<col width="50.008895%"/>
</colgroup>
<tr id="word12">
<td id="word13">
<p class="Normal" id="word16">
<br/>
</p>
</td>
<td id="word17">
<p class="Normal" id="word20">
<br/>
</p>
</td>
</tr>
<tr id="word21">
<td id="word22">
<p class="Normal" id="word25">
<br/>
</p>
</td>
<td id="word26">
<p class="Normal" id="word29">
<br/>
</p>
</td>
</tr>
</table>
<p class="Normal" id="word30">
<br/>
</p>
</body>
</html>