TotalsCalculation

TotalsCalculation

Vue de l’ensemble

‘TotalsCalculation’ est un enum dans Aspose.Cells FOSS pour Java.

La fonction d’aggrégation s’applique à la ligne totale d’une table.

Cette liste définit 10 valeurs : ‘NON’ , ‘SUM’, ‘COUNT’, ‘AVERAGE’, ‘MAX’, `MIN’, STD_DEV’, ’VAR’, ‚COONT_NUMS‘, ‘CUSTOM’.

Description

‘TotalsCalculation’ est un type d’enumer dans la bibliothèque Aspose.Cells FOSS pour Java. Il définit un ensemble de constants nommés qui contrôlent le comportement ou spécifient les options au sein de l’API. Les enumérations telles que ’totalCcalculations’ aident à garantir la sécurité du type en limitant les valeurs à un set prédéfini.

Les valeurs

ValueDescription
NONENo totals row calculation.
SUMCalculates the sum of values in the column.
COUNTCounts the number of non-empty cells in the column.
AVERAGECalculates the average of values in the column.
MAXReturns the maximum value in the column.
MINReturns the minimum value in the column.
STD_DEVCalculates the standard deviation of values in the column.
VARCalculates the variance of values in the column.
COUNT_NUMSCounts the number of numeric cells in the column.
CUSTOMUses a custom formula for the totals row.

Voir aussi

  • Aspose.Cells — référence API d’entreprise
  • Aspose.Cells pour Java — Enterprise API Reference
 Français