On Mon, 27 Feb 2012, Raffaele Castagno wrote:
What it seems, is that each time I copy a formula, the POI library re-evaluates or re-parses or re-something all preceding rows.
POI doesn't re-evaluate formula values unless you tell it to. You should make sure you only do this at the end, and not on each row / cell
See http://poi.apache.org/spreadsheet/eval.html for more information on how to trigger a formula re-evaluation when you're done with your cells
Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
