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

Copyright © GrapeCity, inc. All rights reserved.