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");
}
Spread 8.0 Documentation | |
Example | |
Support Options |
Glossary Item Box