https://issues.apache.org/bugzilla/show_bug.cgi?id=46736


Yegor Kozlov <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




--- Comment #1 from Yegor Kozlov <[email protected]>  2009-02-19 08:15:13 PST ---
HSSFSheet.autosizeColumn() operates on static, i.e. non-formula cell values. It
wasn't written with formula evaluation in mind and I don't think we should
change it that way. 

However, your post suggests a natural improvement to use the cached formula
result when autosizing columns. If the cached value is wrong or out of date,
you can use HSSFFormulaEvaluator to update it.

Yegor


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to