Learn R Programming

openxlsx2 (version 1.7)

create_numfmt: Create number format

Description

Create number format

Usage

create_numfmt(numFmtId, formatCode)

Arguments

numFmtId

an id, the list can be found in the Details of create_cell_style()

formatCode

a format code

See Also

wb_add_numfmt()

Other style creating functions: create_border(), create_cell_style(), create_colors_xml(), create_dxfs_style(), create_fill(), create_font(), create_tablestyle()