Open Issues Need Help
View All on GitHub allow newlines as whitespace in formulas 3 months ago
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