#include <ostream>
#include <variant>
#include "OpenXLSX-Exports.hpp"
#include "XLChartsheet.hpp"
#include "XLConditionalFormatting.hpp"
#include "XLSheetBase.hpp"
#include "XLWorksheet.hpp"
#include "XLXmlFile.hpp"
Go to the source code of this file.
|
| class | OpenXLSX::XLSheet |
| | The XLAbstractSheet is a generalized sheet class, which functions as superclass for specialized classes, such as XLWorksheet. It implements functionality common to all sheet types. This is a pure abstract class, so it cannot be instantiated. More...
|
| |