|
OpenXLSX 1.9.1
|
#include <deque>#include <iterator>#include <list>#include <memory>#include <vector>#include "OpenXLSX-Exports.hpp"#include "XLCell.hpp"#include "XLConstants.hpp"#include "XLException.hpp"#include "XLIterator.hpp"#include "XLXmlParser.hpp"Go to the source code of this file.
Data Structures | |
| class | OpenXLSX::XLRowDataIterator |
| This class encapsulates a (non-const) iterator, for iterating over the cells in a row. More... | |
| class | OpenXLSX::XLRowDataRange |
| This class encapsulates the concept of a contiguous range of cells in a row. More... | |
| class | OpenXLSX::XLRowDataProxy |
| The XLRowDataProxy is used as a proxy object when getting or setting row data. The class facilitates easy conversion to/from containers. More... | |
Namespaces | |
| namespace | OpenXLSX |