for numbers, grid number format is converted to equivalent Excel format.
for dates, grid date format is converted to equivalent Excel format.
The export of following is inbuilt:
Export of merged cells.
Export of worksheets.
Export of spreadsheet formulas.
Export of merged cells.
Export of grouped rows
Export of grouped columns
Export of filtered rows.
Format and content of exported file can be controlled at 2 levels.
Declarative:
Please check the API for details of these common options and parameters.
Column options:
column.copy
column.hidden
column.exportRender
column.format
exportData() parameters
render
noheader
Imperative:
column.render
ui.Export in column.render
javascript workbook:
This is available for Excel export only.
Any customization which is not possible through options and parameters alone
can be done at this stage programmatically by altering the javascript workbook itself.
it opens up lot of possibilities like combining of multiple worksheets, add custom content,
formatting to any cell.
In order to do this, you need to understand the
structure of workbook.