Header only C++ library for tokenizing Excel formulas

1 Open Issue Need Help Last updated: Jun 17, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task is to modify the xlfparser C++ library to correctly handle newline characters within Excel formulas. Currently, newlines are treated as unknown tokens, causing a `ValueError`. The solution involves updating the tokenizer to recognize and treat newlines as whitespace, allowing multi-line formulas to be parsed correctly.

Complexity: 3/5
good first issue

Header only C++ library for tokenizing Excel formulas

C++