Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

tFileOutputExcel - Format Cell Values in a column

Is it possible to format the cells of a column in tFileOutputExcel to Excel-Format (to Number not String)
Regards
Marui Lamakamapa
Labels (2)
2 Replies
Anonymous
Not applicable

With the build-in Excel component you cannot format the cells.
The data type of the schema column defined the kind of cell in Excel.
If you need an additional format option (like the number or date format) you could use the Custom component tFileExcelSheetOutput (+tFileExcelWorkbookOpen). This component allows to set additional format pattern like #,##0.#
DilipSonar
Contributor
Contributor

With the build-in Excel component you cannot format the cells.
The data type of the schema column defined the kind of cell in Excel.
If you need an additional format option (like the number or date format) you could use the Custom component tFileExcelSheetOutput (+tFileExcelWorkbookOpen). This component allows to set additional format pattern like #,##0.#

HI jlolling - how to define date pattern in  tFileExcelSheetOutput   component?