DDS-GmbH / jocument

JVM based template engine for DOCX and XLSX.
MIT License
3 stars 1 forks source link

Skip out-of-window cells on formula evaluation #167

Closed AntonOellerer closed 2 years ago

AntonOellerer commented 2 years ago

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