| Attributes |
| Name | Required | Request-time | Type | Description |
| exportMode | false | true | int | The type of export, to avoid the selection popup. |
| onlyChecked | false | true | boolean | Choose to export only the checked rows. Used only when exportMode is setin the tag. (false by default) |
| filename | false | true | java.lang.String | Export name without .xls extension. Accepts EL. |
| sheetName | false | true | java.lang.String | Sheet name where append the export ('default' by default). |
| appendAtX | false | true | int | X position where insert data. [0(default)] |
| appendAtY | false | true | int | Y position where insert data. [0(default)] |
| cellFormatter | false | true | com.ideo.sweetdevria.taglib.grid.export.formatter.cellFormatter.CellFormatter | CellFormatter to format each cells. |
| tableTitle | false | true | java.lang.String | Title placed on top of data. Accepts key from resource bundle. |
| templateFile | false | true | java.lang.String | Path to append the export to an existing workbook. |
| chainExport | false | true | com.ideo.sweetdevria.taglib.grid.export.model.GridExportModel | Set a second GridExportModel to export after this one. Permit to chain multiple exports. |
| exportTargetId | false | true | java.lang.String | Focus on an other export declared in the page. This attribute permits to define different export point in the page for a single configuration. Cancel all the other attributes. |
| id | true | true | java.lang.String | Unique Identifier. Accepts EL. |
| titleLink | false | true | java.lang.String | Title link property shown when mouse cursor is over the link. Accepts EL. Accepts key from resource bundle. |
| cancelBubble | false | true | boolean | Forward the click event, acceptable values are: [true, false]. |
| style | false | true | java.lang.String | Css style. Accepts EL. |
| styleClass | false | true | java.lang.String | Css class style. Accepts EL. |
| rendered | false | true | boolean | Rendered or not, acceptable values are: [true(default), false]. |
| templateStart | false | true | java.lang.String | Special velocity start template to replace default. Accepts EL. |
| templateEnd | false | true | java.lang.String | Special velocity end template to replace default. Accepts EL. |