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
| Value | Description |
|---|---|
NONE | No totals row calculation. |
SUM | Calculates the sum of values in the column. |
COUNT | Counts the number of non-empty cells in the column. |
AVERAGE | Calculates the average of values in the column. |
MAX | Returns the maximum value in the column. |
MIN | Returns the minimum value in the column. |
STD_DEV | Calculates the standard deviation of values in the column. |
VAR | Calculates the variance of values in the column. |
COUNT_NUMS | Counts the number of numeric cells in the column. |
CUSTOM | Uses a custom formula for the totals row. |
Voir aussi
- Aspose.Cells — référence API d’entreprise
- Aspose.Cells pour Java — Enterprise API Reference