@univerjs-pro/engine-pivot v0.5.0-beta.1Docs


Interface: IPivotTuple

Description

using Wefloder to store the pivot table data

Properties

PropertyTypeDescriptionDefined in
countnumberThe count of the values in the tuple.types/interface.ts:51
countNnumberThe count of the number values in the tuple.types/interface.ts:52
maxnumberThe maximum value in the tuple.types/interface.ts:55
minnumberThe minimum value in the tuple.types/interface.ts:54
productnumberThe product of the values in the tuple.types/interface.ts:53
squareSumnumberThe sum of the squares of the values in the tuple.types/interface.ts:56
sumnumberThe sum of the values in the tuple.types/interface.ts:50