Glossary Item Box
The following example imports a complete Excel file.
{
//Load xls file
spr->ImportExcelBook("c:\\book1.xls", "c:\\book1.log");
}