Loading...
Searching...
No Matches
#include <cstdint>
#include <gsl/pointers>
#include <memory>
#include <string>
#include <string_view>
#include <vector>
#include "OpenXLSX-Exports.hpp"
#include "XLXmlFile.hpp"
#include "XLXmlParser.hpp"
Go to the source code of this file.
|
| enum class | OpenXLSX::XLContentType : uint8_t {
OpenXLSX::Workbook
, OpenXLSX::Relationships
, OpenXLSX::WorkbookMacroEnabled
, OpenXLSX::Worksheet
,
OpenXLSX::Chartsheet
, OpenXLSX::ExternalLink
, OpenXLSX::Theme
, OpenXLSX::Styles
,
OpenXLSX::SharedStrings
, OpenXLSX::Drawing
, OpenXLSX::Chart
, OpenXLSX::ChartStyle
,
OpenXLSX::ChartColorStyle
, OpenXLSX::ControlProperties
, OpenXLSX::CalculationChain
, OpenXLSX::VBAProject
,
OpenXLSX::CoreProperties
, OpenXLSX::ExtendedProperties
, OpenXLSX::CustomProperties
, OpenXLSX::Comments
,
OpenXLSX::Table
, OpenXLSX::VMLDrawing
, OpenXLSX::Hyperlink
, OpenXLSX::Unknown
,
OpenXLSX::PivotTable
, OpenXLSX::Slicer
, OpenXLSX::SlicerCache
, OpenXLSX::PivotCacheDefinition
,
OpenXLSX::PivotCacheRecords
, OpenXLSX::ThreadedComments
, OpenXLSX::Persons
} |
| |