xlnt - community edition
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 Cxlnt::alignmentAlignment options that determine how text should be displayed within a cell.
 Cxlnt::borderDescribes the border style of a particular cell.
 Cxlnt::border::border_propertyEach side of a cell can have a border_property applied to it to change how it is displayed.
 Cxlnt::calculation_propertiesWorkbook file properties relating to calculations.
 Cxlnt::cellDescribes a unit of data in a worksheet at a specific coordinate and its associated properties.
 Cxlnt::cell_iteratorA cell iterator iterates over a 1D range by row or by column.
 Cxlnt::cell_referenceAn 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_hashFunctor for hashing a cell reference. Allows for use of std::unordered_set<cell_reference, cel_reference_hash> and similar.
 Cxlnt::cell_vectorA cell vector is a linear (1D) range of cells, either vertical or horizontal depending on the major order specified in the constructor.
 Cxlnt::colorColors can be applied to many parts of a cell's style.
 Cxlnt::column_hashFunctor for hashing a column. Allows for use of std::unordered_set<column_t, column_hash> and similar.
 Cxlnt::column_propertiesProperties applied to a column in a worksheet. Columns can have a size and a style.
 Cxlnt::column_tColumns 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::commentA comment can be applied to a cell to provide extra information about its contents.
 Cxlnt::condition
 Cxlnt::conditional_formatDescribes 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_iteratorA cell iterator iterates over a 1D range by row or by column.
 Cxlnt::const_range_iteratorA const version of range_iterator which does not allow modification to the dereferenced cell_vector.
 Cxlnt::const_worksheet_iteratorAn iterator which is used to iterate over the worksheets in a const workbook.
 Cxlnt::dateA 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::datetimeA 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_securityProperties governing how the data in a workbook should be protected. These values can be ignored by consumers.
 Cxlnt::ext_list::ext
 Cxlnt::ext_listA 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_bookA reference to an external workbook for use in formulae.
 Cxlnt::fillDescribes the fill style of a particular cell.
 Cxlnt::fontDescribes the font style of a particular cell.
 Cxlnt::formatDescribes the formatting of a particular cell.
 Cxlnt::gradient_fillEncapsulates 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_footerRepresents the header and footer of a sheet in a workbook.
 Cxlnt::hyperlinkDescribes a hyperlink pointing from a cell to another cell or a URL.
 Cxlnt::indexed_colorAn indexed color encapsulates a simple index to a color in the indexedColors of the stylesheet.
 Cxlnt::document_security::lock_verifierHolds data describing the verifier that locks revisions or a workbook.
 Cxlnt::manifestThe manifest keeps track of all files in the OOXML package and their type and relationships.
 Cxlnt::named_rangeA 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_formatDescribes 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_marginsDescribes the margins around a worksheet for printing.
 Cxlnt::page_setupDescribes how a worksheet will be converted into a page during printing.
 Cxlnt::paneA fixed portion of a worksheet.
 Cxlnt::pathEncapsulates a path that points to location in a filesystem.
 Cxlnt::pattern_fillRepresents a fill which colors the cell based on a foreground and background color and a pattern.
 Cxlnt::phonetic_prPhonetic properties Element provides a collection of properties that affect display of East Asian Languages [Serialised phoneticPr]
 Cxlnt::phonetic_runEncapsulates a run of text that
 Cxlnt::print_options
 Cxlnt::protectionDescribes the protection style of a particular cell.
 Cxlnt::rangeA range is a 2D collection of cells with defined extens that can be iterated upon.
 Cxlnt::range_iteratorAn iterator used by worksheet and range for traversing a 2D grid of cells by row/column then across that row/column.
 Cxlnt::range_referenceA range_reference describes a rectangular area of a worksheet with positive width and height defined by a top-left and bottom-right corner.
 Cxlnt::relationshipRepresents an association between a source Package or part, and a target object which can be a part or external resource.
 Cxlnt::rgb_colorAn RGB color describes a color in terms of its red, green, blue, and alpha components.
 Cxlnt::rich_textEncapsulates 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_runTypedef a rich_text_run as a pair of string and optional font.
 Cxlnt::row_propertiesThe properties of a row in a worksheet.
 Cruntime_error
 Cxlnt::exceptionParent type of all custom exceptions thrown in this library.
 Cxlnt::scoped_enum_hash< Enum >Allows a scoped enum (aka "enum class") to be used as a key in a std::unordered_map.
 Cxlnt::selectionThe selected area of a worksheet.
 Cxlnt::sheet_format_propertiesGeneral worksheet formatting properties.
 Cxlnt::sheet_pr
 Cxlnt::sheet_protectionProtection applied to a particular worksheet to prevent it from being modified.
 Cxlnt::sheet_viewDescribes a view of a worksheet. Worksheets can have multiple views which show the data differently.
 Cxlnt::drawing::spreadsheet_drawingThe spreadsheet_drawing class encapsulates the information captured from objects within the spreadsheetDrawing schema.
 Cxlnt::streaming_workbook_readerworkbook is the container for all other parts of the document.
 Cxlnt::streaming_workbook_writerworkbook is the container for all other parts of the document.
 Cxlnt::styleDescribes a style which has a name and can be applied to multiple individual formats. In Excel this is a "Cell Style".
 Cxlnt::themeA theme is a combination of fonts, colors, and effects. This isn't really supported yet.
 Cxlnt::theme_colorA theme color encapsulates a color derived from the theme.
 Cxlnt::timeA 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::timedeltaRepresents a span of time between two datetimes. This is not fully supported yet throughout the library.
 Cxlnt::uriEncapsulates a uniform resource identifier (URI) as described by RFC 3986.
 Cxlnt::variantRepresents an object that can have variable type.
 Cxlnt::workbookworkbook is the container for all other parts of the document.
 Cxlnt::workbook_viewA workbook can be opened in multiple windows with different views. This class represents a particular view used by one window.
 Cxlnt::worksheetA 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_iteratorAn iterator which is used to iterate over the worksheets in a workbook.