When evaluating formulas of a workbook edited with the streaming xssf API, it might happen that cells have already been flushed. If that happens, the
evaluator throws an exception, as long as it has
not been set up to skip flushed cells.
This is configured in this commit
When evaluating formulas of a workbook edited with the streaming xssf API, it might happen that cells have already been flushed. If that happens, the evaluator throws an exception, as long as it has not been set up to skip flushed cells. This is configured in this commit