OpenXLSX 1.9.1
Loading...
Searching...
No Matches
XLTableColumn.hpp File Reference
#include "XLXmlParser.hpp"
#include <optional>
#include <string>
#include <string_view>

Go to the source code of this file.

Data Structures

class  OpenXLSX::XLTableColumn
 The XLTableColumn class encapsulates the <tableColumn> XML node. It allows setting different kinds of column properties in a table. More...
 

Namespaces

namespace  OpenXLSX
 

Enumerations

enum class  OpenXLSX::XLTotalsRowFunction {
  OpenXLSX::None , OpenXLSX::Sum , OpenXLSX::Min , OpenXLSX::Max ,
  OpenXLSX::Average , OpenXLSX::Count , OpenXLSX::CountNums , OpenXLSX::StdDev ,
  OpenXLSX::Var , OpenXLSX::Custom
}
 Enum class defining the possible functions for a table's totals row. More...