sendToExcel¶
The sendToExcel method sends the current report to Excel.
Syntax
sendToExcel (asStatic)
Arguments¶
asStatic : boolean¶
Specify if the report is to be downloaded with formulas (false) or just values (true).
Default value: false
Example¶
report.api.sendToExcel(false)