]> source.dussan.org Git - poi.git/commit
In setCellFormula(String) the Ptg stack in FormulaRecord is cleared before filling...
authorAmol S. Deshmukh <amol@apache.org>
Wed, 9 Aug 2006 20:26:40 +0000 (20:26 +0000)
committerAmol S. Deshmukh <amol@apache.org>
Wed, 9 Aug 2006 20:26:40 +0000 (20:26 +0000)
commit89b2d938dac675ca812426192e0c445e475eb2da
treeac2acb450280eb1c154353e33342a2a05c13760a
parent0be9c45f8fc2bea064e049b85592c25e141a10df
In setCellFormula(String) the Ptg stack in FormulaRecord is cleared before filling it with new values. Prior to this fix, repeated calls to setCellFormula would keep accumulating Ptgs in the stack although only the topmost "size" number of Ptgs would ever be used.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@430137 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/hssf/usermodel/HSSFCell.java