|
OpenXLSX 1.9.1
|
#include <pugixml.hpp>#include "XLCellIterator.hpp"#include "XLCellRange.hpp"#include "XLCellReference.hpp"#include "XLException.hpp"#include "XLUtilities.hpp"Namespaces | |
| namespace | OpenXLSX |
Functions | |
| XMLNode | OpenXLSX::findRowNode (XMLNode sheetDataNode, uint32_t rowNumber) |
| locate the XML row node within sheetDataNode for the row at rowNumber | |
| XMLNode | OpenXLSX::findCellNode (XMLNode rowNode, uint16_t columnNumber) |
| locate the XML cell node within rownode for the cell at columnNumber | |