A class representing the collection of defined names in a workbook.
More...
#include <XLWorkbook.hpp>
|
| | XLDefinedNames ()=default |
| |
| | XLDefinedNames (const XMLNode &node) |
| |
| XLDefinedName | append (std::string_view name, std::string_view formula, std::optional< uint32_t > localSheetId=std::nullopt) |
| |
| void | remove (std::string_view name, std::optional< uint32_t > localSheetId=std::nullopt) |
| |
| XLDefinedName | get (std::string_view name, std::optional< uint32_t > localSheetId=std::nullopt) const |
| |
| std::vector< XLDefinedName > | all () const |
| |
| bool | exists (std::string_view name, std::optional< uint32_t > localSheetId=std::nullopt) const |
| |
| size_t | count () const |
| |
A class representing the collection of defined names in a workbook.
◆ XLDefinedNames() [1/2]
| OpenXLSX::XLDefinedNames::XLDefinedNames |
( |
| ) |
|
|
default |
◆ XLDefinedNames() [2/2]
| XLDefinedNames::XLDefinedNames |
( |
const XMLNode & |
node | ) |
|
|
explicit |
◆ all()
◆ append()
| XLDefinedName XLDefinedNames::append |
( |
std::string_view |
name, |
|
|
std::string_view |
formula, |
|
|
std::optional< uint32_t > |
localSheetId = std::nullopt |
|
) |
| |
◆ count()
| size_t XLDefinedNames::count |
( |
| ) |
const |
◆ exists()
| bool XLDefinedNames::exists |
( |
std::string_view |
name, |
|
|
std::optional< uint32_t > |
localSheetId = std::nullopt |
|
) |
| const |
◆ get()
| XLDefinedName XLDefinedNames::get |
( |
std::string_view |
name, |
|
|
std::optional< uint32_t > |
localSheetId = std::nullopt |
|
) |
| const |
◆ remove()
| void XLDefinedNames::remove |
( |
std::string_view |
name, |
|
|
std::optional< uint32_t > |
localSheetId = std::nullopt |
|
) |
| |
The documentation for this class was generated from the following files:
- /home/runner/work/OpenXLSX-NX/OpenXLSX-NX/OpenXLSX/headers/XLWorkbook.hpp
- /home/runner/work/OpenXLSX-NX/OpenXLSX-NX/OpenXLSX/sources/XLWorkbook.cpp