# ExportMethods

Export methods returned from useGridExport.

## Properties

| Property | Type | Description |
| -------- | ---- | ----------- |
| `exportToCsv` | <code>(filename: string, params: Partial&lt;<a href="/grid/plugins/export/interfaces/exportparams/">ExportParams</a>&gt;) =&gt; void</code> | Export grid data to CSV file. |
| `exportToExcel` | <code>(filename: string, params: Partial&lt;<a href="/grid/plugins/export/interfaces/exportparams/">ExportParams</a>&gt;) =&gt; void</code> | Export grid data to Excel file (XML Spreadsheet format). |
| `exportToJson` | <code>(filename: string, params: Partial&lt;<a href="/grid/plugins/export/interfaces/exportparams/">ExportParams</a>&gt;) =&gt; void</code> | Export grid data to JSON file. |
| `isExporting` | <code>() =&gt; boolean</code> | Check if an export is currently in progress. |
| `getLastExport` | <code>() =&gt; object &#124; unknown</code> | Get information about the last export. |
