How could I fix the format value

Hello guys.

I’m trying to give a format like this ( Number and 4 decimals ) but It’s not working …

Wrong output:
image

Desired output

image

My device setting and client setting are :


Please, help.

I’m attaching the files:

Main.xaml (6.9 KB)
examen1.xlsx (21.2 KB)

@pprin001 firstly don’t change anything from locale

Use format activities and it will work.

Hello @caggarwal .

Those are device settings and I’m using “Format Cells” with a Format data as type “number;4 decimals” but It doesn’t work …

Hello @pprin001

If the format cell is not working and your data format is always static, then create an excel template with the required formats. Then sue Read range to read the data and write that to the excel template created. Hope that will solve your issue.

Thanks