Hi,
Please refer to the attached workbook (Output_3.xlsx) which is generated by running the below code segment.
listObject.getListColumns().get(1).setTotalsCalculation(TotalsCalculation.AVERAGE);
listObject.getListColumns().get(2).setTotalsCalculation(TotalsCalculation.SUM);
I want to round up cell values in second column (i.e., UnitPrice) to two (or any arbitrary) decimal places. How do I do that?