OpenXLSX 1.9.1
Loading...
Searching...
No Matches
XLSheet.cpp File Reference
#include "XLSheet.hpp"
#include "XLException.hpp"
#include "XLUtilities.hpp"
#include <algorithm>
#include <fmt/format.h>
#include <limits>
#include <map>
#include <pugixml.hpp>

Namespaces

namespace  OpenXLSX
 

Functions

OPENXLSX_EXPORT void OpenXLSX::setTabColor (const XMLDocument &xmlDocument, const XLColor &color)
 Function for setting tab color.
 
OPENXLSX_EXPORT void OpenXLSX::setTabSelected (const XMLDocument &xmlDocument, bool selected)
 Set the tab selected property to desired value.
 
OPENXLSX_EXPORT bool OpenXLSX::tabIsSelected (const XMLDocument &xmlDocument)
 Function for checking if the tab is selected.
 
OPENXLSX_EXPORT std::string OpenXLSX::XLPaneStateToString (XLPaneState state)
 get the correct XLPaneState from the OOXML pane state attribute string
 
OPENXLSX_EXPORT XLPaneState OpenXLSX::XLPaneStateFromString (std::string const &stateString)
 inverse of XLPaneStateToString
 
OPENXLSX_EXPORT std::string OpenXLSX::XLPaneToString (XLPane pane)
 get the correct XLPane from the OOXML pane identifier attribute string
 
OPENXLSX_EXPORT XLPane OpenXLSX::XLPaneFromString (std::string const &paneString)
 inverse of XLPaneToString