Spread 8.0 Documentation
Example
Support Options

Glossary Item Box

Example


The following example exports the book to a file.

C++

BOOL b;

b = spr->ExportExcelBook("d:\\TestExcel.xls", "");

if (b == true)

    {

        AfxMessageBox("Export Successful");

    }

Copyright © GrapeCity, inc. All rights reserved.