Returns a new document type XWPFDocument.
1 excel.Document
<excel.Document encoding='encoding'>
<item /> *
</excel.Document>
Attributes | |||||
---|---|---|---|---|---|
Name | Type | Required | Default | Description | |
Aencoding | string | Indicate the coding of the string of characters to process, as for example ISO-8859-1 or UTF-8. If it is not specified, the one defined in the configuration file for the server is used. |
Arguments | |||||
---|---|---|---|---|---|
Name | Type | Required | Unique | Nullable | Description |
Eitem | object | Text which will be showed in the link. |
Returns | |
---|---|
Type | Description |
XWPFDocument | Document created. |
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>