On Mon, 27 Feb 2012, Raffaele Castagno wrote:
You can estimate parsing time by calling the formula parser explicitly:Ptg[] ptgs = HSSFFormulaParser.parse(formula, workbook); Are you sure it is the bottleneck?Tried some variations, been unable to test explicit formula parsing
You should try it, the code Yegor posted above is all you need. That will let you be sure if it's the formula parsing or something else
Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
