Package org.apache.poi.hssf.record
Class RecalcIdRecord
java.lang.Object
org.apache.poi.hssf.record.RecordBase
org.apache.poi.hssf.record.Record
org.apache.poi.hssf.record.StandardRecord
org.apache.poi.hssf.record.RecalcIdRecord
- All Implemented Interfaces:
org.apache.poi.common.Duplicatable,GenericRecord
This record contains an ID that marks when a worksheet was last 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
0x80 0x38 0x01 0x00 and
0x60 0x69 0x01 0x00 have been seen. A value of 0x00 will cause Excel
to recalculate all formulas on the next load.- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()intshortgetSid()return the non static version of the id for this record.booleanisNeeded()voidvoidsetEngineId(int val) Methods inherited from class org.apache.poi.hssf.record.StandardRecord
getRecordSize, serializeMethods inherited from class org.apache.poi.hssf.record.Record
cloneViaReserialise, serialize, toStringMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren
-
Field Details
-
sid
public static final short sid- See Also:
-
-
Constructor Details
-
RecalcIdRecord
public RecalcIdRecord() -
RecalcIdRecord
-
RecalcIdRecord
-
-
Method Details
-
isNeeded
public boolean isNeeded() -
setEngineId
public void setEngineId(int val) -
getEngineId
public int getEngineId() -
serialize
-
getSid
public short getSid()Description copied from class:Recordreturn the non static version of the id for this record. -
copy
- Specified by:
copyin interfaceorg.apache.poi.common.Duplicatable- Specified by:
copyin classStandardRecord
-
getGenericRecordType
- Specified by:
getGenericRecordTypein interfaceGenericRecord- Specified by:
getGenericRecordTypein classRecord
-
getGenericProperties
-