]> source.dussan.org Git - poi.git/commitdiff
Add a note about RecalcId record with a value of zero
authorNick Burch <nick@apache.org>
Wed, 22 Jun 2011 21:16:04 +0000 (21:16 +0000)
committerNick Burch <nick@apache.org>
Wed, 22 Jun 2011 21:16:04 +0000 (21:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1138637 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/hssf/record/RecalcIdRecord.java

index e938552c64e8688e33e7b32da457d6c004519379..1d972aa630d3a26ebe2d05096d7549ab313a1d37 100644 (file)
@@ -26,7 +26,9 @@ import org.apache.poi.util.LittleEndianOutput;
  *               recalculated. It's an optimization Excel uses to determine if it
  *               needs to  recalculate the spreadsheet when it's opened. So far, only
  *               the two engine ids <code>0x80 0x38 0x01 0x00</code>
- *               and <code>0x60 0x69 0x01 0x00</code> have been seen.<p/>
+ *               and <code>0x60 0x69 0x01 0x00</code> have been seen.
+ *               A value of <code>0x00</code> will cause Excel to recalculate
+ *               all formulas on the next load.<p/>
  * REFERENCE:  http://chicago.sourceforge.net/devel/docs/excel/biff8.html<p/>
  * @author Luc Girardin (luc dot girardin at macrofocus dot com)
  */