Loading...
Searching...
No Matches
- Global OpenXLSX::XLDocument::create (const std::string &fileName)
- Use void create(std::string_view, bool) for explicit overwrite control.
- Global OpenXLSX::XLDocument::saveAs (const std::string &fileName)
- Use void saveAs(std::string_view, bool) for explicit overwrite control.
- Global OpenXLSX::XLWorksheet::addPivotSlicer (std::string_view cellReference, const XLPivotTable &pivotTable, std::string_view columnName, const XLSlicerOptions &options=XLSlicerOptions())
- Use slicers().add(cellRef, pivotTable, field) instead.
- Global OpenXLSX::XLWorksheet::addTableSlicer (std::string_view cellReference, const XLTable &table, std::string_view columnName, const XLSlicerOptions &options=XLSlicerOptions())
- Use slicers().add(cellRef, table, column) instead.