Class SharedFormulaRecord

  • All Implemented Interfaces:
    Duplicatable, GenericRecord

    public final class SharedFormulaRecord
    extends SharedValueRecordBase
    Primarily used as an excel optimization so that multiple similar formulas are not written out too many times. We should recognize this record and serialize as is since this is used when reading templates.

    Note: the documentation says that the SID is BC where biffviewer reports 4BC. The hex dump shows that the two byte sid representation to be 'BC 04' that is consistent with the other high byte record types.