@univerjs/engine-formula 0.15.0-insiders.20251227-c108ce3 → 0.15.0-insiders.20260107-3441c7a

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -17,6 +17,7 @@ export type { IArrayFormulaEmbeddedMap, IArrayFormulaRangeType, IArrayFormulaUni
17
17
  export { BooleanValue } from './basics/common';
18
18
  export { type IOtherFormulaData } from './basics/common';
19
19
  export type { IExprTreeNode, ISuperTable, IUnitRowData } from './basics/common';
20
+ export { excelDateSerial } from './basics/date';
20
21
  export { isInDirtyRange } from './basics/dirty';
21
22
  export { ERROR_TYPE_SET, ErrorType } from './basics/error-type';
22
23
  export { type ISheetFormulaError } from './basics/error-type';