Generate a excel document from a resultset passed as argument.
1 excel.Workbook.fromResultSet
<excel.Workbook.fromResultSet type='type'>
<rs /> +
</excel.Workbook.fromResultSet>
Attributes | |||||
---|---|---|---|---|---|
Name | Type | Required | Default | Description | |
Atype | string | Type of excel file which will be generated. |
Arguments | |||||
---|---|---|---|---|---|
Name | Type | Required | Unique | Nullable | Description |
Ers | ResultSet | Resultset from which the document will be created. |
Returns | |
---|---|
Type | Description |
Workbook | Return a worksheet resulting of the ResultSet. |