OpenXLSX 1.10.0
Loading...
Searching...
No Matches
XLSlicer.hpp File Reference
#include "OpenXLSX-Exports.hpp"
#include "XLXmlFile.hpp"
#include "XLXmlParser.hpp"
#include <string>
#include <string_view>
#include <vector>
#include <cstdint>

Go to the source code of this file.

Data Structures

class  OpenXLSX::XLSlicer
 

Namespaces

namespace  OpenXLSX
 

Enumerations

enum class  OpenXLSX::XLSlicerStyle : uint8_t {
  OpenXLSX::Light1 = 0 , OpenXLSX::Light2 , OpenXLSX::Light3 , OpenXLSX::Light4 ,
  OpenXLSX::Light5 , OpenXLSX::Light6 , OpenXLSX::Dark1 , OpenXLSX::Dark2 ,
  OpenXLSX::Dark3 , OpenXLSX::Dark4 , OpenXLSX::Dark5 , OpenXLSX::Dark6 ,
  OpenXLSX::Other1 , OpenXLSX::Other2 , OpenXLSX::Custom = 255
}
 

Functions

OPENXLSX_EXPORT std::string OpenXLSX::xlSlicerStyleToString (XLSlicerStyle style)
 Convert XLSlicerStyle enum to its Excel XML string representation.
 
OPENXLSX_EXPORT XLSlicerStyle OpenXLSX::xlSlicerStyleFromString (std::string_view s)
 Convert a raw style string to XLSlicerStyle enum (Custom if unrecognized).