Occasionally Excel writes a FORMULA record with fShrFmla set whose expression is an instantiation of the relevant shared formula instead of the usual PtgExp. We currently handle these by clearing fShrFmla. At some point in the future we will attempt to detect which shared formula is applied and make the cell a member of its group.
ExtenXLS does not currently create shared formulas or add cells to existing ones. Existing shared formulas will be preserved in output. Removal of formulas from the group is supported, including the cell currently hosting the SHRFMLA record. Shared formula member cells will be reference-tracked and recalculated properly.
OFFSET NAME SIZE CONTENTS 0 rwFirst 2 First Row 2 rwLast 2 Last Row 4 colFirst 1 First Column 5 colLast 1 Last Column 6 (reserved) 2 pass through, zero for new 8 cce 2 Length of the parsed expression 10 rgce cce Parsed Expression
|
|