https://bz.apache.org/bugzilla/show_bug.cgi?id=58648
--- Comment #6 from Dominik Stadler <dominik.stad...@gmx.at> --- Did some initial analysis: the problem is not skipping whitespaces, but the Excel "intersection operator", which is ... TADA .. a blank! Bad idea to use a char for something when you also allow the same char to act as arbitrary whitespace in formulas at various places. Seems we need to put logic in place that at first tries to parse the pieces as intersection and if that fails skip it as whitespace. Quite bad for reproducible behaviour and good error messages. :( -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org