Added openxml template (writer still not implemented).
This commit is contained in:
parent
04e35de2de
commit
aaaaf8e94e
1 changed files with 6 additions and 0 deletions
6
default.openxml
Normal file
6
default.openxml
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<w:document xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main">
|
||||
<w:body>
|
||||
$body$
|
||||
</w:body>
|
||||
</w:document>
|
Loading…
Add table
Reference in a new issue