|
OpenXLSX 1.9.1
|
#include <algorithm>#include "OpenXLSX-Exports.hpp"#include "XLCell.hpp"#include "XLCellReference.hpp"#include "XLIterator.hpp"#include "XLXmlParser.hpp"Go to the source code of this file.
Data Structures | |
| class | OpenXLSX::XLCellIterator |
| A forward iterator for iterating over a range of cells. More... | |
Namespaces | |
| namespace | OpenXLSX |
| namespace | std |
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 | |
| std::ostream & | OpenXLSX::operator<< (std::ostream &os, const XLCellIterator &it) |
| template<> | |
| std::iterator_traits< XLCellIterator >::difference_type | std::distance< XLCellIterator > (XLCellIterator first, XLCellIterator last) |