|
OpenXLSX 1.9.1
|
#include "XLDataValidation.hpp"#include "XLException.hpp"#include <algorithm>#include <array>#include <sstream>#include <string_view>#include <vector>Namespaces | |
| namespace | OpenXLSX |
Functions | |
| void | OpenXLSX::reorderAttributes (XMLNode &node) |
| Helper function to ensure attributes are in the correct OOXML order. Openpyxl order (which Excel likes): sqref, showDropDown, showInputMessage, showErrorMessage, allowBlank, errorTitle, error, promptTitle, prompt, type, operator, errorStyle. | |
| uint16_t firstCol |
| uint32_t firstRow |
| uint16_t lastCol |
| uint32_t lastRow |