Format
Format activity is used for converting the specified column in an Excel file to the desired format.
| * Excel name | The reference name of the excel file which has already been opened or created is chosen in the dropdown. |
| Range | Excel sheet range from which to fetch data is written. |
| Sheet name | The name of the sheet to work in Excel can be added. If not added, it is accepted as the first sheet by default. |
| *Format | The cells are formatted for dates, text, currency, and time using desired formats. |
Note: * Fields selected with are required, others are optional.
Excel name example
You can use the Excel name as shown in the example.
${formatExcel}
Range example
You can use the Range as shown in the example.
A1:C5
Sheet name example
You can use the Sheet name as shown in the example.
Sheet1
Format examples
You can use the Format as shown in the example .
For date:
dd.MM.yyyy
For TC:
00000000000
For text:
@
For currency:
₺ #, ## 0; -₺ #, ## 0
For hours:
hh.mm: nn
These examples can be increased on demand or by using ready-made formats in excel.