OpenXLSX 1.9.1
Loading...
Searching...
No Matches
XLDynamicFilter.hpp File Reference
#include "OpenXLSX-Exports.hpp"
#include <string>

Go to the source code of this file.

Namespaces

namespace  OpenXLSX
 

Enumerations

enum class  OpenXLSX::XLDynamicFilterType {
  OpenXLSX::Null , OpenXLSX::AboveAverage , OpenXLSX::BelowAverage , OpenXLSX::Tomorrow ,
  OpenXLSX::Today , OpenXLSX::Yesterday , OpenXLSX::NextWeek , OpenXLSX::ThisWeek ,
  OpenXLSX::LastWeek , OpenXLSX::NextMonth , OpenXLSX::ThisMonth , OpenXLSX::LastMonth ,
  OpenXLSX::NextQuarter , OpenXLSX::ThisQuarter , OpenXLSX::LastQuarter , OpenXLSX::NextYear ,
  OpenXLSX::ThisYear , OpenXLSX::LastYear , OpenXLSX::YearToDate , OpenXLSX::Q1 ,
  OpenXLSX::Q2 , OpenXLSX::Q3 , OpenXLSX::Q4 , OpenXLSX::M1 ,
  OpenXLSX::M2 , OpenXLSX::M3 , OpenXLSX::M4 , OpenXLSX::M5 ,
  OpenXLSX::M6 , OpenXLSX::M7 , OpenXLSX::M8 , OpenXLSX::M9 ,
  OpenXLSX::M10 , OpenXLSX::M11 , OpenXLSX::M12
}
 Enum defining all valid dynamic filter types according to ECMA-376 18.18.25. More...
 

Functions

OPENXLSX_EXPORT std::string OpenXLSX::XLDynamicFilterTypeToString (XLDynamicFilterType type)
 Helper function to convert enum to string.