|
OpenXLSX 1.9.1
|
#include <iostream>#include <memory>#include <ostream>#include "OpenXLSX-Exports.hpp"#include "XLCellReference.hpp"#include "XLCellValue.hpp"#include "XLFormula.hpp"#include "XLSharedStrings.hpp"#include "XLStyle.hpp"#include "XLStyles.hpp"Go to the source code of this file.
Data Structures | |
| class | OpenXLSX::XLCell |
| An implementation class encapsulating the properties and behaviours of a spreadsheet cell. More... | |
| class | OpenXLSX::XLCellAssignable |
Namespaces | |
| namespace | OpenXLSX |
Functions | |
| bool | OpenXLSX::operator== (const XLCell &lhs, const XLCell &rhs) |
| bool | OpenXLSX::operator!= (const XLCell &lhs, const XLCell &rhs) |
| std::ostream & | OpenXLSX::operator<< (std::ostream &os, const XLCell &c) |
| ostream output of XLCell content | |
| std::ostream & | OpenXLSX::operator<< (std::ostream &os, const XLCellAssignable &c) |
| ostream output of XLCellAssignable content | |
Variables | |
| constexpr const uint32_t | OpenXLSX::XLKeepCellStyle = 1 |
| constexpr const uint32_t | OpenXLSX::XLKeepCellType = 2 |
| constexpr const uint32_t | OpenXLSX::XLKeepCellValue = 4 |
| constexpr const uint32_t | OpenXLSX::XLKeepCellFormula = 8 |