Export a pivot table csv to two decimal places

Is it possible to export numeric data from a pivot table to two decimal places? The pivot table is needed because users aggregate to their preferred properties on the frontend. The property is of double type because Object Storage V2 does not support Decimal according to the docs.

The users’ issue is Excel is reading 12.340000001 from the pivot’s exported csv as text instead of as a number.