|
OpenXLSX 1.9.1
|
#include "OpenXLSX-Exports.hpp"#include "XLCellReference.hpp"#include "XLXmlParser.hpp"#include <string>#include <string_view>#include <vector>Go to the source code of this file.
Data Structures | |
| struct | OpenXLSX::XLDataValidationConfig |
| class | OpenXLSX::XLDataValidation |
| class | OpenXLSX::XLDataValidations |
| class | OpenXLSX::XLDataValidations::Iterator |
| class | OpenXLSX::XLDataValidations::Iterator::Proxy |
Namespaces | |
| namespace | OpenXLSX |
Enumerations | |
| enum class | OpenXLSX::XLDataValidationType { OpenXLSX::None , OpenXLSX::Custom , OpenXLSX::Date , OpenXLSX::Decimal , OpenXLSX::List , OpenXLSX::TextLength , OpenXLSX::Time , OpenXLSX::Whole } |
| enum class | OpenXLSX::XLDataValidationOperator { OpenXLSX::Between , OpenXLSX::Equal , OpenXLSX::GreaterThan , OpenXLSX::GreaterThanOrEqual , OpenXLSX::LessThan , OpenXLSX::LessThanOrEqual , OpenXLSX::NotBetween , OpenXLSX::NotEqual } |
| enum class | OpenXLSX::XLDataValidationErrorStyle { OpenXLSX::Stop , OpenXLSX::Warning , OpenXLSX::Information } |
| enum class | OpenXLSX::XLIMEMode { OpenXLSX::NoControl , OpenXLSX::Off , OpenXLSX::On , OpenXLSX::Disabled , OpenXLSX::Hiragana , OpenXLSX::FullKatakana , OpenXLSX::HalfKatakana , OpenXLSX::FullAlpha , OpenXLSX::HalfAlpha , OpenXLSX::FullHangul , OpenXLSX::HalfHangul } |
| IME (Input Method Editor) mode for data validation. More... | |