Desktop User Guides > Professional > Table scripting > Getting started > Exporting to Microsoft Excel
 
Exporting to Microsoft Excel
Sample script file: ExcelExport.mrs
To exporting tables to Microsoft Excel, you select the options by changing the export properties and you can optionally export charts.
Example: Table of age by gender, exported to Excel
For example:
With TableDoc.Exports.mrExcelExport
  .Properties["Interactive"] = True
  .Properties["LaunchApplication"] = True
  .Properties["UseExcelStyles"] = True
  .Export("ExcelExport.xls")
End With
Here is a table of Age by Gender that has been exported to Excel:
This graphic is described in the surrounding text.
Requirements
UNICOM Intelligence Reporter
Microsoft Office
Next
Loading other types of data
See also
Getting started