#include <XLPivotTable.hpp>
◆ XLPivotTableOptions()
| OpenXLSX::XLPivotTableOptions::XLPivotTableOptions |
( |
std::string |
name, |
|
|
std::string |
sourceRange, |
|
|
std::string |
targetCell |
|
) |
| |
|
inline |
Construct fully initialized Pivot Table options.
- Parameters
-
| name | The unique name for the pivot table (e.g., "PivotTable1"). |
| sourceRange | The data source range (e.g., "Sheet1!A1:D100"). |
| targetCell | The cell to anchor the pivot table (e.g., "A3"). |
◆ addColumnField()
◆ addDataField()
◆ addFilterField()
◆ addRowField()
◆ colGrandTotals()
| bool OpenXLSX::XLPivotTableOptions::colGrandTotals |
( |
| ) |
const |
|
inline |
◆ columns()
| const std::vector< XLPivotField > & OpenXLSX::XLPivotTableOptions::columns |
( |
| ) |
const |
|
inline |
◆ compactData()
| bool OpenXLSX::XLPivotTableOptions::compactData |
( |
| ) |
const |
|
inline |
◆ data()
| const std::vector< XLPivotField > & OpenXLSX::XLPivotTableOptions::data |
( |
| ) |
const |
|
inline |
◆ dataOnRows()
| bool OpenXLSX::XLPivotTableOptions::dataOnRows |
( |
| ) |
const |
|
inline |
◆ filters()
| const std::vector< XLPivotField > & OpenXLSX::XLPivotTableOptions::filters |
( |
| ) |
const |
|
inline |
◆ mergeItem()
| bool OpenXLSX::XLPivotTableOptions::mergeItem |
( |
| ) |
const |
|
inline |
◆ name()
| const std::string & OpenXLSX::XLPivotTableOptions::name |
( |
| ) |
const |
|
inline |
◆ pageOverThenDown()
| bool OpenXLSX::XLPivotTableOptions::pageOverThenDown |
( |
| ) |
const |
|
inline |
◆ pivotTableStyleName()
| const std::string & OpenXLSX::XLPivotTableOptions::pivotTableStyleName |
( |
| ) |
const |
|
inline |
◆ rowGrandTotals()
| bool OpenXLSX::XLPivotTableOptions::rowGrandTotals |
( |
| ) |
const |
|
inline |
◆ rows()
| const std::vector< XLPivotField > & OpenXLSX::XLPivotTableOptions::rows |
( |
| ) |
const |
|
inline |
◆ setColGrandTotals()
◆ setCompactData()
◆ setDataOnRows()
◆ setMergeItem()
◆ setPageOverThenDown()
◆ setPivotTableStyle()
| XLPivotTableOptions & OpenXLSX::XLPivotTableOptions::setPivotTableStyle |
( |
std::string |
styleName | ) |
|
|
inline |
◆ setRowGrandTotals()
◆ setShowColHeaders()
◆ setShowColStripes()
◆ setShowDrill()
◆ setShowError()
◆ setShowLastColumn()
◆ setShowRowHeaders()
◆ setShowRowStripes()
◆ setUseAutoFormatting()
◆ showColHeaders()
| bool OpenXLSX::XLPivotTableOptions::showColHeaders |
( |
| ) |
const |
|
inline |
◆ showColStripes()
| bool OpenXLSX::XLPivotTableOptions::showColStripes |
( |
| ) |
const |
|
inline |
◆ showDrill()
| bool OpenXLSX::XLPivotTableOptions::showDrill |
( |
| ) |
const |
|
inline |
◆ showError()
| bool OpenXLSX::XLPivotTableOptions::showError |
( |
| ) |
const |
|
inline |
◆ showLastColumn()
| bool OpenXLSX::XLPivotTableOptions::showLastColumn |
( |
| ) |
const |
|
inline |
◆ showRowHeaders()
| bool OpenXLSX::XLPivotTableOptions::showRowHeaders |
( |
| ) |
const |
|
inline |
◆ showRowStripes()
| bool OpenXLSX::XLPivotTableOptions::showRowStripes |
( |
| ) |
const |
|
inline |
◆ sourceRange()
| const std::string & OpenXLSX::XLPivotTableOptions::sourceRange |
( |
| ) |
const |
|
inline |
◆ targetCell()
| const std::string & OpenXLSX::XLPivotTableOptions::targetCell |
( |
| ) |
const |
|
inline |
◆ useAutoFormatting()
| bool OpenXLSX::XLPivotTableOptions::useAutoFormatting |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: