Spread 8.0 Documentation
Example
Support Options

Glossary Item Box

Example


The following example exports a workbook.

Visual Basic

Private Sub Command1_Click()
    ' Save to xls file type
    fpSpread1.ExportExcelBookEx App.Path & "\Test.xls", App.Path & "\Test.log",SS_EXCELSAVEFLAG_NOFORMULAS
End Sub

Copyright © GrapeCity, inc. All rights reserved.