Have Questions?  Need Expert Answers?  JOIN LUNCH N' LEARNS!

Set Cell Format

Prev Next
Step Details
Introduced in Version9.20.0
Last Modified in Version9.20.0
LocationData > Excel & CSV

Set Cell Format Step updates the display formatting of a specific cell in an Excel workbook (for example, showing a serial date value as a readable date, or displaying numbers as currency or percentages). This step changes how the value appears in Excel without changing the underlying value stored in the cell.

This step is useful when generating or updating Excel files in a Flow, and the output must be readable. Because Excel stores dates as numbers, a DateTime value can appear as a numeric serial value until a date format is applied (for example, m/d/yyyy or m/d/yyyy h:mm).

Configuration requires the worksheet, row, and column of the target cell, the Excel file type (or AutoSelect), and either a built-in format option or a custom Excel format string.


Properties

Settings

PropertyDescriptionData Type
FileTypeSelects the Excel file type to process (Excel_xls, Excel_xlsx) or uses AutoSelect to detect the type from the Input File.-
FormatSpecifies the built-in display format applied to the target cell (for example, Integer, Currency, Percentage, or date/time patterns such as m/d/yyyy or m/d/yyyy h:mm). This setting is typically used when UseCustomFormat is not enabled.-
UseCustomFormatDetermines whether a custom Excel number format string is used. When enabled, the Custom Format input becomes available.Boolean

Inputs

PropertyDescriptionData Type
Column (Starts at 1)One-based column index of the target cell (1 = column A, 2 = column B, 3 = column C).Int32
Input FileExcel file to update.FileData
Row (Starts at 0)Zero-based row index of the target cell (0 = first row).Int32
Worksheet (Starts at 0)Zero-based worksheet index of the target cell (0 = first worksheet).Int32
Custom FormatCustom Excel number format string applied to the target cell when UseCustomFormat is enabled (for example, $#,##0.00, 0.00%, m/d/yyyy).String

Example Inputs and Outputs

Property
InputOutput
Column (Starts at 1)
3Updated Excel file with the specified cell format applied.
Input File
Excel_file
Row (Starts at 0)
28
Worksheet (Starts at 0)
0
FileTypeAutoSelect
Formatm/d/yyyy h:mm



Step Changes

DescriptionVersionDateDeveloper Task
Add Excel Step To Set Format For Cell.9.20February 2, 2026DT-046147