Spread 8.0 Documentation
Example
Support Options

Glossary Item Box

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

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.