Glossary Item Box
The following example exports the book to a file.
BOOL b;
b = spr->ExportExcelBook("d:\\TestExcel.xls", "");
if (b == true)
{
AfxMessageBox("Export Successful");
}