Cxlnt::alignment | Alignment options that determine how text should be displayed within a cell. |
Cxlnt::border | Describes the border style of a particular cell. |
Cxlnt::border::border_property | Each side of a cell can have a border_property applied to it to change how it is displayed. |
Cxlnt::calculation_properties | Workbook file properties relating to calculations. |
Cxlnt::cell | Describes a unit of data in a worksheet at a specific coordinate and its associated properties. |
Cxlnt::cell_iterator | A cell iterator iterates over a 1D range by row or by column. |
Cxlnt::cell_reference | An object used to refer to a cell. References have two parts, the column and the row. In Excel, the reference string A1 refers to the top-left-most cell. A cell_reference can be initialized from a string of this form or a 1-indexed ordered pair of the form column, row. |
Cxlnt::cell_reference_hash | Functor for hashing a cell reference. Allows for use of std::unordered_set<cell_reference, cel_reference_hash> and similar. |
Cxlnt::cell_vector | A cell vector is a linear (1D) range of cells, either vertical or horizontal depending on the major order specified in the constructor. |
Cxlnt::color | Colors can be applied to many parts of a cell's style. |
Cxlnt::column_hash | Functor for hashing a column. Allows for use of std::unordered_set<column_t, column_hash> and similar. |
Cxlnt::column_properties | Properties applied to a column in a worksheet. Columns can have a size and a style. |
Cxlnt::column_t | Columns can be referred to as a string A,B,...Z,AA,AB,..,ZZ,AAA,...,ZZZ or as a 1-indexed index. This class encapsulates both of these forms of column referencing and allows for conversions between them. |
Cxlnt::comment | A comment can be applied to a cell to provide extra information about its contents. |
Cxlnt::condition | |
Cxlnt::conditional_format | Describes a conditional format that will be applied to all cells in the associated range that satisfy the condition. This can only be constructed using methods on worksheet or range. |
Cxlnt::const_cell_iterator | A cell iterator iterates over a 1D range by row or by column. |
Cxlnt::const_range_iterator | A const version of range_iterator which does not allow modification to the dereferenced cell_vector. |
Cxlnt::const_worksheet_iterator | An iterator which is used to iterate over the worksheets in a const workbook. |
Cxlnt::date | A date is a specific day specified in terms of a year, month, and day. It can also be initialized as a number of days since a base date using date::from_number. IMPORTANT: The date could be in an empty/invalid state, so you may want to call is_null() before calling any functions! |
Cxlnt::datetime | A datetime is a combination of a date and a time. IMPORTANT: The datetime could be in an empty/invalid state, so you may want to call is_null() before calling any functions! |
Cxlnt::document_security | Properties governing how the data in a workbook should be protected. These values can be ignored by consumers. |
Cxlnt::ext_list::ext | |
Cxlnt::ext_list | A list of xml extensions that may or may not be understood by the parser preservation is required for round-tripping even if extension is not understood [serialised: extLst] |
Cxlnt::external_book | A reference to an external workbook for use in formulae. |
Cxlnt::fill | Describes the fill style of a particular cell. |
Cxlnt::font | Describes the font style of a particular cell. |
Cxlnt::format | Describes the formatting of a particular cell. |
Cxlnt::gradient_fill | Encapsulates a fill which transitions between colors at particular "stops". |
Cstd::hash< xlnt::cell_reference > | |
Cstd::hash< xlnt::column_t > | Template specialization to allow xlnt::column_t to be used as a key in a std container. |
Cstd::hash< xlnt::path > | Template specialization to allow xlnt:path to be used as a key in a std container. |
Cxlnt::header_footer | Represents the header and footer of a sheet in a workbook. |
Cxlnt::hyperlink | Describes a hyperlink pointing from a cell to another cell or a URL. |
Cxlnt::indexed_color | An indexed color encapsulates a simple index to a color in the indexedColors of the stylesheet. |
Cxlnt::document_security::lock_verifier | Holds data describing the verifier that locks revisions or a workbook. |
Cxlnt::manifest | The manifest keeps track of all files in the OOXML package and their type and relationships. |
Cxlnt::named_range | A 2D range of cells in a worksheet that is referred to by name. ws->range("A1:B2") could be replaced by ws->range("range1") |
Cxlnt::number_format | Describes the number formatting applied to text and numbers within a certain cell. |
Cxlnt::optional< T > | Many settings in xlnt are allowed to not have a value set. This class encapsulates a value which may or may not be set. Memory is allocated within the optional class. |
Cxlnt::optional< align > | |
Cxlnt::optional< bool > | |
Cxlnt::optional< border_style > | |
Cxlnt::optional< class xlnt::color > | |
Cxlnt::optional< diagonal_direction > | |
Cxlnt::optional< double > | |
Cxlnt::optional< horizontal_alignment > | |
Cxlnt::optional< int > | |
Cxlnt::optional< phonetic_type > | |
Cxlnt::optional< std::size_t > | |
Cxlnt::optional< std::string > | |
Cxlnt::optional< vertical_alignment > | |
Cxlnt::optional< xlnt::border::border_property > | |
Cxlnt::optional< xlnt::cell_reference > | |
Cxlnt::optional< xlnt::color > | |
Cxlnt::optional< xlnt::font > | |
Cxlnt::optional< xlnt::orientation > | |
Cxlnt::optional< xlnt::pane > | |
Cxlnt::optional< xlnt::paper_size > | |
Cxlnt::optional< xlnt::phonetic_pr > | |
Cxlnt::page_margins | Describes the margins around a worksheet for printing. |
Cxlnt::page_setup | Describes how a worksheet will be converted into a page during printing. |
Cxlnt::pane | A fixed portion of a worksheet. |
Cxlnt::path | Encapsulates a path that points to location in a filesystem. |
Cxlnt::pattern_fill | Represents a fill which colors the cell based on a foreground and background color and a pattern. |
Cxlnt::phonetic_pr | Phonetic properties Element provides a collection of properties that affect display of East Asian Languages [Serialised phoneticPr] |
Cxlnt::phonetic_run | Encapsulates a run of text that |
Cxlnt::print_options | |
Cxlnt::protection | Describes the protection style of a particular cell. |
Cxlnt::range | A range is a 2D collection of cells with defined extens that can be iterated upon. |
Cxlnt::range_iterator | An iterator used by worksheet and range for traversing a 2D grid of cells by row/column then across that row/column. |
Cxlnt::range_reference | A range_reference describes a rectangular area of a worksheet with positive width and height defined by a top-left and bottom-right corner. |
Cxlnt::relationship | Represents an association between a source Package or part, and a target object which can be a part or external resource. |
Cxlnt::rgb_color | An RGB color describes a color in terms of its red, green, blue, and alpha components. |
Cxlnt::rich_text | Encapsulates zero or more formatted text runs where a text run is a string of text with the same defined formatting. |
Cxlnt::rich_text_hash | |
Cxlnt::rich_text_run | Typedef a rich_text_run as a pair of string and optional font. |
Cxlnt::row_properties | The properties of a row in a worksheet. |
▼Cruntime_error | |
►Cxlnt::exception | Parent type of all custom exceptions thrown in this library. |
Cxlnt::illegal_character | The data submitted which cannot be used directly in Excel files. It must be removed or escaped. |
Cxlnt::invalid_attribute | Exception when setting a class's attribute to an invalid value |
Cxlnt::invalid_cell_reference | Exception for converting between numeric and A1-style cell references. |
Cxlnt::invalid_column_index | Exception for bad column indices in A1-style cell references. |
Cxlnt::invalid_data_type | Exception for any data type inconsistencies. |
Cxlnt::invalid_file | Exception for trying to open a non-XLSX file. |
Cxlnt::invalid_parameter | Exception for a bad parameter value |
Cxlnt::invalid_sheet_title | Exception for bad sheet names. |
Cxlnt::key_not_found | Exception for a key that doesn't exist in a container |
Cxlnt::no_visible_worksheets | Exception for a workbook with no visible worksheets |
Cxlnt::unhandled_switch_case | Debug exception for a switch that fell through to the default case |
Cxlnt::unsupported | Exception for attempting to use a feature which is not supported |
Cxlnt::scoped_enum_hash< Enum > | Allows a scoped enum (aka "enum class") to be used as a key in a std::unordered_map. |
Cxlnt::selection | The selected area of a worksheet. |
Cxlnt::sheet_format_properties | General worksheet formatting properties. |
Cxlnt::sheet_pr | |
Cxlnt::sheet_protection | Protection applied to a particular worksheet to prevent it from being modified. |
Cxlnt::sheet_view | Describes a view of a worksheet. Worksheets can have multiple views which show the data differently. |
Cxlnt::drawing::spreadsheet_drawing | The spreadsheet_drawing class encapsulates the information captured from objects within the spreadsheetDrawing schema. |
Cxlnt::streaming_workbook_reader | workbook is the container for all other parts of the document. |
Cxlnt::streaming_workbook_writer | workbook is the container for all other parts of the document. |
Cxlnt::style | Describes a style which has a name and can be applied to multiple individual formats. In Excel this is a "Cell Style". |
Cxlnt::theme | A theme is a combination of fonts, colors, and effects. This isn't really supported yet. |
Cxlnt::theme_color | A theme color encapsulates a color derived from the theme. |
Cxlnt::time | A time is a specific time of the day specified in terms of an hour, minute, second, and microsecond (0-999999). It can also be initialized as a fraction of a day using time::from_number. |
Cxlnt::timedelta | Represents a span of time between two datetimes. This is not fully supported yet throughout the library. |
Cxlnt::uri | Encapsulates a uniform resource identifier (URI) as described by RFC 3986. |
Cxlnt::variant | Represents an object that can have variable type. |
Cxlnt::workbook | workbook is the container for all other parts of the document. |
Cxlnt::workbook_view | A workbook can be opened in multiple windows with different views. This class represents a particular view used by one window. |
Cxlnt::worksheet | A worksheet is a 2D array of cells starting with cell A1 in the top-left corner and extending indefinitely down and right as needed. |
Cxlnt::worksheet_iterator | An iterator which is used to iterate over the worksheets in a workbook. |