|
OpenXLSX 1.9.1
|
Tokenises a raw Excel formula string (with or without leading '='). More...
#include <XLFormulaEngine.hpp>
Static Public Member Functions | |
| static std::vector< XLToken > | tokenize (std::string_view formula) |
| Tokenise the given formula. | |
Tokenises a raw Excel formula string (with or without leading '=').
Hand-written character scanner; zero heap allocations during scanning. Range references like A1:B10 are emitted as a single CellRef token whose text is "A1:B10".
|
static |
Tokenise the given formula.
| formula | The formula string (may start with '='). |