Qt Xlsx C++ Classes

The Qt Xlsx module provides functionality for handling .xlsx files. More...

Classes

AbstractSheet

Base class for worksheet, chartsheet, etc

Cell

API that is used to handle the worksheet cell

CellFormula

API that is used to handle the cell formula

Chart

Main class for the charts

Chartsheet

Represent one chartsheet in the workbook

ConditionalFormatting

Conditional formatting for single cell or ranges

DataValidation

Data validation for single cell or a range

Document

API that is used to handle the contents of .xlsx files

Format

Providing the methods and properties that are available for formatting cells in Excel

RichString

This class add support for the rich text string of the cell

Worksheet

Represent one worksheet in the workbook

Detailed Description

.xlsx is a zipped, XML-based file format developed by Microsoft for representing spreadsheets.