OpenXLSX 1.9.1
Loading...
Searching...
No Matches
XLDocument.cpp File Reference
#include <algorithm>
#include <filesystem>
#include <gsl/gsl>
#include <fmt/format.h>
#include <fstream>
#include <mutex>
#include <pugixml.hpp>
#include <shared_mutex>
#include <sys/stat.h>
#include <vector>
#include "XLChart.hpp"
#include "XLContentTypes.hpp"
#include "XLDocument.hpp"
#include "XLCrypto.hpp"
#include <random>
#include "XLPivotTable.hpp"
#include "XLSheet.hpp"
#include "XLStyles.hpp"
#include "XLUtilities.hpp"
#include "XLDocument_Templates.hpp"

Functions

 if (xmlData==nullptr) xmlData
 
return XLRelationships (xmlData, relsFilename)
 

Variables

constexpr bool DO_NOT_THROW = true
 
XLXmlDataxmlData = getXmlData(relsFilename, DO_NOT_THROW)
 

Function Documentation

◆ if()

if ( xmlData  = =nullptr)

◆ XLRelationships()

return XLRelationships ( xmlData  ,
relsFilename   
)

Variable Documentation

◆ DO_NOT_THROW

constexpr bool DO_NOT_THROW = true
constexpr

◆ xmlData

XLXmlData* xmlData = getXmlData(relsFilename, DO_NOT_THROW)