Spread 8.0 Documentation
Example
Support Options

Glossary Item Box

Example


The following example imports a complete Excel file.

C++

{

    //Load xls file

    spr->ImportExcelBook("c:\\book1.xls", "c:\\book1.log");

}

Copyright © GrapeCity, inc. All rights reserved.