Factory functions

  • Book* book = xlCreateBook();
    Creates a book instance for working with XLS files. This function should be called first for receiving a book pointer. This function and other classes are in the libxl namespace.
  • Book* book = xlCreateXMLBook();
    Creates a book instance for working with XLSX files. This function should be called first for receiving a book pointer. This function and other classes are in the libxl namespace.

Book class

Sheet class

Format class

Font class

AutoFilter class

FilterColumn class

RichString class

FormControl class

ConditionalFormatting class

ConditionalFormat class