Example
The following example exports to an Excel-formatted file.
Visual Basic
Private Sub Command1_Click()
' Save to xls file type
fpSpread1.ExportToExcelEx App.Path & "\Test.xls", "test", App.Path & "\Test.log",SS_EXCELSAVEFLAG_NOFORMULAS
End Sub