Factory functions

  • Book* xlCreateBook()
    Create a binary book instance for xls format. This function should be called first for receiving a book pointer. This function and other classes are in libxl namespace.
  • Book* xlCreateXMLBook()
    Create a xml book instance for xlsx format. This function should be called first for receiving a book pointer. This function and other classes are in libxl namespace.

Book class

Sheet class

Format class

Font class

AutoFilter class

FilterColumn class

RichString class

FormControl class

ConditionalFormatting class

ConditionalFormat class

CoreProperties class

Table class