Returns a new document type XWPFDocument.

1 excel.Document

<excel.Document encoding='encoding'>
    <item /> *
</excel.Document>
Example

A empty file is created and to prove its creation, their properties will be showed.

Copy
<xsql-script name='file_write'>
    <body>
        <set name="doc">
	    <excel.Document/>
	</set>
	<println>
	    <doc/>
        </println>
    </body>
</xsql-script>