|
OpenXLSX 1.9.1
|
#include <deque>#include <limits>#include <memory>#include <ostream>#include <string>#include <string_view>#include <vector>#include "OpenXLSX-Exports.hpp"#include "XLCellReference.hpp"#include "XLXmlParser.hpp"Go to the source code of this file.
Data Structures | |
| class | OpenXLSX::XLMergeCells |
| Manages merged cell ranges in a worksheet. More... | |
| struct | OpenXLSX::XLMergeCells::XLRect |
| Internal numerical bounds representation for constant-time coordinate tests. More... | |
| struct | OpenXLSX::XLMergeCells::XLMergeEntry |
Namespaces | |
| namespace | OpenXLSX |
Typedefs | |
| typedef int32_t | OpenXLSX::XLMergeIndex |
Variables | |
| constexpr const XLMergeIndex | OpenXLSX::XLMergeNotFound = -1 |
| constexpr size_t | OpenXLSX::XLMaxMergeCells = (std::numeric_limits<XLMergeIndex>::max)() |