1#ifndef OPENXLSX_XLSTREAMREADER_HPP
2#define OPENXLSX_XLSTREAMREADER_HPP
4#include "OpenXLSX-Exports.hpp"
39 std::vector<XLCellValue> nextRow();
45 uint32_t currentRow()
const;
62 enum class SaxState : uint8_t {
75 void* m_zipStream{
nullptr};
79 uint32_t m_currentRow{0};
82 std::string m_tagNameBuf;
83 std::string m_attrNameBuf;
84 std::string m_attrValueBuf;
85 std::string m_textContentBuf;
Definition XLStreamReader.hpp:16
XLStreamReader(const XLStreamReader &)=delete
XLStreamReader & operator=(const XLStreamReader &)=delete
A class encapsulating an Excel worksheet. Access to XLWorksheet objects should be via the workbook ob...
Definition XLWorksheet.hpp:118
Definition IZipArchive.hpp:18