Factory functions

  • BookHandle book = xlCreateBook();
    Creates a book instance for working with XLS files. This function should be called first for receiving a book handler.
  • BookHandle book = xlCreateXMLBook();
    Creates a book instance for working with XLSX files. This function should be called first for receiving a book handler.

Book functions

Sheet functions

Format functions

Font functions

AutoFilter functions

FilterColumn functions

RichString functions

FormControl functions

ConditionalFormatting functions

ConditionalFormat functions

CoreProperties functions

Table functions