|
OpenXLSX 1.9.1
|
#include <algorithm>#include <pugixml.hpp>#include <string_view>#include <vector>#include "XLCellRange.hpp"#include "XLDocument.hpp"#include "XLSheet.hpp"#include "XLTables.hpp"#include "XLUtilities.hpp"Namespaces | |
| namespace | OpenXLSX |
Functions | |
| void | OpenXLSX::setTableAttribute (XMLNode &node, std::string_view name, std::string_view value) |
| Helper to set table attributes in the correct physical order. | |
Variables | |
| const std::vector< std::string_view > | OpenXLSX::TableNodeOrder = {"autoFilter", "sortState", "tableColumns", "tableStyleInfo", "extLst"} |
| The TableNodeOrder vector defines the order of nodes in the table XML file. | |
| const std::vector< std::string_view > | OpenXLSX::TableAttributeOrder |
| The TableAttributeOrder defines the mandatory physical sequence of attributes in the. | |