30 #include <xlnt/xlnt_config.hpp> 31 #include <xlnt/packaging/uri.hpp> 32 #include <xlnt/utils/path.hpp> 75 external_workbook_references,
77 pivot_table_cache_definition,
78 pivot_table_cache_records,
81 shared_workbook_revision_headers,
85 shared_workbook_user_data,
86 single_cell_table_definitions,
90 volatile_dependencies,
120 const std::string &id()
const;
135 const uri &source()
const;
140 const uri &target()
const;
Represents an association between a source Package or part, and a target object which can be a part o...
Definition: relationship.hpp:103
Enumerates the possible types a cell can be determined by it's current value.
Definition: cell.hpp:37
Encapsulates a uniform resource identifier (URI) as described by RFC 3986.
Definition: uri.hpp:38
A worksheet is a 2D array of cells starting with cell A1 in the top-left corner and extending indefin...
Definition: worksheet.hpp:77
bool operator==(std::nullptr_t, const cell &cell)
Returns true if this cell is uninitialized.
A theme is a combination of fonts, colors, and effects. This isn't really supported yet...
Definition: theme.hpp:35
Describes a hyperlink pointing from a cell to another cell or a URL.
Definition: hyperlink.hpp:43
relationship_type
All package relationships must be one of these defined types.
Definition: relationship.hpp:54
target_mode
Specifies whether the target of a relationship is inside or outside the Package.
Definition: relationship.hpp:39
bool operator!=(const std::string &reference_string, const range_reference &ref)
Returns true if the string representation of the range is not equivalent to ref.
The relationship references a part that is inside the package.