OpenXLSX 1.9.1
Loading...
Searching...
No Matches
XLFormulaUtils.hpp File Reference
#include "XLCellValue.hpp"
#include "XLFormulaEngine.hpp"
#include <string>
#include <vector>

Go to the source code of this file.

Namespaces

namespace  OpenXLSX
 

Functions

double OpenXLSX::toDouble (const XLCellValue &v)
 
bool OpenXLSX::isNumeric (const XLCellValue &v)
 
bool OpenXLSX::isEmpty (const XLCellValue &v)
 
bool OpenXLSX::isError (const XLCellValue &v)
 
std::string OpenXLSX::toString (const XLCellValue &v)
 
XLCellValue OpenXLSX::errValue ()
 
XLCellValue OpenXLSX::errDiv0 ()
 
XLCellValue OpenXLSX::errNA ()
 
XLCellValue OpenXLSX::errNum ()
 
XLCellValue OpenXLSX::errRef ()
 
XLCellValue OpenXLSX::errName ()
 
std::string OpenXLSX::strTrim (std::string s)
 
std::vector< double > OpenXLSX::numerics (const std::vector< XLFormulaArg > &args)
 
std::vector< double > OpenXLSX::numerics (const XLFormulaArg &arg)