OpenXLSX 1.10.0
Loading...
Searching...
No Matches
XLWorksheetImpl.hpp
Go to the documentation of this file.
1#ifndef OPENXLSX_XLWORKSHEETIMPL_HPP
2#define OPENXLSX_XLWORKSHEETIMPL_HPP
3
4#include "XLRelationships.hpp"
5#include "XLMergeCells.hpp"
7#include "XLDrawing.hpp"
8#include "XLComments.hpp"
10#include "XLTables.hpp"
12
13namespace OpenXLSX {
25}
26
27#endif // OPENXLSX_XLWORKSHEETIMPL_HPP
The XLComments class is the base class for worksheet comments.
Definition XLComments.hpp:88
Definition XLDataValidation.hpp:174
The XLDrawing class is the base class for worksheet drawings (images, charts, etc....
Definition XLDrawing.hpp:383
Manages merged cell ranges in a worksheet.
Definition XLMergeCells.hpp:38
Definition XLRelationships.hpp:140
Definition XLSlicerCollection.hpp:104
The XLTableCollection class manages multiple tables within a worksheet.
Definition XLTables.hpp:42
A class encapsulating modern Excel threaded comments (ThreadedComments.xml)
Definition XLThreadedComments.hpp:56
The XLVmlDrawing class is the base class for worksheet comments.
Definition XLDrawing.hpp:508
Definition IZipArchive.hpp:18
Definition XLWorksheetImpl.hpp:14
XLRelationships m_relationships
Definition XLWorksheetImpl.hpp:15
XLVmlDrawing m_vmlDrawing
Definition XLWorksheetImpl.hpp:19
XLDataValidations m_dataValidations
Definition XLWorksheetImpl.hpp:17
XLMergeCells m_merges
Definition XLWorksheetImpl.hpp:16
XLThreadedComments m_threadedComments
Definition XLWorksheetImpl.hpp:21
XLComments m_comments
Definition XLWorksheetImpl.hpp:20
XLTableCollection m_tables
Definition XLWorksheetImpl.hpp:22
XLDrawing m_drawing
Definition XLWorksheetImpl.hpp:18
XLSlicerCollection m_slicers
Definition XLWorksheetImpl.hpp:23