33 operator bool()
const;
45 std::string
name()
const;
Definition XLXmlParser.hpp:84
The XLTableColumn class encapsulates the <tableColumn> XML node. It allows setting different kinds of...
Definition XLTableColumn.hpp:21
void setCalculatedColumnFormula(std::string_view formula)
Set the calculated column formula.
Definition XLTableColumn.cpp:86
XLTotalsRowFunction totalsRowFunction() const
Get the totals row function for this column.
Definition XLTableColumn.cpp:17
void setTotalsRowFunction(XLTotalsRowFunction func)
Set the totals row function for this column.
Definition XLTableColumn.cpp:28
void setTotalsRowFormula(std::string_view formula)
Set a custom totals row formula.
Definition XLTableColumn.cpp:73
void setName(std::string_view name)
Set the name of the table column.
Definition XLTableColumn.cpp:15
uint32_t id() const
Get the ID of the table column.
Definition XLTableColumn.cpp:13
std::string totalsRowFormula() const
Get the custom totals row formula.
Definition XLTableColumn.cpp:67
std::string totalsRowLabel() const
Get the totals row label for this column.
Definition XLTableColumn.cpp:56
std::string calculatedColumnFormula() const
Get the calculated column formula.
Definition XLTableColumn.cpp:85
void setTotalsRowLabel(std::string_view label)
Set the totals row label for this column.
Definition XLTableColumn.cpp:57
std::string name() const
Get the name of the table column.
Definition XLTableColumn.cpp:14
Definition IZipArchive.hpp:18
XLTotalsRowFunction
Enum class defining the possible functions for a table's totals row.
Definition XLTableColumn.hpp:14